@import "reset.css";
body{
	background:#4B4B4B;	
	font-family:sans-serif;
	font-size:12px;
}
a{color:#749DD3;text-decoration:none;}
a:hover{color:#FFF;}
.email{color:#749DD3;}
h1{
	color:#848484;
	font-size:14px;
}

div.h20{
	height:20px;	
}

.structure{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	position:relative;
}

div.header{
	height:100px;
	width:960px;
}

div.logo{
	background:transparent url(../images/logo.png) no-repeat scroll 0 0;
	padding:27px 0 0 175px;
	margin:45px 0 0 0;
	float:left;
	width:280px;
}
div.logo div.slogan{
	background:transparent url(../images/slogan.png) no-repeat scroll 0 0;
	height:30px;
	width:101px;
}
div.menu{
	float:right;
	text-align:right;
	margin-top:60px;
}

div.menu li{
	display:block;
	float:left;
	margin:0 10px;
}
div.menu li a.selected{
	border-bottom:2px solid #4C96EA;
	color:#FFFFFF;
}
div.menu li a{
	color:#dcd9d9;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
	font-weight:bold;
}
div.menu li a:hover{
	border-bottom:2px solid #4C96EA;
	color:#FFFFFF;
}


.body{
	display:none;
}
.body_top{
	height:13px;
	float:left;
	width:960px;
	background:#749DD3;
	color:#FFF;
}
.body_content{
	float:left;
	width:960px;
	background:#CFCDCD;
	position:relative;
	clear:both;
}
.body_footer{
	float:left;
	width:960px;
	background:#1A1A1A url(../images/body_footer.gif) no-repeat bottom;
	height:55px;
	color:#FFF;
}

.body_footer div.left{
	font-size:11px;
	margin:20px;
	float:left;
}
.body_footer div.right{
	font-size:11px;
	margin:20px;
	float:right;
}
.body_content div.body_center{
	float:left;
	font-size:12px;
	line-height:25px;
	padding:20px;
}
.body_sub-footer{
	float:left;
	width:960px;
	text-align:center;
	color:#848585;
	font-size:11px;
	position:relative;
	line-height:20px;
}


.body_left{
	width:470px;
	float:left;
	padding:20px 0 20px 35px;
	
}
.body_right{
	width:420px;
	float:right;
	padding:20px 0 20px 35px;
	text-align:center;
	
}
.body_left p,.body_left li{
	
	line-height:18px;
	margin:15px 0;
	text-align:justify;
}

.body_right div{
	line-height:18px;
	margin:15px 0;
	cursor:pointer;
	position:relative;
}
form{
	margin-left:30px;
	float:left;
}
label{
	width:80px;
	height:60px;
	text-align:left;
	float:left;	
}

.input{
	width:350px;
	height:15px;
	padding:5px;
	float:left;
	color:#749DD3;
}
.textarea{
	width:350px;
	height:150px;
	padding:5px;
	float:left;
	color:#749DD3;
}
.imgSend{
	width:141px;
	height:43px;
	margin:10px 73px;
	float:left;
}
.clear{
	clear:both;
}
.error{
	color:#900;
	float:left;
}
.AdvSuccess
{
	float:left;
	width:938px;
	color:#393;
	border:1px solid #EEE;
	background:#DDF9E6;
	padding:10px;
	text-align:center;
	position:relative;
}
.AdvError
{
	float:left;
	width:938px;
	color:#C00;
	border:1px solid #EEE;
	background:#FFEBEA;
	padding:10px;
	text-align:center;
	position:relative;
}
.inputError{
	color:#900;
	border:1px solid #900;
}
.body_center div.img{
	float:left;
	margin:15px;
	text-align:center;
	border-bottom:2px solid #4C96EA;
	font-size:12px;
}

.inputLogin{
	width:150px;
}
.loading{
	width:960px;
	height:345px;
	background:#4B4B4B;
	position:absolute;
	top:0;
	left:0;
	display:none;
	color:#FFF;
	text-align:center;
	z-index:900;
}
div.loadingMesg {
	background:#FCF7CD;
	color:#000;
	width:300px;
	height:50px;
	padding:10px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-160px;
	margin-top:-35px;
	z-index:1000;
	display:none;
}
label.login{
	height:30px;
	padding-top:8px;
}
div.tip{
	background:#EFF9FF;
	border:1px solid #EEEEEE;
	float:left;
	padding:2%;
	width:90%;	
	cursor:default;
	text-align:left;
	line-height:20px;
}
.row-even td{
	background:#fff;
}
.row-odd td{
	background:#F3F3F3;
	}
#stats table{
	border:1px #ccc solid;
	overflow:hidden;
}
#stats table,#stats td,#stats tr{
	font:10px Verdana,sans-serif;
}
#stats td{
	padding:6px;
	margin:0;
}

.progressbar{
  border: 1px solid #999; 
  width: 100px; 
  margin: 2px 5px 2px 0; 
  padding: 1px; 
  float: left; 
  background: white;
}

.progressbar > div { 
  height: 12px
}

