@charset "utf-8";
input, textarea{
	font-family:Arial, Helvetica, sans-serif, "宋体";
	font-size:12px;
	padding:2px;
	color:#666;
	border:1px solid;
	border-color:#777;
}
.warning{color:#f00;}
.for{cursor:pointer;}
.b{font-weight:bold;}
.u{text-decoration:underline;}
input.button{ background:#d4d0c8; border:1px solid; border-color:#ccc #777 #777 #ccc;}
input.radio{border:0;}
cite{font-style:normal; font-family:Verdana; font-size:10px;}

/*系统公共翻页条*/
div#page_turner{width:auto; padding:4px 0px 0px 1px; color:#666;}
	div#page_turner a{
		float:left; display:block; width:18px; color:#666; border:1px solid #ccc;
		margin-right:4px; padding:0px; /**padding:1px 0px;*/ text-align:center;
	}
	div#page_turner a:hover{border-color:#d80000;}
	div#page_turner .c{color:#d80000; border-style:none;}
	div#page_turner .o{width:160px; padding:0px;}

/*单篇文章翻页条*/
div#str_turner{width:auto; padding:4px 0px 0px 1px; color:#666;}
	div#str_turner a{
		float:left; display:block; width:18px; color:#666; border:1px solid #ccc;
		margin-right:4px; padding:0;/* *padding:1px 0px;*/ text-align:center;
	}
	div#str_turner a:hover{border-color:#d80000;}
	div#str_turner .c{color:#d80000; border-style:none;}
	div#str_turner .o{width:100px;padding:0px;}

/*文章列表*/
ul.list{list-style:none; margin:10px 6px;}
	ul.list li{display:block; height:22px;}
	ul.list li a{
		background:url(icon_list.gif) 4px center no-repeat;
		display:block; padding-left:16px; line-height:22px;
		/*white-space: nowrap; text-overflow: ellipsis;*/
	}
	ul.list li span{float:right; text-align:right; line-height:22px; color:#666;}

.link{width:810px; background:#FFF url(link.gif) no-repeat center top; padding-top:28px; padding-bottom:6px; margin:0 auto; line-height:25px;}
.link a{ padding-left:10px; padding-right:5px; white-space:nowrap;}
