@import "paging.css";
@import "member.css";

.forum_table {
	width: 100%;
}
.forum_table td{
	font: 100 9pt/18px Verdana;
}
.forum_table .err{
	color: #304F67;
}
.forum_table .label{
	margin: 6px 0px 6px 0px;
}
.forum_table .row{
	padding: 5px 0px 5px 0px;
}
.forum_table .err_row{
	padding: 5px 0px 15px 0px;
	color: #304F67;
}
.forum_table .line hr{
	height: 1px;
	color: #DEDEDE;
	margin: 5px 0px 5px 0px;
}
.forum_table input, .forum_table textarea{
	border-style: groove;
	font-weight: 100;
}

#forum_cat{
	width: 618px;
	border: 1px solid #EDF3F8;
	margin-bottom: 5px;
}
#forum_cat .header td{
	background: #E3ECF5;
	font: 700 8pt Verdana;
	height: 23px;
	padding-left: 4px;
}
#forum_cat .odd td{
	font: 100 8pt Verdana;
	height: 20px;
}
#forum_cat .even td{
	background: #EFF4F9;
	font: 100 8pt Verdana;
	height: 20px;
}
#forum_cat .title a{
	font-weight: bold;
}
#forum_cat .title a:hover{
	color: #08458D;
	font-weight: bold;
	text-decoration: none;
}
/**/
#forum_topic{
	width: 618px;
	border: 1px solid #EDF3F8;
}
#forum_topic .header td{
	background: #E3ECF5;
	font: 700 8pt Verdana;
	height: 23px;
}
#forum_topic .odd td{
	font: 100 8pt Verdana;
	height: 30px;
}
#forum_topic .even td{
	background: #EFF4F9;
	font: 100 8pt Verdana;
	height: 30px;
}
#forum_topic td a{
	color: Maroon;
}
#forum_topic a.title{
	color: #000000;
}
#forum_topic a.title:hover{
	color: #943508;
	text-decoration: none;
}
/**/
.add_topic{
	font: normal 8pt Verdana;
}
.forum_quick_launch {
	margin-bottom: 10px;
	width: 618px;
}
.forum_quick_launch select{
	height: 17px;
	overflow: hidden;
	font: normal 8pt Verdana;
}
/**/
.forum_post .part_1 .title {
	font: 700 13pt/20px Tahoma;
	text-align: left;
	color: #c20000;
	margin: 0px 0px 5px 0px;
}
.forum_post .part_1 .date, .forum_post .part_1 .date a{
	font: 100 8pt/15px Tahoma;
	height: 15px;
	color: #797979;
	margin-top: 15px;
}
.forum_post .part_1 .short_content {
	font: 100 9pt/16px Tahoma;
	color: #303030;
}
.forum_post .item {
	font: 100 13px/18px Arial;
}
.forum_post .title {
	overflow: hidden;
	height: 21px;
	background: url(../images/icon_pen.gif) no-repeat 0px 4px;
	padding-left: 10px;
	color: #071A2F;
	font: 700 13px/21px Arial;
}
.forum_post .content{
	color: #071A2F;
	margin-bottom: 5px;
	font: 100 13px/18px Arial;
}
.forum_post .date{
	color: #071A2F;
	margin-bottom: 10px;
	font: 100 12px/18px Arial;
	text-align: right;
}
.forum_post .sep {
	background: url(../images/line_02.gif) repeat-x;
	height: 1px;
	clear: both;
	font-size: 1px;
	margin: 0px 0px 10px 0px;
}

#commentBox{
	background-color: #F6F6F6;
	padding-bottom: 5px;
}
#commentBox .row{
	padding: 5px 0px 0px 0px;
}
#commentBox td{
	font: 100 8pt Verdana;
}
#commentBox input, #commentBox textarea{
	border-style: groove;
	padding: 1px;
	font: 100 8pt Verdana;
}