/**css reset**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:14px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/****/
html { height:100%; overflow:hidden;}
body { 
	height:100%;
	overflow:hidden;
}
#divHead{ position:absolute; left:0; top:0; right:0; height:80px;}
#divNavBox{ position:absolute; left:10px; top:80px; bottom:10px; width:120px; overflow-y:auto;overflow-x:hidden;min-height:200px;}
#divListBox{ position:absolute; left:140px; top:80px; bottom:10px; width:250px;min-height:200px;}
#divMain { position:absolute; left:400px; top:80px; bottom:10px; right:10px; overflow:hidden;min-width:600px;min-height:200px;}
#divFoot { position:absolute; left:0; bottom:0; right:0; height:10px;display:none;}
#divMain #iframeMain{
	width:100%; height:100%;
}

/*---ie6 ie7---*/

html { *padding:80px 10px 10px 10px;}
#divHead { *height:80px; *margin-top:-80px; *margin-bottom:0; *position:relative; *top:0; *right:0; *bottom:0; *left:0;}
#divBody {*position:relative;}
#divNavBox { *height:100%; *float:left; *width:120px; *position:relative;*margin-right:10px; *top:0; *right:0; *bottom:0; *left:0;}
#divListBox { *height:100%; *float:left; *width:250px;*position:relative; *top:0; *right:0; *bottom:0; *left:0;}
#divMain { *height:100%;  *position:relative;*margin-left:390px; *top:0; *right:0; *bottom:0; *left:0;_left:-2px;}
/*#divFoot { *height:50px; *margin-top:10px; *position:relative; *top:0; *right:0; *bottom:0; *left:0;}*/


body{
	background:#eae5ce;
	font-family:Verdana , "微软雅黑";
}

#divHead{}
#divNavBox{}
#divListBox{
	background:#fefefe;
	/*-webkit-box-shadow:3px 3px 3px #aaa;
	-moz-box-shadow:3px 3px 3px #aaa;*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	*overflow:auto;
	*overflow-x:hidden;
}
#divMain{
	
	/*-webkit-box-shadow:3px 3px 3px #aaa;
	-moz-box-shadow:3px 3px 3px #aaa;*/
}
#divListBox .h{
	height:29px;
	line-height:25px;
	padding:0 0 0 10px;
	background:#d4ceb4;
	color:#69644e;
	font-weight:bolder;
	-webkit-border-top-left-radius:6px;
	-moz-border-topleft-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-topright-radius:6px;
}
#divListBox #divList{
	position:absolute;
	top:30px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow-y:auto;
	overflow-x:hidden;
}
#divTitle h1{
	font-family:Impact, Charcoal, sans-serif;
	font-weight:bolder;
	font-size:40px;
	color:#96a800;
	padding:10px 0 0 10px;
}
#divTitle h1 span{
	font-weight:bolder;
	color:#69644e;
}
#divOnline{display:none;}

.b{
	font-family:Verdana,"微软雅黑";
}

#divGoogleAD{
	position:absolute;
	top:-70px;
	right:0;
	width:469px;
	height:60px;
	overflow:hidden;
}
#ulNav{
	padding:0 5px 0 0;
}
#ulNav li{
	cursor:pointer;
	width:100%;
	float:left;
	margin:0 0 3px 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#ulNav li .t{
	padding:0 3px;
	margin:0 3px 0 0;
	color:#68634d;
	font-weight:bolder;
	float:left;
}
#ulNav li .c{
	font-size:10px;
	color:#eee;
	display:none;
	float:right;
	margin:0 3px 0 0;
}
#ulNav li.hover{
	background:#69644e;
	/*-webkit-box-shadow:2px 2px 2px #aaa;
	-moz-box-shadow:2px 2px 2px #aaa;*/
}
#ulNav li.hover .t{
	color:#fff;
}
#ulNav li.hover .c{
	display:inline;
}
#ulNav li.active{
	background:#91ab00;
	
	/*-webkit-box-shadow:3px 3px 3px #aaa;
	-moz-box-shadow:3px 3px 3px #aaa;*/
}
#ulNav li.active .t{
	color:#fff;
}
#ulNav li.active .c{
	display:inline;
}
#ulNav li .t a,#ulNav li .t a:link,#ulNav li .t a:visited{
	text-decoration:none;
	color:#68634d;
}
#ulNav li .t a:hover,#ulNav li .t a:active,#ulNav li.active .t a:visited,#ulNav li.active .t a:link,#ulNav li.hover .t a{
	text-decoration:none;
	color:#fff;
}
/********************/
#divList .divAtc{
	cursor:pointer;
	border-bottom:#eae5ce 1px solid;
	padding:6px 10px 10px 10px;
	color:#68634d;
}
#divList .divAtc .d{
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
#divList .divAtc.hover{
	background:#f6f4ea;
}
#divList .divAtc.hover .t,#divList .divAtc.hover .t a:hover,#divList .divAtc.hover .t a:visited{
	color:#a6ba00;
}
#divList .divAtc.active{
	background:#91ab00;
}
#divList .divAtc.active .t,#divList .divAtc.active .t a:link,#divList .divAtc.active .t a:hover,#divList .divAtc.active .t a:visited{
	color:#fff;
}
#divList .divAtc a,#divList .divAtc a:visited{
	text-decoration:none;
	color:#68634d;
}

/**************/
.divTemp{
	padding:5px;
	color:orange;
}

/*css styles for wscroll*/
.wscrollContainerBody{
	
}
.wscroll{
	width:14px;
}
.wscroll .bar{
	background:#69644e;
	width:14px;
	left:0px;
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.wscroll .cbar{
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	width:14px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.wscroll .cbar .aUp{
	background:url("../img/wscroll.png") no-repeat 0px 0px;
	height:21px;
	overflow:hidden;
}
.wscroll .cbar .aBody{
	background:url("../img/wscroll.png") no-repeat 0px -21px;
	height:33px;
	overflow:hidden;
}
.wscroll .cbar .aDown{
	background:url("../img/wscroll.png") no-repeat 0px -54px;
	height:21px;
	overflow:hidden;
}
.wscroll .cut{
	background:url("../img/wscroll.png") no-repeat 0px -77px;
	height:8px;
	width:14px;
	overflow:hidden;
	opacity:0.8;
	filter:alpha(opacity=80);
}