/*此文件是描述表述页面内容页展示
2016.04.15*/
body{
	background-color: #F0F0F0
	color: #3F3F3F;
	font-family: "微软雅黑",Arial, sans-serif;
	font-size: 100%;
	margin:0;
	position: relative;
	padding:0px;
}

.bodyDIv{
	width:90%;
	margin:auto;
}

body {
	background-color: #F0F0F0
	color: #3F3F3F;
	font-family: "微软雅黑",Arial,sans-serif;
	font-size: 100%;
	margin:0;
	position: relative;
}
div.bodyDIv{
	width:90%;
	margin:auto;
}
#sbar {
	margin-left:8px;
	margin-top:0px;
	height :20px;
	width: 100%;
}
#resourceID{
	height:17px;
	border:1 none;
	margin:0;
}
.qbtn{
	height:22px;
	border:1 none;
	margin:0;
	vertical-align:top;
	margin:2px 0 0 -4px;
}
div#footer {
	text-align:center;
	border-right: 0px;
}
#copyright {
    font-size: 13px;
    padding-bottom: 11px;
    text-align: center;
}

#copyright, #copyright a {
    color: #7D7D7D;
    line-height: 2em;
}

#content p{
	margin-left: 2em;
}
#content ol{
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: 0em;
	list-style-type: decimal;
	margin-left: 4em;
}
#content ol li{
	margin-bottom: .7em;
	margin-left: -2em;
	list-style-type: decimal;
	text-align:left;
}
ol {
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: 0em;
	list-style-type: none;
}
ul {
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: 0em;
	list-style-type: none;
	text-align: left;
}
ol ul {
	list-style: none;
	margin-top: .5em;
	list-style-type: none;
	text-align: left;
}
ul ul {
	list-style: none;
	margin-top: .5em;
	list-style-type: none;
	text-align: left;
}

li {
	margin-bottom: .7em;
	margin-left: -2em;
	list-style-type: none;
	text-align:left;
}
table{
	 border-collapse:inherit;
}
table.c {
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-last-row: 1;
	x-last-row-name: last;
	width: 100%;
	margin:auto;
	height:36px;
}

table.c tr.t1st td {
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #000000;
	font-family: "宋体",Arial,sans-serif;
	font-size: 12pt;
}
table.c tr.last td {
	font-family: "宋体",Arial,sans-serif;
	font-size: 12pt;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
H1 {
	POSITION: relative;
	PADDING-BOTTOM: 1px;
	BACKGROUND-COLOR: #F0F5FB;
	MARGIN: 2em 0px 0px 0px;
	PADDING-LEFT: 3px;
	PADDING-RIGHT: 3px;
	FONT-SIZE: 24px;
	border-top:1px solid #F0F5FB;
	FONT-WEIGHT: bold;
	PADDING-TOP: 1px;
	MARGIN-BOTTOM: 0px;
	text-align: center;
	font-family:"微软雅黑";
}

H2 {
	POSITION: relative;
	PADDING-BOTTOM: 1px;
	PADDING-LEFT: 3px;
	BORDER-TOP: #36c 1px solid;
	FONT-WEIGHT: bold;
	PADDING-TOP: 1px;
	MARGIN-BOTTOM: 0px;
}


a{
	color: #0254D0;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	//text-decoration:underline;
}

.itemLabel{
	float:left;
	padding-left:10px;
	vertical-align:bottom;
	width:17em;
}

.parameter{
	padding:10px 0 0 5px;
}
b{
	font-size:18px;
}
th{
	font-size:16px;
	text-align:center;
}
td{
	font-size:14px;
}