/*-----------------------------------------主体样式*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #cdf1f1;
}
body,td,th {
	font-size: 12px;
	line-height: 150%;
	font-family: Arial;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #36aea2;
}
a:active {
	text-decoration: none;
	color: #36aea2;
}

a.white:link {
	text-decoration: none;
	color: #ffffff;
}
a.white:visited {
	text-decoration: none;
	color: #ffffff;
}
a.white:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.white:active {
	text-decoration: underline;
	color: #ffffff;
}

a.black:link {
	text-decoration: none;
	color: #000000;
}
a.black:visited {
	text-decoration: none;
	color: #000000;
}
a.black:hover {
	text-decoration: underline;
	color: #ff0000;
}
a.black:active {
	text-decoration: underline;
	color: #ff0000;
}

a.green:link {
	text-decoration: none;
	color: #3daeb6;
}
a.green:visited {
	text-decoration: none;
	color: #3daeb6;
}
a.green:hover {
	text-decoration: none;
	color: #000000;
}
a.green:active {
	text-decoration: none;
	color: #000000;
}

a.small:link {
	text-decoration: none;
	color: #666666;
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
a.small:visited {
	text-decoration: none;
	color: #666666;
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
a.small:hover {
	text-decoration: none;
	color: #36aea2;
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
a.small:active {
	text-decoration: none;
	color: #36aea2;
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}


/*------------------------------------------字体样式*/
.color1{
	 color: #ffffff;
	 font-weight: bold;
}
.color2{
	 color: #ffffff;
	 font-size:15px;
	 font-weight: bold;
}
.color3{
	 color: #000000;
	 font-size:18px;
}
.color5{
	 font-size:11px;
}
.left1{
	margin-left:20px;
	line-height:200%;
}
.left2{
	font-weight:bold;
	color:#d60000;
}
.small1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.small1a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}
.green1 {
	color: #3daeb6;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*------------------------------------------表格样式*/
.boder1{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	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;
}
.boder2{
	border: 1px solid #CCCCCC;
}
.boder3{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.tdnone{
	background:transparent;
	border: 0px none #FFFFFF;
}
.tbbg{
	background-color:#FBFBFB;
}
/*------------------------------------------其他样式*/
.button1{
	background: url(../images/bt_bg.gif);
	height: 20px;
	width: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
.button2{
	background: url(../images/bt_bg2.gif);
	height: 20px;
	width: 137px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
.input1{
	color:#999999;
	width:130px;
	font-size:12px;
}
.sortby{
	margin-top:15px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #dddddd; 
	z-index:5; 
	position:absolute; 
	background-color:#ffffff;
	width:70px;
	visibility: hidden;
	overflow: hidden;
	text-align:left;
	margin-top:2px;
}