/*-----------------------------------------------------------------------------------------------
Basic Style Sheet(for version 6 browsers)
Author:   Kevin Fu
Email:    fukan211@gmail.com 
CopyRight:NKE
------------------------------------------------------------------------------------------------*/

.content{
	width:910px;
	color:#262626;
	margin:20px auto;
}
.new_topic{
	float:left;
	display:block;
	width:84px;
	height:20px;
	padding:4px 0 0 12px;
	margin-left:5px;
	color:#fff!important;
	font:bold 12px Arial;
	text-decoration:none!important;
	background:url(../images/new_topic_bg.png) 0 0 no-repeat;
}
.pagebar{
	padding:6px 0 0 750px;
}
.pagebar a{
	float:left;
	display:block;
	height:15px;
	line-height:15px;
	padding:0 4px;
	margin:0 2px;
	text-align:center;
}
.pagebar a:link,.pagebar a:visited{
	color:#000;
	border:1px solid #cdcccd;
}
.pagebar a:hover,.pagebar a:active{
	color:#fff;
	text-decoration:none!important;
	border:1px solid #6c8201;
	background:url(../images/forum_step_bg.png) 0 0 repeat-x;	
}
.forum{
	clear:both;
	margin:30px 4px;
	border:1px solid #cdcccd;
}
.forum_title a{
	float:left;
	display:block;
	padding:16px 12px;
	text-decoration:none!important;
	color:#484848;
	font:bold 12px Arial;
	border:1px solid #cdcccd;
	border-width:0 0 1px 1px;
}
.forum_title a:link,.forum_title a:visited{
	background:url(../images/forum_title_bg.png) 0 0 repeat-x;
}
.forum_title a:hover,.forum_title a:active{
	background:url(../images/forum_title_hover_bg.png) 0 0 repeat-x;
}
.forum_title .all{
	border-left:0 none;
}
.forum_sub_title{
	height:36px;
	padding-left:20px;
	color:#000;
	font:normal 11px/36px Arial;
	background:url(../images/forum_sub_title_bg2.png) 0 0 repeat-x;
}
.forum_sub_title span{
	font-weight:bold;
}
.forum_info{
	clear:both;
	margin:60px 15px 0 15px;
	text-align:right;
}
.forum_info span{
	float:left;
}
.forum_info a{
	cursor:pointer;
}
table{
	width:910px;
	margin:10px auto;
	text-align:left;
	border:1px solid #cdcccd;		
}
.forum table{
	width:880px;
}
.forum_detail{
	text-align:center;
	margin-bottom:20px!important;
}
.forum_subject{
	width:380px;
	text-align:left;	
}
.subject{
	padding-right:200px;
}
table thead tr th{
	height:37px;
	padding-left:20px;
	font-weight:bold;
	background:url(../images/forum_thead_bg.png)0 0 repeat-x;
}
table tbody tr td{
	height:38px;
	line-height:38px;
	padding-left:20px;
	border-bottom:1px solid #cdcccd;
}
.subject_title{
	padding:0 -50px 0 50px;
}
.forum_menu{
	height:25px;
	margin:10px 0;
}
.last_topic,.next_topic{
	float:left;
	display:block;
	width:96px;
	height:24px;
	line-height:24px;
	margin-right:10px;
	text-decoration:none!important;
}
.last_topic{
	background:url(../images/last_topic_bg.png) 0 0 no-repeat;
}
.next_topic{
	background:url(../images/next_topic_bg.png) 0 0 no-repeat;
}
.reply{
	float:left;
	display:block;
	width:96px;
	height:22px;
	line-height:22px;
	margin-left:495px;
	color:#fff!important;
	font-weight:bold;
	text-decoration:none!important;
	border:1px solid #c11940;
	background:url(../images/reply_btn_bg.png) 0 0 repeat-x;
}
.forum_menu .new_topic{
	float:right;
}
.forum_content{
	padding-bottom:25px;
	border:1px solid #d7d6d7;
	margin-top:20px;
}
.forum_name_single{
	height:48px;
	line-height:48px;
	text-align:left;
	font-size:14px;
	padding-left:20px;
	background:url(../images/forum_title_bg.png) 0 0 repeat-x;
}
.forum_content table{
	width:890px;
	margin:15px 10px 0;
	background:#f4f4f4;
}
.forum_content table tr td{
	border:0 none;
}
.reply_title{
	height:34px;
	line-height:34px;
	background:#f4f4f4;
}
.reply_author{
	width:150px;
	height:34px;
	line-height:34px;
	padding-left:20px;
	border-right:1px solid #cdcccd;
	border-bottom:1px solid #cdcccd;
	background:url(../images/reply_author_bg.png) 0 0 repeat-x;
}
.reply_content{
	height:155px;
	background:#fff;
}
.user_pic{
	display:block;
	margin:10px 0 10px 0;
	border:1px solid #cdcccd;
}
.forum_content table tr td textarea{
	padding:5px;
	margin:10px 0 10px 0;
	border:1px solid #cdcccd;
}
#form_subject table{
	width:812px;
	margin:0;
	border:0;
	background:#fff;
}
#form_subject table tr{
	border-bottom:1px solid #cdcccd;
}
#form_subject table input[type="text"],#form_subject table select,#form_subject table textarea{
	padding:5px;
	border:1px solid #cdcccd;
}
#form_subject table input[type="text"]{
	width:425px;
	margin:30px 0;
}
#form_subject table select{
	padding:4px;
	width:150px;
	margin-left:5px;
}
#form_subject table select option{

}
#form_subject table textarea{
	width:772px;
	height:465px;
	margin:25px 0 25px -5px;
}
.forum_post_btn{
	float:right;
	display:block;
	width:94px;
	height:22px;
	margin:10px 10px 0 0;
	color:#fff;
	font:bold 12px Arial;
	border:1px solid #6c8201;
	background:url(../images/forum_post_btn.png) 0 0 repeat-x;
}
