@charset "gb2312";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:"宋体";
	font-size:12px;
	background:#FFF;
	color:#676767;
}
a {
	text-decoration:none;
	color:#676767;
}
a:hover {
	text-decoration:underline;
	color:#0093DD;
}
h2 {
	font-size:14px;
	line-height:30px;
	color:#01B1E2;
	text-align:center;
}
.layout_center {
	margin:0 auto;
	width:988px;
}
.page {
	padding:5px;
}
#login {
	width:303px;
	height:142px;
	margin:50px auto;
	background:url(images/login_bg.jpg) no-repeat;
	padding:80px 100px;
	border: 2px outset #D9DDC2;
}
#navigation_main {
	height:70px;
	background:url(images/navigation_bg.jpg) repeat-x;
}
#navigation {
	height:70px;
	line-height:70px;
	background:url(images/logo.jpg) right no-repeat;
}
#navigation dl dd {
	float:left;
	text-align:center;
	width:90px;
}
#navigation dl dd a {
	display:block;
	font-size:14px;
	font-weight:bold;
}
#navigation dl dd a:hover {
	background:url(images/navigation_bg_hover.jpg) repeat-x;
	text-decoration:none;
}
#sub_navigation {
	height:36px;
	line-height:36px;
}
#sub_navigation dl {
	width:600px;
	margin:0 auto;
}
#sub_navigation dl dd {
	float:left;
	text-align:center;
}
#sub_navigation dl dd a {
	display:block;
	font-weight:bold;
	padding:0 15px;
}
#sub_navigation dl dd a:hover {
}
#content {
	padding-bottom:10px;
}
#content p a{
	line-height: 20px;
}
#content p a:hover {
}
#copyright {
	background:url(images/copyright_bg.jpg) repeat-x;
	height:60px;
	line-height:20px;
	text-align:center;
	padding:10px 0;
}
/*表格开始*/
table {
	border-collapse:collapse;
	width:100%;
}
table td {
	padding:3px;
	border:1px solid #EEEEEE;
}
table th {
	text-align:center;
	padding:5px;
	border:1px solid #EEEEEE;
}
.submit_button {
	background:url(images/button.jpg) no-repeat;
	width:88px;
	height:32px;
	font-size:12px;
	text-align:center;
	border:none;
	color:#FFF;
	font-weight:bold;
}
.submit_button:hover {
	color:#00FFFF;
}
input, select {
	border:1px solid #CCC;
	font-size:12px;
	padding:2px;
	font-family:"宋体";
}
