@charset "gb2312";
/* CSS Document */
* {margin:0;padding:0;list-style:none;}
body{font-family:"宋体";font-size:12px;min-width:990px;background:#023F7E;}
img{border:none;}
.red{color:red;}
.clear{clear:both;}
a{text-decoration:none;color:#000;}
a:hover{text-decoration:underline;}
p{line-height:18px;}
.clear {display:block;width:0;height:0;clear:both;margin:0;padding:0;font:0/0 sans-serif;}
#top {height:100px;background:#005CB2 url(images/top_bg.jpg) repeat-x;}
#top_bg{height:100px;background:url(images/bg.jpg) no-repeat;}
#top_name {width:350px;height:60px;float:left;color:#FFF;}
#top_name h1 {color:#FFF;line-height:20px;font-size:14px;}
#top_menu {float:right;height:26px;margin-top:62px;width:600px; margin-right:20px; display:inline}
#top_menu ul li {float:right;text-align:center;line-height:26px;border:1px solid #FFF;margin-right:2px;}
#top_menu ul li a {display:block;padding:0 8px;font-weight:bold;color:#FFF;}
#top_menu ul li a:hover {
	background:#003D7C;
	text-decoration:none;
}
#content {
	padding:2px 5px;
}
#left {
	width:130px;
	float:left;
	text-align:center;
	border:1px solid #0067BE;
	background-color:#EAF9FF
}
#left dl {
	overflow:auto;
	padding:5px;
	padding-bottom:0;
}
#left dl dt {
	font-weight:bold;
	line-height:28px;
	height:28px;
	background:#0067BE;
	margin-bottom:5px;
	color:#FFF;
}
#left dl dd {
	line-height:18px;
	height:18px;
}
#right {
	margin-left:140px;
	border:1px solid #0067BE;
	background-color:#EAF9FF;
	padding:5px;
}
.right_title {
	background:#003D7C;
	color:#FFF;
	padding:5px;
	margin-bottom:5px;
}
.right_title h1 {
	font-size:12px;
	line-height:20px;
	color:#F1F1F1;
}
.right_title p {
	color:#ffffff;
}
.right_body {
	border:1px solid #99B4D1;
	padding:5px;
}
#bottom {
	padding:10px;
	text-align:center;
	color:#FFF;
	background: url(images/bottom.jpg) repeat-x;
}
/*表格开始*/
table {
	border-collapse:collapse;
	width:99%;
	border:1px solid #999;
}
table td {
	padding:3px;
	border:1px solid #999;
}
table th {
	text-align:center;
	padding:5px;
	border:1px solid #999;
}
table.w{
	border-collapse:collapse;
	width:99%;	
	border:0px;
}
table.w td {
	padding:3px;
	border:0px;
}
table.w th {
	text-align:center;
	padding:5px;
	border:0px;
}
input, select, textarea {
	border:1px solid #CCC;
	font-size:12px;
	padding:2px;
	font-family:"宋体";
}
.submit_button {
	background:#333;
	width:80px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	border:1px solid #000;
}
#login { color:#FFFFFF;
	width:260px;
	position:absolute; top:255px; z-index:888;margin:0 0 0 330px;
	padding:10px;
}
#login h1 {
	line-height:25px;
	background:#5C5C5C;
	font-size:12px;
	text-align:center;
	color:#FFF;
}