/* CSS Document */


#logindiv{
	height:83px;
}
.menu { width: 600px; float:right;}
.form_cover{
	width:983px;
	margin:0px auto;
}
.login_form_left{
	float:right;
	width:330px;
	padding:25px 9px;
}
.login_form_left ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.login_form_left ul li{
	display:inline;
	}
.login_form_left ul li a{
	font-size:12px;
	color:#00000;
	font-weight:100;
}
.login_form_right{
	width:530px;
	float: right;
	padding:25px 9px;
	
}
.login_form_right form label{
	color:#00000;
	font-weight:100;
}

/*--------------------------------logout page--------------------------------*/

.logout_cover{
	float:right;
	padding:27px;
}
.login_greetings{
	float:left;
	font-size:14px;
	font-weight:bold;
	padding-top:3px;

}
.logout_but{
	float:left;
	width:69px;
	height:25px;
	padding-left:13px;
}
.top_links{
	color:#FFFFFF;
	width:503px;
	height: 21px;
	float:right;
}
.top_menus{
	float:right;
	padding-right:13px;
}
.top_menus ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.top_menus ul li{
	display:inline;
	list-style-image: none;
	list-style-type: none;	
}
.top_menus ul li a{
	font-size:11px;
	font-weight:100;
	color:#FFFFFF
}
.externel_login_but{
	float:right;
}

<!------------------------dashboard--------------------------->


.dashboard{
	width:983px;
	margin:0 auto;
}
.dash_bg_top{
	background-image: url(images/dash_bg_top.jpg);
	background-repeat:no-repeat;
	float:left;
	width:913px;
	height:28px;
}
.dash_bg_mid{
	background-image: url(images/dash_bg_mid.jpg);
	background-repeat:repeat-y;
	float:left;
	width:913px;
}
.dash_bg_bottom{
	background-image: url(images/dash_bg_bottom.jpg);
	background-repeat:no-repeat;
	float:left;
	width:913px;
	height:32px;
}
.dash_heading_bg{
	background:url(images/dashboard_heading1.jpg) no-repeat;
	height: 45px;
	width:877px;
	margin:0 auto;
	
}
.dash_heading_bg h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:43px;
	padding:0px;
	padding-left:23px;
}
.dash_content{
	width:877px;
	margin:0 auto;
}
.dash_content a img{
	padding:23px;
}
