/*-----------------------------------------主体样式*/
body,td,th {
	font-size: 12px;
    line-height:150%;
}
body {
	margin: 0px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #008ACC;
}
a:active {
	text-decoration: none;
	color: #008ACC;
}
/*------------------------------------------字体样式*/
.title1{
	font-size: 16px;
	font-weight: bold;
	color: #ff7b41;
	margin-left:35px;
}
.c_red{
	color:#FF0000;
}
.c_white{
	color:#FFFFFF;
}
/*------------------------------------------表格样式*/
.td1{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.line1{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*------------------------------------------其他样式*/
.sy{
	POSITION: absolute;
	color:#FFFFFF;
	Z-INDEX: 10;
	margin-top:7px;
}
.fdbw1{
	width:460px;
}
.fdbw2{
	width:445px;
}
.bt1{
	background:url(../images/bt_bg1.gif);
	width:76px;
	height:24px;
	border:none;
	padding-top:1px;
	color:#ffffff;
}
.xmbg{
	background:url(../images/body2a_xmbg.gif);
	width:86px;
	height:19px;
	color:#ffffff;
	padding-top:2px;
}
.xmbg_en{
	background:url(../images/body2a_xmbg.gif);
	width:86px;
	height:21px;
	color:#ffffff;
}
.input1{
	border: 1px solid #FFFFFF;
	width:92px;
	height:12px;
}
.option1{
	background-color:#EAEAEA;
}
.textarea_none{
	height:expression(this.scrollHeight);
	padding:10px;
	overflow:hidden;
}
.sortby{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #dddddd; 
	z-index:5; 
	position:absolute; 
	background-color:#ffffff;
	width:131px;
	visibility: hidden;
	overflow: hidden;
	text-align:left;
	margin-bottom:5px;
}
