/*----------------------------针对全局的定义---------------------------*/

html,body{
	width:100%;height:100%;padding:0px;margin:0px;text-align:center;background:#000;
	font-size:12px;color:#333;
}
.bt { border-right: #6a6a6a 1px ridge; border-top: #ffffff 1px solid; border-left: #ffffff 1px solid; border-bottom: #6a6a6a 1px ridge; background-color: #cccccc; font-size: 12px; height: 20px; line-height: 17px; cursor: hand; width: 80px; }

a:link,a:visited{
	color:#fff;text-decoration:none;
}

a:hover{
	color:#FFE700;text-decoration:none;background:#ebebeb/*background:#666;*/
}

.imp{
	border:0px;background:#596160;
}

.btn{
	border:0px;background:#353D3C;color:#ccc;	
}
td{
	font-size:12px;color:#333;
}
textarea{
	FONT-SIZE: 9pt;BORDER: 1px solid #cccccc; PADDING: 1px;
}
select{
	FONT-SIZE: 9pt;BORDER: 1px solid #cccccc; PADDING: 1px;HEIGHT: 18px; 
}
.t {
	FONT-SIZE: 9pt;BORDER: 1px solid #cccccc; PADDING: 1px;HEIGHT: 18px; 
}
/*-----default.asp----*/
div#midDefault{

}
div#midDefault A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
div#midDefault A:hover {
	COLOR: #000000; BACKGROUND-COLOR: #ebebeb; TEXT-DECORATION: none
}
div#midDefault A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
/*----------------------------针对公共的定义---------------------------*/

div#container{
	width:100%;height:100%;margin:0px auto;
}

div#top{
	width:100%;clear:both;border-bottom:1px solid #333;text-align:left;color:#fff;
}

div#middle{
	width:100%;clear:both;margin:0px auto;border-top:20px solid #FFE700;background:#fff;height:40%;
}

div#midLeft{
	width:185px;float:left;clear:left;background:#fff;height:100%;
}

div#midRight{
	/*width:100%;float:left;*/clear:right;background:url(../images/dash_horizontal.gif) repeat-y 0 0;
	height:100%;
}

/*div#footLink{
	width:960px;clear:both;height:25px;line-height:25px;text-align:right;color:#333;background:#9C9A9C;
}

div#footLink a:hover{
	color:#000;text-decoration:none;
}*/
#w:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
#w:hover {
	COLOR: #000000; BACKGROUND-COLOR: #666666; TEXT-DECORATION: none
}
#w:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
div#footer{
	width:100%;clear:both;margin:0px auto;
}
div#footer img{
	cursor:pointer;
}
div#copyright{
	clear:both;margin:8px auto;color:#fff
}
div#copyright a:hover{
	clear:both;margin:8px auto;BACKGROUND-COLOR:#000000
}
div#docTitle{
	/*width:765px;*/background:#fff;margin:2px;text-align:left;height:22px;line-height:22px;
	text-indent:0.5em;
}

div#docTitle a:link, div#docTitle a:visited, div#docTitle a:hover{
	color:#000;text-decoration:none;
}

div#docContent{
	/*width:765px*/text-indent:1em;line-height:150%;color:#333;text-align:left;	
}

div#docContent a:link, div#docContent a:visited{
	color:#000;text-decoration:none;
}

div#docContent a:hover{
	color:#000;text-decoration:none;
}

div#picBox{
	width:100%;clear:both;height:84px;
}
/*----------------------------针对菜单的定义---------------------------*/
.nav{
	width:178px;list-style-type:none;text-align:left;margin:0px 0px 0px 0px;padding:0px;	
}

.nav li ul{
	width:178px;list-style-type:none;text-align:left;margin:0px;padding:0px;
}

.nav_title{
	width:178px;height:22px;background:url(../images/sec-title-off.gif) no-repeat 0 0;
}

.nav_title a:link, .nav_title a:visited{
	display:block;text-indent:2.5em;line-height:22px;color:#fff;
}

.nav_title a:hover{
	color:#ffe700;border-bottom:0px;
	background:url(../images/sec-title-on.gif) no-repeat 0 0;line-height:22px;
}

.nav li ul li{
	width:175px;height:22px;border-bottom:1px dashed #444;margin:2px auto;
}

.nav li ul li a:link, .nav li ul li a:visited{
	width:175px;color:#333;display:block;text-indent:1.5em;line-height:22px;
}

.nav li ul li a:hover{
	width:175px;color:#e5e5e5;border-bottom:0px;background-color:#555;
}

.collapse{
	display:none;
}

.expand{
	display:block;
}
