﻿@charset "utf-8";
/* CSS Document */
a:link {
	color: #587BA5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #587BA5;
}
a:hover {
	text-decoration: underline;
	color: #8CBBD9;
}
a:active {
	text-decoration: none;
	color: #8CBBD9;
}
body, td, th {
	font-size: 12px;
	font-family: 宋体;
}
.px12 {
	font-size: 12px;
	line-height: 18px;
}
strong {
	font-weight:normal;
	color:#FF0000;
}
.px12 strong div {
	color:#00FF00;
}
input {
	font-size: 12px;
}
.input {
	width:180px;
}
select {
	font-size: 12px;
}
.hline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.msg {
	background:#FFEE00;
	font-size:12px;
	text-align: right;
	float:right;
	color:#FF0000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.kj {
	border:5px solid #EEEEEE;
	width:778px;
	margin:0 auto;
	background:#FFFFFF;
}
.navigation {
	border-top:5px solid #A6CCFF;
	background:#F4F9FF;
	height:24px;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	line-height:24px;
}
.navigation ul {
	margin:0px;
	padding:0px;
}
.navigation li {
	margin:0px;
	padding:6px !important;
	padding:10px;
	list-style-type: none;
	display: inline;
}
.selpage {
	color:#000000;
	background:#A6CCFF;
}
.head {
	border-bottom:1px solid #1F6ECA;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/bg.gif);
}
.doc {
	font-size: 14px;
	line-height: 20px;
	width:700px;
	border:2px solid #EEEEEE;
	height:400px;
	overflow:auto;
	margin:10px auto;
	padding:10px;
	background:#F4F4F4;
}
.ajaxlist{
	position:absolute;
	width:204px;
	z-index:1;
	font-size:12px;
}
.ajaxlist ul{
	border:solid 1px #666666;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	-height: 108px;
	max-height: 108px;
	overflow: auto;
}
.ajaxlist li{
	list-style-type: none;
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 2px;
}
.ajaxlist li:hover{
	background-color: #FFFF99;
}

.help {
	border:1px #000000 dashed;
	vertical-align: top;	
}
.body {
	border-bottom:solid #EEEEEE 8px;
}
.bottom {
	font-size:12px;
	border-top:solid #000000 5px;
	padding: 10px;
}
.bottom p {
	font-size:12px;
	margin: 0px;
	padding: 5px;
}
.bt {
	background:#1F6ECA;
	border:none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:4px;
}.bigbox {
	border: 1px solid #CDCDCD;
	margin: 10px;
	background-color: #f8f8f8;
}
form {
	margin: 0px;
	padding: 0px;
}
#link{
	line-height:20px;
}