@CHARSET "UTF-8";
body
{
	margin:0;
	text-align:center;
	background-color:#F7F5F6;
	font-family:"Microsoft YaHei";
	height:100%;
}
html
{
	height:100%;
}
div.top
{
	background-color:#01256e;
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100px;
}
div.head
{
	margin-top:10px;
	float:left;
	color:white;
	font-size:50px;
	margin-left:10px;
}
div.login
{
	position:relative;
	left:5px;
	top:20px;

}
div.mobilemenu
{
	display:none;
}
div.alert
{
	color:red;
}
div.leftmenu
{
	background-color:#990000;width:150px;color:white;text-align:left;height:100%;float:left;
}
div.leftmenu div
{
	margin-left:20px;
	margin-bottom:10px;
	cursor:pointer;
}
div.leftmenu div a
{
	color:white;
	text-decoration:none;
}
div.rightpart
{
	float:left;color:#01256e;margin-left:10px;margin-top:10px;width:900px;text-align:left;height:100%;overflow-y:auto;
}
div.footnote
{
	text-align:left;
	font-size:10px;
	color:#01256e;
	margin-top:30px;
}
#maskdiv
{
	position:fixed;
	left:0;top:0;
	width:100%;height:100%;
	background-color:#F0F0F0;background-color:rgba(0,0,0,0.7);z-index:10;display:none;
}
#logopng
{
	width:200px;
	float:left;
	margin-top:10px;
}
div.loginbutton
{
	width:30%;
	height:25px;
	background-color:#01256e;
	color:white;
	float:right;
	text-align:center;
	cursor:pointer;
}
div.registerbutton
{
	margin-left:3px;
	margin-right:3px;
	width:30%;
	height:25px;
	background-color:#01256e;
	color:white;
	float:right;
	text-align:center;
	cursor:pointer;
}
div.main
{
	margin-left:5px;
	text-align:left;
}
div.roundcorner
{
	border:1px solid #ccc;
	background:#fff;
	padding:10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:500px;
	background-color:#F7F8F9;
	cursor:pointer;
	font-size:12px;	
	margin-bottom:20px;
	font-size:20px;
}
div.roundcorner div
{
	color:#990000;
	font-size:22px;
}
a.block
{
	display:block;
	color:#01256e;
}
#logintable tr td
{
	text-align:left;
}
table.data
{
	border:1px solid #01256e;width:100%;
}
table.data thead
{
	background-color: #01256e;
	color:white;
}