input, select, button {
	font-size: 1em;
	padding: 2px;
}
button {
	padding-left: 8px;
	padding-right: 8px;
}
.addButton,
.addButtonBig {
	border: 1px solid #ccc;
	text-decoration: underline;
	
	cursor: pointer;
	display: inline;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
.addButton {
	background: #fff url('../images/icons/add.png') left center no-repeat;
	padding-left: 10px;
}
.addButtonBig {
	background: #fff url('../images/icons/@display/24x24/cnrclient.png') left center no-repeat;
	padding-left: 25px;
}

button.submitButton {
	padding: 0.2em;
	
	cursor: pointer;
	display: inline;
	font-weight: bold;
	text-shadow: aqua;
}
button.tableCommand {
	cursor: pointer;
	
	padding: 0.2em;
	background-color: #fff;
	border: 1px solid #ccc;
	
	margin: 0px;
	margin-right: 1px;
}
textarea {
	font-size: Courier New, fixed;
}
form {
	padding: 0px;
	margin: 0px;
}
h1 {
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 1.4em;	
}
#logo h1 {
	border-bottom: 0px;
}
h1.nextbase {
	padding: 35px 5px 5px 250px;
	background: #fff url(../images/mwsadmin/nextbase_logo.jpg) 10px 10px no-repeat;
}	

h2 {
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	font-size: 1.2em;
	
	border-bottom: 1px solid #ccc;
}

h2.error {
	color: red;
}
h3 {
	padding: 0px;
	padding-top: 15px;
	margin: 0px;
	
	clear: both;
	font-size: 1.1em;
	color: #333;
}
h4 {
	font-size: 1.1em;
	color: #333;
	margin-bottom: 5px;
}
p.error, ul.error,
span.error, label.error {
	color: red;
}
p.success {
	color: green;
}
p.warning {
	color: #f90;
}

div.admin_tasks {
	background-color: #fdd;
	border: 1px solid red;
}
div.update_description {
	color: #444;
	font-size: 0.8em;
}
p.description {
	padding: 3px 0px;
	margin: 0px;
	font-style: italic;
	color: #333;
}
p.version {
	clear: both;
	padding-left: 10px;

	padding-top: 40px;
	font-style: italic;
}
dl dd {
	padding-left: 20px;
}
ol {
	margin-left: 2.5em;
}

col.highlight {
	background-color: #ddd;
}

span.required {
	font-size: 0.8em;
	color: blue;
	font-style: italic;
}

table.data,
table.addeditform {
	border: 1px solid #bbb;
}
table.data thead th {
	background-color: #ddd;
}
table.data td, table.data th,
table.addeditform td {
	text-align: left;
	padding: 2px;
}
table.data th.actions {
	padding: 0px;
}
table.data tbody tr.even td {
	background-color: #eee;
}

#loading {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* GENERAL */

li.logout {
	padding-top: 20px;
}
li.logout a {
	font-weight: bold;	
	color: red;
}


/* MODEL */

.model, .model_header {
    float:left;
    height:40px;
    border-bottom:2px solid silver;
    width:100%;
    padding-bottom:5px;
}
.model_header {
    font-weight:bold;
	background-color:#eeeeff;
}
.model_name, .model_description, .model_common, .model_boolean, .cmtime, .model_release {
    float:left;
    border:none;
    padding:7px;
    width:160px;
}
.model_name {
	width: 260px;
}
img {
    border:none;
}
.editButtons {
    width:160px;
    float:right;
    border:none;
    padding:7px;
    margin-right:20px;
}

.editButtons input {
    border:solid 1px gray;
    padding:3px;
    margin-right:7px;
    float:right;
}
.model form {
    float:left;
}
.model_boolean {
    width:50px;
}
.cmtime {
	width:65px;
}
.list {
    margin-top:20px;
}
.gray {
    background-color:#efefef;
}
.green {
    background-color:#bbffbb;
}
.yellow {
    background-color:#ffffbb;
}
#errormessage {
	background-color:#ffdddd;
	border:1px solid red;
	color:black;
    padding:10px;
    top:20px;
    right:20px;
    position:absolute;
}

/* @Display */
table.atDisplaySlideshowCreation tr.finish {
}
table.atDisplaySlideshowCreation tr.finish td {
	border-top: 1px solid #000;
	font-weight: bold;
}

/* MWSADMIN */
div.settingsCheckBox {
	clear: both;
}
div.settingsCheckBox input {
	border: 1px solid black;
	width: 30px;
	height: 30px;
	float: left;
	margin: 20px;
}

div.settingsCheckBox p {
	width: 450px;
	padding: 15px;
}
div.settingsInputField input {
	margin: 20px; float: left;
}
div.settingsInputField p {
	width: 450px;
	padding: 15px;
}


dl.faq dt {
	font-weight: bold;
}
dl.faq dd {
	padding: 10px 0px;
}

.slideshowEntryDuration {
    font-size: 8px;
    width: 38px;
    padding: 1px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}
