/* Main CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0;
	font-size: 12pt;
	font-family: Arial, "新细明体";
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

.form a {
	text-decoration: underline;
	cursor: pointer;
}

dl .title {
	color: #000000;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: 0;
	
	padding-top: 20px;
	padding-bottom: 20px;
}

dt {
	color: #000000;
	height: auto;
	text-align: left;
	font-size: 12pt;
	font-weight: Normal;
	padding-left: 10px;
	width: 96%;
	line-height: 18px;
}

.list {
	padding-left: 10px;
}

.list table {
	width: 90%;
	background-color: #f0f0f0;
	line-height: 18px;
	border-spacing: 0;
	border: 0;

}

.list table tbody {
	overflow-y: auto;
}

.list table tr td {
	line-height: 24px;
}
.list table .current td,.list table tbody .current td {
	background-color: #ffffff;
	color: #10257E;
	cursor: default;
}
.thread {
	background-color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #000;
}

.table_line_a {
	background-color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #000;
}

.table_line_b {
	background-color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #000;
}

#bannerPanel {
	clear: both;
	border-right: 0px;
	padding-right: 0px;
/*	border-top: #000000 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	background-color: #233f6e;
*/	
	float: none;
	display: block;
	width: 100%;
	height: 24px;	
	text-align: right

}

.fielderror {
	color: #cc0000;
	cursor: pointer;
	text-decoration: underline;
}
