/* CSS Document */

/*页内操作导航（精华帖、发帖）*/
#innerNeckWrapper{
	padding:3px 8px 3px 8px;
}
#innerNeckWrapper ul.fl{
	float:right;
}
#innerNeckWrapper ul.fl li{
	display:inline;
	padding:0 2px 0 2px;
}

/*板块列表*/
#innerMainWrapper{
	padding:0px 10px 20px 10px;
}
.mainbox{
	border:#9db3c5 1px solid;
	padding:1px;
}
.mainbox .forumtit{
	background:#e2effe;
	padding:8px 0 8px 10px;
	color:#74d47d;
}
.mainbox .forumtit a{
	color:#023b7c;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.mainbox .forumtit a:hover{
	text-decoration:underline;
}
.mainbox .forumlist table{
	width:100%;
}
.mainbox .forumlist table thead{
	background:url(images/forum_bg.gif) #e8f3fd repeat-x left;
	height:28px;
}
.mainbox .forumlist table thead th, .mainbox .forumlist table thead td{
	font-weight:normal;
	color:#666;
	border-top:1px solid #cad9ea;
}
.mainbox .forumlist table tbody th, .mainbox .forumlist table tbody td{
	background:#F7FBFF;
	padding:3px;
	line-height:160%;
	vertical-align:middle;
	border-top:1px solid #cad9ea;
}
.mainbox .forumlist table tbody TR:hover th, .mainbox .forumlist table tbody TR:hover td{
	background:#E8F3FF;
}

