@charset "utf-8";
#ttunlogin {
	text-decoration: none;
	text-align:right;
	margin-top:2px;
}
.searchkey{
	border: 2px solid #093;
	height: 26px;
	width: 240px;
}
form{
	margin:0px;
	padding:0px;}
.searchkeybtn{
	border:none;
	background-color:#093;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	border-bottom:1px solid #093;
	height:32px;
	width:60px;
	margin-top:1px;
}
.greenfont{
	color:#093;}
	
#docclslist ul{
clear: left; 
MARGIN: 0px;
PADDING: 0px;
BORDER: medium none; /*不显示边框*/
LINE-HEIGHT: normal; 
LIST-STYLE-TYPE: none;
display:inline;
}
#docclslist ul li{
	float:left;
	width:25%;
	line-height:150%;}
a {
	color:#000;
	text-decoration: none;
	size:12px;
}
a:hover {
	color: #060;
	text-decoration: underline;
}
.selectedtxt{
	background-color:#063;
	color:#fff;}
a.selectedtxt:hover{
	background-color: #0C6;
	color: #fff;
}
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(pdf.gif) no-repeat center right;
}
.dotlineuner{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}