/* 全局CSS定义 */
* { padding: 0; margin: 0; }

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 12px;
	color: #686868;
	font-family: '宋体',Arial, Helvetica, sans-serif;
}

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{
	font-size: 12px;
	
}

ul {list-style-type:none;}
ul ul{margin-left:40px;}

hr{height:1px;}

/* 链接颜色 */
a:link {
	color: #686868;
	text-decoration: none;
}

a:visited {
	color: #686868;
	text-decoration: none;
}

a:hover {
	color: #339900;
	text-decoration: underline;
}

a:active {
	color: #339900;
}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{
	color: Red;
}

.cBlue,a.cBlue:link,a.cBlue:visited{
	color: #1f3a87;
}

.cDRed,a.cDRed:link,a.cDRed:visited{
	color: #bc2931;
}

.cGray,a.cGray:link,a.cGray:visited{
	color: #4F544D;
}

.cDGray,a.cDGray:link,a.cDGray:visited{
	color: #666;
}

.cWhite,a.cWhite:link,a.cWhite:visited{
	color: #fff;
}

.cBlack,a.cBlack:link,a.cBlack:visited{
	color: #000;
}

a.cBlack:hover{
	color: #bc2931;
}

.cYellow,a.cYellow:link,a.cYellow:visited{
	color: #ff0;
}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {
	font-weight: bold;
}

.fI {
	font-style: italic;
}

/* 字体大小*/
.f12{
	font-size: 12px;
}

.f14{
	font-size: 14px;
}

/* 其他属性 */
.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
	font-size: 1px;
	width: 1px;
	visibility: hidden;
	line-height: 100%;
}

.hidden {
	display: none;
}

.unLine ,.unLine a{
	text-decoration: underline;
}

.noBorder{
	border: none;
}

.center{
	text-align: center;
}

img{
	border-width: 0px;
}

.dashed{
	border-bottom: dashed 1px #ccc;
	margin-bottom: 6px;
}

.solid{
	border-bottom: solid 1px #eeeeee;
}

.textcenter{
	width: 90%;
	margin: 0 auto;
}

.color6{
	color: #ff6600;
	font-weight: bold;
}

.color7{
	color: #009933;
	font-weight: bold;
	text-indent: 20px;
}

a.dea{
	background: #fff !important;
	background: #fff;
	padding: 1px;
}

a.dea:hover{
	background: #fff !important;
	color: #cc3399 !important;
	background: #cc3399;
	padding: 1px;
	color: #fff;
	text-decoration: none;
}

a.deb{
	background: #fff !important;
	background: #fff;
	padding: 1px;
}

a.deb:hover{
	background: #fff !important;
	color: #3399cc !important;
	background: #3399cc;
	padding: 1px;
	color: #fff;
	text-decoration: none;
}

a.dec{
	background: #fff !important;
	background: #fff;
	padding: 1px;
}

a.dec:hover{
	background: #fff !important;
	color: #339900 !important;
	background: #339900;
	padding: 1px;
	color: #fff;
	text-decoration: none;
}

a.ded{
	background: #fff !important;
	background: #fff;
	padding: 1px;
}

a.ded:hover{
	background: #fff !important;
	color: #cc6600 !important;
	background: #cc6600;
	padding: 1px;
	color: #fff;
	text-decoration: none;
}

.help{
	 cursor:help;
	 border-bottom:dashed 1px #ccc;
}

/*abbtopbar**********/
#abbtopbar{height:29px; background:url('/img/common/topbar_bg.gif') repeat-x; }
#abbtopbar #goabb{float:left;width:28px;height:28px;background:url('/img/common/abb_s.gif') no-repeat center left;margin-left:10px;border:solid 0px #ccc;}
    #abbtopbar #goabb a{width:28px;height:28px;display:block;}
    #abbtopbar #gochannel {float:left; line-height:28px;height:28px;margin-left:5px;}
        #abbtopbarmenu{float:right; }
        #abbtopbarmenu #controlpanel{line-height:28px;margin-right:28px;}

/*abbtopbar---------*/

/* footer **************************/
#footer
{
    clear: both;
    height:100px;
     margin-top :10px;
}

#logo_small
{
width:126px;
float:left;
padding-left:210px;
}


#company
{
width:428px;
padding-top:8px;
padding-left:10px;
text-align:left;
float:left;
}
/* footer -------------------------*/

/*Form**********/
.input_text,.input_text_focus { font-family:Arial, Helvetica, sans-serif; border: 1px #B9CDE3 double; background-color: #fff; padding:0.2em 0; margin:2px;}
.input_text_focus { border: 1px #9C0 double; }
.input_button,.input_button:hover{ margin-left:2px; width: 77px; height: 18px; background: #1885C4 url(/img/common/button-bg.gif) no-repeat left top; color: #FFF; border: none; font-weight: bold; }
/*Form---------*/

/*Pages*/
.forumpages{ clear: both; height: 50px; margin-left :auto ; margin-right :auto ;}
	
		.forumallpages{ border: 1px solid #BDDAF7; background:#F5FAFE url(images/list.gif) no-repeat 1px 1px; text-align: center; color: #188BCC; line-height: 18px; padding: 0 4px; }
			.forumallpages a{ color: #333; padding: 5px; }
			.forumallpages a:hover{ color: #fff; background: #45ACE1 url(images/page-bg.gif) repeat-x top left; text-decoration:none;}
			.forumpages span { color:#FFF;  padding: 5px; background: #45ACE1 url(images/page-bg.gif) repeat-x top left; }
		.forumallpages3{ border: 1px solid #BDDAF7; border-left: none; text-align: center;  line-height: 20px; background:#F5FAFE url(images/list.gif) no-repeat 1px 1px;  color :#188BCC; }
			.forumallpages3 a img{ text-align :center ;  margin-top :8px; line-height :18px; }
			.forumallpages3 a { color :#188BCC;}
				.forumallpages3 input{ height: 18px; margin: 0 2px;  }
	.pagesothers{ float: right; width: 34%; text-align: right; line-height: 18px; height: 18px; }
		.pagesothers div{ width: 78px; float: left; }
	.pagesothers2{ width: 200px; float: right; text-align: right; padding-bottom: 5px; }
	.jump{ float :left ; line-height :18px; margin-top :8px;}
	.page{ float :left ; line-height :18px;}
.colorblue2{  float :left;}
#Table1{  margin-bottom :20px;}
.forumallpages3 input { margin-top :5px; line-height :30px;}

/*Pages*/

/* button **************************/
a.btn_big_blue {
	height: 35px;
	width: 110px;
	background: url(/img/user/btn_bg.gif) repeat-x left top;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
    line-height:35px;
	overflow: visible;
	border:solid 0px #ccc;
	cursor: pointer;
	display:block;
}

.btn1_blue_1
{
    width:80px;
    height:24px;
    line-height:24px;
    background:url('/img/common/btn_bg1_blue.gif');
    float:left;
    text-align:center;
}

.btn1_blue_2
{
    width:80px;
    height:24px;
    line-height:24px;
    background:url('/img/common/btn_bg1_blue.gif');
    float:left;
    margin-left:10px;
    text-align:center;
}

.btn1_blue a
{
    color:#68AFB5;
   width:80px;
    height:24px;
    display:block;
}
.listdot{margin:2px 5px 2px 2px;}
/* button -------------------------

