﻿/* CSS Document */

/* base */

/* 全局CSS定义 */
body {text-align: center; font-family:"verdana", arial;margin:0; padding:0; background-color: #fff; font-size:12px; color:#2f2f2f;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th,input{font-size:12px;}
p {text-indent:2em; line-height:140%;}


/* 链接颜色 */
a:link {color: #010101; text-decoration:none;}
a:visited {color: #010101; text-decoration:none;}
a:hover {color: 09577F; text-decoration:underline;}
a:active {color: 09577F; text-decoration:none;}

#nav {color: #800000; background-image: url(/images/new/i_09.jpg); background-repeat:no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px;}
#nav a {color: #800000; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px;}
#nav a:hover {color: red; text-decoration:underline; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px;}

#affiche {color: #FFF;}
#affiche a {color: #fff; text-decoration:none; }
#affiche a:hover {color: #FFF; text-decoration:underline; }

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}
.fColor{color:#000;}
.fC2{color:#055ea3;}
/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
.f13px{ font-size:13px;}
/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both; font-size:1px; height:0; overflow:hidden;}
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.marginT{margin-top:5px;}
.padding5{padding:5px; text-align: left;}
.paddingTop{ padding-top:3px;}
.paddingTop2{ padding-top:6px;}
.paddingR{ padding-right:15px;}
.paddingL{ padding-left:10px;}
.more {padding-right:30px; padding-bottom:8px;}
.font2em {text-indent: 2em;}
.imgBorder {border: 1px #999 solid;}
.input {border: 1px #eee solid; width: 60px; height: 20px;}
.chatinput {border: 1px #DDD solid; width: 100px; height: 20px;}

/* 公用 */
.marginT{margin-top:8px;}
.marginB{margin-bottom:2px;}
.input{border:1px #CCC solid; width:90px; height:15px;}
#article{font-family:arial; font-size:14px; color:#333; line-height:180%;}
#contentTitle{font-family:arial; font-size:14px; color:#333; font-weight:bold;}
.leftdiv {border:1px #ccc solid;}
.lineheight150{line-height:150%; padding:3px;}
.lineheight{line-height:200%;}

/* 论坛登录 */
.login {width:200px; height:100px; margin:0px;}
.logindiv {width:150px; height:120px; margin-top:55px; margin-left:20px; text-align:center;}
.guestbut {width:80px;}

/* 自定义*/
.ShiJian_bg {
	background-image: url(../images/new/i_08.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
}


/* 边框 & 友情链接 */
.borderB {border-bottom:1px #ddd solid;}
.border{border:1px #A4B7D5 solid; background-color:#E5EFFB; padding:3px;}
.link {background-image: url(/images/new/i_31.jpg);  background-repeat:no-repeat;}
.linkdiv {width:750px; height:20px; margin-left:150px; margin-top:30px;}

/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both; font-size:1px; width:1px; visibility: hidden; }
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;	}

/*页脚*/
.bottom{line-height:160%; color:#124386; font-family:arial; background-repeat:no-repeat;}
.bottomdiv {width:750px; height:20px; margin-left:150px; margin-top:20px;}
