@CHARSET "UTF-8";

body{
	background:#010916;
	font-family: Arial, Verdana;
	color:#fff;
	font-size:0.8em;
}

.left{ float:left }
.right{float:right}
.clear{clear:both}

/* Text formating */
h1, h2, h3, h4{
	font-family: Arial, Verdana;
	font-weight:normal;
	font-size:2.5em;
}

h2{
	font-size:2em;
}
h3{
	font-size:1.5em;
	font-family: Arial, Verdana;
}
h4, legend{
	color:#fff;
	font-size:1.2em;
	font-family: Arial, Verdana;
}

a, a#current_page{
	text-decoration:none;
	color:#f6d600;	
	background:none;
}

 a#current_page{
 	color:#fff;
 }

a:hover{
	text-decoration:underline;
	color:#f6d600;
}

.page_title_text{ 
	margin:0;
	font-weight:normal;
	font-family: Arial, Verdana;
}

.sub_heading{
	font-size:1.6em;
}

.white_text, a:hover{ color:#fff}
.yellow_text, .record_list th a:hover{ color:#f6d600}
.red_text{color:red}

/*div formats */
#page_outerwrapper{
	width:900px;
	margin:30px auto;
	
}
#page_wrapper{
/*	border:#373737 solid 1px;*/
	border:#463d01 solid 1px;
/*	border:#f6d600 solid 1px; */
	background: url(images/CDS-BG-DarkBlue.jpg) no-repeat center top;
}

#page_titles{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:200px;
}

#side_menus{
	width:150px;
	padding-right:2px;
}

.yellow_border{
	border:#463d01 solid 1px;
}

.menu_wrapper{
	border-left:none;
	/*
	border-top:#463d01 solid 1px;
	border-right:#463d01 solid 1px;
	border-bottom:#463d01 solid 1px;
	*/
	padding:2px;
	margin-bottom:2px;
}

#menu_options ul, #menu_options ul li{
	list-style:none;
	padding:0;
	margin:0;
}


#menu_options a, a.loose_menu_options{
	display:block;
	padding-left:10px;
	padding-top:25px;
	padding-bottom:5px;
	background:#01091c;
	border-bottom:1px solid #333;
	color:white;
	text-decoration:none;
	margin-bottom:0px;
	font-family: Arial, Verdana;
}

.dark_bg{
	background:#01091c	
}
#menu_options a:hover, #menu_options a#current_page, a.loose_menu_options:hover{
	background:#f6d600;
	color:#000;
}


#client_login_form td{
	background:#01091c;
	padding-left:5px;
}

#client_login_form td.label{
	background:#01091c;
	text-align:right;
	padding:5px;
}

#client_login_form td input{
	background:#01091c;
	border:none;
	color:#fff;
	text-align:left;
	width:100px;
	font-family: Arial, Verdana;
}

#footer{
	padding:10px;
	text-align:right;
	
}

/* FORM FORMATTING */

.single_record_form .data, .single_record_form label{
	float:left;
	background:#01091c;
	border:none;
	color:#fff;
	height:20px;
	padding:5px;
	margin:1px;
}

.single_record_form .data *{
	background:#01091c;
	border:none;
	color:#fff;
	font-family: Arial, Verdana;
}



.single_record_form label{
	background:#01091c;
	text-align:right;
	width:170px;
}
.user_note{
	background:#01091c;
	width:300px;
	padding:10px;
	margin-bottom:10px;
}

/* CLASSES - DIFFERENT TYPES OF CONTENT BORDERS */


#page_content_wrapper{
	border-right:none;
	padding:2px;
	margin-bottom:2px;
}

.no_border_padded_pc, .no_border_pc, .yellow_border_padded_pc, .yellow_border_pc{
	padding:10px;
}

.no_border_padded_pc, .yellow_border_padded_pc{
	padding-top:180px;
	height:500px;
}

.no_border_pc, .yellow_border_pc{
}

.yellow_border_pc, .yellow_border_padded_pc{
	border-right:none;
}

.record_list th, .record_list td{
	background:#01091c;
	border:none;
	padding:5px;
	text-align:center;
}
.record_list td{
}

.record_list th a{
	color: #fff;
}

.arrow_end{
	height:29px;
	width:33px;
	background:url(images/arrow_end.gif)
}
a.download{
	display:block;
	height:21px;
	width:29px;
	background:url(images/download.gif)
}

