/***
 *	DedeCMS v5.6 Style (Default Style)
 *	dedecms.com  Author Networker  2010.02.05
 **/
 
/*---------- import ---------*/
@import url("ta_layout.css");
@import url("tag_ page.css");

/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
}
body{
	font:12px Verdana,Arial,Tahoma;
}
img{
	border:none;
}

a{
	color:#256EB1;
	text-decoration:none;
}
a:hover{
	color:#ba2636;
	text-decoration:underline;
}
ul{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
/*---------- stock ---------*/
.center{
	margin:0px auto;
}
.w960{
	width:960px;
	/*position:relative;*/
}
.pright .infos_userinfo {
	margin-bottom: 0px;
}
.mt1{/* ( margin-top * 1 ) */
	margin-top:20px;
}
.pright .mt1{
	margin-top:0px;
}
.mt2{/* ( margin-top * 2 ) */
	margin-top:16px;
}
.clear{
	overflow:hidden;
}
/*---------- frame : footer ---------*/
.footer{
	width:960px;
	margin:auto;
	color:#999999;
	text-align:center;
	padding-bottom:10px;
	border-top:1px solid #E5EFD6;
	font-weight:normal; /去掉加粗样式/
}
.footer .powered{
	font-size:12px;
	line-height:25px;
}
.footer .powered {
	color:#690;
}
.footer .powered span{
	color:#999999;
}
.footer .copyright{
	color:#666666;
	line-height:23px;
}

/*头部*/
.wrapone {width:960px; margin:-15px auto; font:12px Arial, "宋体"; color:#004f9c;}
.wrapone img{border:0;}
.wrapone a:hover {color:red; text-decoration:underline;}
.wrapone a {color:#004f9c; text-decoration:none;}
/*menu*/
.menuone {height:132px; background:url(head_menubg.gif) no-repeat; margin-bottom:10px;}
.floatLeftone {height:90px; margin-top:10px;}
.ulMenuone {height:28px; line-height:normal; width:99%; margin-left:12px;}
.ulMenuone li {display:inline; float:left; background:url(li_menubg.gif) no-repeat; height:28px; padding:1px 12px 0px 13px; *+height:15px; *+padding:2px 13px 0px; margin-top:6px;}
.ulMenuone a {font-size:14px; color:#004f9c; letter-spacing:1px;}
.ulMenuone a:hover { color:#FF0000;}
.ulMenuone font {font-size:14px; }
.ulClearone {display:block; overflow:hidden; zoom:1; clear:both; margin:0px auto; padding:0px; list-style:none; width:100%;}