/* CSS Document */
html,body {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	text-align:center;
	
}
body{
background-image:url(images/bg.gif)
}
table div{ background-image:none; background-color:#FFFFFF}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
a:active {
	text-decoration: none;
}

/*********************************定位**********************************/
.left {
	float: left;
}
.right {
	float: right;
}
.center{
	margin:auto; background-color:#FFFFFF;
}
/*********************************显示**********************************/
.hide {
	overflow: hidden;
}


.visible {
	overflow: visible;
}

.scroll {
	overflow: scroll;
}
.auto {
	overflow: auto;
}
/*********************************导航条**********************************/
.dh {
	background-image: url(images/dh_bg.gif);
	width:1003px;
	height: 36px;
	line-height:42px;
}
.dhstart {
	background-image: url(images/dh_start.gif);
	float: left;
	width: 25px;
	height: 36px;

}
.dhdown{
	width:1003px;
	height: 27px !important;
	height: 28px;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0c2fbd;
	background-color: #EFEFFF;
	text-align:left;
}
.dhmid {
	background-image: url(images/dh_mid.gif);
	float: left;
	height: 36px;
	width: 15px;
}
.dhover {
	float: left;
	height: 36px;
	width: 82px;
	background-image: url(images/dh_over.gif);
	cursor:pointer;
	color: #3975C6;
	text-align: center;
	font-weight: bold;
}
.dhover a {
	color: #3975C6;
	top:6px;
}
.dhout {
	float: left;
	height: 40px;
	width: 82px;
	cursor:pointer;
	font-weight: bold;
	text-align: center;
}
.dhout a {
	color:#FFF;
	top:6px;
}

/*********************************高宽**********************************/
.w1000 {
	width:1000px;
	text-align:left;
}
.w775 {
	width:775px;
}
.w700 {
	width:700px;
}
.w383 {
	width:383px;
	text-align:left;
	height:160px;
}
.w220 {
	width:219px;
}
.w600 {
	width:600px;
}
.w100 {
	width:100px;
}
.h80 {
	height: 80px;

}
.h34 {
	height: 34px;
}
.h25 {
	height: 25px;
}
.h20 {
	height: 20px;
}
.h2 {
	height: 2px;
}
/*********************************边框**********************************/


.leftbottom{
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ADD3EF;
}
.boxnoup {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BDC3C6;
	border-bottom-color: #BDC3C6;
	border-left-color: #BDC3C6;
	background-color:#E7EFFF
}
.bian{
	border: 1px solid #94A6F7;

}
/*********************************背景**********************************/
.indexleft{
	background-image: url(images/index_17.gif);
	background-repeat: repeat-y;
	background-position:top;
	text-align:left;
}
.indexthemebg{
	background-repeat: repeat-y;
	padding: 4px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E7EFFF;
	border-right-color: #94A6F7;
}
.frend {
	background-image: url(images/index_91.gif);
	background-repeat: repeat-x;
}
.foot{
	background-image: url(images/index_106.gif);
	background-repeat: repeat-x;
	text-align:center;
	height: 100px;
	line-height:22px;
}
/*********************************杂项**********************************/
.theme img{
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.font{
	font-size: 12px;
	color: #000000;
}
.topmargin{
	margin-top: 3px;
}
.leftmargin{
	margin-left: 5px;
}
/***********************列表****************************/
.noneliststyle {
	list-style:none;
	list-style-type:none;
	line-height:28px;
	padding:0px;
	margin:0px;
}
.noneliststyle li {
	list-style:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:8px;
}
.indexleftul{
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
	list-style:none;
	padding:0px;
	
	list-style-position:inside;
}
.indexleftul li{
	padding: 0px;
	height:20px;
	line-height: 22px;
	list-style-type:disc;
}
.indextheme{
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	list-style:none;
	padding:0px;
	list-style-position:inside;
}
.indextheme li{
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 2px;
	line-height: 16px;
	list-style-image: url(images/index_23.gif);
	list-style-position:inside;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
