html, body {

}

/*body {	
	background-color:#555;
	background-image:url(../img/backgroundGradient.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
}*/

#bhs_header {
	border-bottom: 1px solid #D3D3D3;
	width:988px;
	height:100px;
	margin:0 auto;
	background-image:url(../../img/1/glogo.jpg);
	background-repeat:no-repeat;
	background-position:10px 20px;
	background-color:white;
}

#bhs_main {
	width:988px;
	margin:0 auto;
	text-align:left;
}

#bhs_content_nav_wrapper{
	background-color:#FFF;

}

#bhs_nav {
	position:absolute;	
	width:330px;
	height: 300px;
	padding:5px;	
	background-color:#FFF;
	text-align:center;
}

#bhs_content {    
	position:relative;
	min-height: 500px;
	left: 202px;
	width:630px;	
	padding:5px;	
	background-color:#FFF;
	border-left: 1px dotted #D3D3D3;	
}

#bhs_sidebar {	
	width:0px;
	height:900px;
	padding:0px;
	float:left;
	background-color:#FFF;
}

#bhs_footer {
	border-top: 1px solid #D3D3D3;
	width:988px;
	height:50px;
	margin:0 auto;
	clear:both;
	background-color:white;
	color:#FFF;
	text-align:left;
}

#bhs_content h2{
	font-size: 16px;
	font-weight:bold;
}   

.admin_table, .overview_table {
	border-top: 1px solid gray;
	font-size: 10px;
}

.admin_table td, .overview_table td {
	background-color:#EEE;
	padding:3px;
}



#bhs_nav ul {
	width:170px;
	margin:0 auto 20px;
	padding:0;
	list-style-type:none;
}

#bhs_nav li {
	width:150px;
	padding:0;
	margin:10px;
	text-align:center;
}

#bhs_nav a {	
	display:block;
	width:150px;
	height:25px;
	padding:2px;	
	background:#BCD5F0 url(../../externals/dojo/dijit/themes/soria/images/buttonEnabled.png) repeat-x scroll left top;
	border-color:#8BA0BD rgb(139, 160, 189) rgb(101, 124, 156);
	border-style:solid;
	border-width:1px;
	padding:0.1em 0.2em 0.2em;	
	color:#243C5F;
	text-decoration:none;
	
}

#bhs_nav a:hover {	
	color:#243C5F;
	margin-left:5px;
	text-decoration:none;
	border:1px inset #1d71dc;
	background:#FFF url(../../externals/dojo/dijit/themes/soria/images/buttonHover.png) repeat-x scroll left top;
}


.zend_form {
	padding:5px;
}

.zend_form dt {
	display:block;
	float:left;
	width:100px;
	margin:0;
	padding:0;
}

.zend_form dd {
	display:block;
	margin:0 0 10px;
	padding:0;
}

.zend_form input {
	width:200px;
}
.zend_form textarea {
	width:200px;
	height:150px;
}

#logoutbox, #loginbox {
	text-align:center;
}

#logoutbox input, #loginbox input {
	width:150px;
}

#top_loginbox input {
	width:120px;
}

#top_loginbox {
	
}

#top_Login_Form {
	float:right;
	color:white;
	height: 50px;		
}

#account_Data_Lost_Info {	
	float:right; 
	font-size:0.9em;
}

#account_Data_Lost_Info a {
	color:#d0e2f7;	
}
