
/* CSS Document */

body
{
	margin: 0;
	
}
body, div, a, input, td
{
	font: 11px/1.5em Arial, Helvetica, sans-serif;
}
a img
{
	border: 0;
}

div.top
{
	width: 1004px;
	margin: 173px auto 0;
	height: 70px;
}
div.top a.logo
{
	float: left;
	display: inline;
	float: left;
	margin-left: 17px;
}
div.top div.top_nav
{
	float: right;
	width: 600px;
	text-align: right;
	line-height: 26px;
	height: 26px;
	padding: 3px 113px 0 0;
}
div.top div#mnav
{
	float: right;
	height: 38px;
	line-height: 38px;
	width: 640px;
}
div.top div#mnav a
{
	display: inline;
	float: left;
	margin: 0 16px;
	font-weight: bold;
	line-height: 38px;
	padding: 0 3px;
	text-decoration: none;
}

div.spe1, div.spe2
{
	width: 100%;
	clear: both;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
div.spe2
{
	height: 6px;
}

div.mid
{
	width: 100%;
	height: 439px;
	clear: both;
}
div.mid div.mid2
{
	width: 1004px;
	height: 439px;
	margin: auto;
}

div.fo
{
	text-align: center;
	padding: 11px 0 31px;
}

.subMenuOn
{
	width: 100px;
	cursor: pointer;
	padding-left: 15px;
	height: 15px;
	line-height: 15px;
	padding-top: 3px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: left;
	background-image: url(    '../image/spots.gif' );
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

.subMenuOn a
{
	color: #174487;
	text-decoration: none;
}

.subMenuOff
{
	width: 100px;
	cursor: pointer;
	padding-left: 15px;
	height: 15px;
	line-height: 15px;
	padding-top: 3px;
	color: #FFFFFF;
	margin-bottom: 5px;
	color: #4D909A;
	font-weight: bold;
	background-image: url(  '../image/spots.gif' );
	background-repeat: no-repeat;
	background-position: 5px 8px;
	text-align: left;
	cursor: pointer;
}

.subMenuOff a
{
	color: #4C9198;
	text-decoration: none;
}

.accordionHeader
{
	cursor: pointer;
}

.accordionHeaderSelected
{
	cursor: pointer;
}
/*字段描述区域样式-低边框有颜色*/
.tdDescField
{
	color: #000000;
	text-align: right;
	vertical-align: middle;
	background-color: #F3F8FE;
	height: 30px;
	border-bottom: solid 1px #A2C1E0;
	width: 160px;
}

/*字段描述区域样式-低边框有颜色，但无背景色*/
.tdDescField1
{
	color: #000000;
	text-align: left;
	vertical-align: middle;
	background-color: #F3F8FE;
	height: 30px;
	border-bottom: solid 1px #A2C1E0;
	width: 160px;
}

/*字段描述区域样式-低边框无颜色，但有背景色*/
.tdDescField2
{
	color: #000000;
	text-align: right;
	vertical-align: middle;
	height: 30px;
	background-color: #F3F8FE;
	width: 160px;
}

/*字段描述区域样式-低边框无颜色，无背景色*/
.tdDescField3
{
	color: #000000;
	text-align: right;
	vertical-align: middle;
	height: 30px;
	width: 160px;
}
.tdDescField4
{
	color: #000000;
	text-align: right;
	vertical-align: middle;
	border-right: solid 1px #A2C1E0;
	border-bottom: solid 1px #A2C1E0;
	height: 30px;
	width: 100px;
	background-color: #F3F8FE;
}

/*字段值区域-低边框有颜色*/
.tdValueField
{
	height: 30px;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #A2C1E0;
	background-color: #F3F8FE;
}

/*字段值区域-低边框有颜色,但无背景色*/
.tdValueField1
{
	height: 30px;
	text-align: left;
	vertical-align: middle; /*border-bottom: solid 1px #A2C1E0;*/
}

/*字段值区域-低边框有颜色,但无背景色*/
.tdValueField2
{
	height: 30px;
	text-align: left;
	vertical-align: middle;
	background-color: #F3F8FE;
}

/*字段值区域-低边框无颜色,但无背景色*/
.tdValueField3
{
	height: 30px;
	text-align: left;
	vertical-align: middle;
}
.dotline
{
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-style: dotted;
	border-top-style: dotted;
}

.borderInput
{
	border-top-color:#805220;
	border-top-width:inherit;
	border-top-style:solid;
	border-left-color:#805220;
	border-left-width:inherit;
	border-left-style:solid;
	width:110px;
	color:Black;
	
}