
body{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	color: #000;
}

div{
	text-align: left;
}

h1, h2, h3, h4, h5, h6{
	margin: 0.4em 0 0.2em;
}

h1{
	font-size: 1.8em;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.3em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.1em;
}
h6{
	font-size: 1em;
	margin: 0.4em 0 0.2em;
}

p{
	margin: 0.2em 0 0.5em;
}

table{
	font-size: 1em;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {display: block; height: 1%;}
/* End hide from IE-mac */


/* FORM ELEMENTS */

form{
	margin: 0;
	padding: 0;
}

input, textarea, select{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
}

input.checkbox{
	border: none;
	width: auto;
}

p.formLine{
	margin: 0 0 0 0;
	padding: 0 0 0 90px;
}

p.formLine strong{
	float: left;
	font-weight: normal;
	margin-left: -90px;
	margin-top: 0;
	width: 85px;
}

p.checkboxGroup, span.checkboxGroup, li.checkboxGroup{
	margin: 0 10px 0 0;
	white-space: nowrap;
	display: inline;
	overflow: hidden;
	width: 160px;
	float: left;
}

p.checkboxGroup, li.checkboxGroup{
	float: left;
}

div#pageContainer .module li.checkboxGroup{
	background: none;
}


p.formSubmit{
	margin: 0;
	text-align: right;
}

/* ERRORS */

ul.errors{
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	color: #C00;
}

/* CMS */

a.delete{
	background: url(../images/admin/images/delete.gif) center center no-repeat;
	padding: 5px;
}
	

a.delete span{
	display: none;
}


body.slideshow{
	background: #000;
	margin: 0;
	padding: 5px;
}

.module.module_list_obj table td, .module.module_list_obj table th{
	padding: 2px 10px 2px 0;
}

.module.module_list_obj table th{
	font-weight: bold;
	white-space: nowrap;
}


#DTDDashboard{
	
	width: 100%;
	background: url(../images/gradient.php?col1=F8F8F8&col2=E8E8E8&w=1&h=36) top left repeat-x #E8E8E8;
	border-width: 1px 0;
	border-color: #FFF #DDD #777 #EEE;
	border-style: solid;
	text-align: center;
	

}

#DTDDashboardContents, #DTDDashboardMessage{
 	text-align: left;
 	width: 720px;
 	margin: 0 auto;
 	padding: 10px;
 	position: relative;
 	height: 56px;
}

#DTDDashboardMessage{
	display: none;
	font-size: 1.3em;
	color: #777;
	padding: 18px; 10px;
}

#DTDDashboardMessage.loading{
	background: url(../images/loading-icon.gif) left center no-repeat;
	padding-left: 40px;
}

html>body #DTDDashboardContents{
	height: 36px;
}
 
html>body #DTDDashboardMessage{
	height: 20px;
}
 
#DTDDashboard ul.dashboardActions{
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	position: absolute;
 	top: 15px;
 	right: 0;
}

#DTDDashboard h3{
	background: url(../images/rweb-logo.png) top left no-repeat;
	width: 147px;
	height: 32px;
	border: 1px solid #CCC;
	margin: 0;
}

#DTDDashboard h3 span{
	display: none;
}
 
#DTDDashboard ul.dashboardActions li{
	display: inline;
}


#DTDDashboard ul.dashboardActions li a{
	display: block;
	float: left;
	margin: 0 4px 0 0;
	padding: 3px 6px;
	font-size: 1.1em;
	border: 1px solid #888;
	background: url(../images/gradient.php?col1=FFF&col2=DDD&w=1&h=24) top left repeat-x #DDD;
	color: #333;
	text-decoration: none;
}


#DTDDashboard ul.dashboardActions li a:hover{
	background-image: url(../images/gradient.php?col1=F0F0F0&col2=CCC&w=1&h=24);
	color: #000;

}



div#pageContainer{
	margin: 0 auto;
	width: 920px;
	padding-bottom: 10px;
	position: relative;
}


div#header{
	padding: 10px 5px 0;
	margin: 0;
	position: relative;
}

div#header h1{
	padding: 0;
	margin: 0 5px 5px;
}

div#banner{
	position: absolute;
	top: 10px;
	right: 20px;
}

div#lhColumn, div#rhColumn{
	width: 185px;
}

div#lhColumn{
	float: left;
}

div#rhColumn{
	float: right;
}

div#middleSection{
	padding: 10px 10px 0 10px;
}

div#mainContent{
	width: 898px;
	float: left;
}

div#mainContent.leftIndent{
	margin-left: 10px;
	width: 703px;
}

div#mainContent.rightIndent{
	width: 703px;
}

div#mainContent.leftIndent.rightIndent{
	width: 495px;
}

html>body div#mainContent.leftIndent.rightIndent{
	width: 510px;
}


div#lhColumn p.formLine, div#rhColumn p.formLine{
	padding-left: 65px;
}

div#lhColumn p.formLine strong, div#rhColumn p.formLine strong{
	margin-left: -65px;
	width: 60px;
}

div#lhColumn input.textbox, div#rhColumn input.textbox, div#lhColumn select, div#rhColumn select{
	width: 90px;
}

html>body div#lhColumn select, html>body div#rhColumn select, html>body div#lhColumn input.textbox, html>body div#rhColumn input.textbox{
	width: 95px;
}

