/* Message Forum CSS */

.forum_title {
	font-weight : bold;
	text-align : left;
}

.forum_error {
	text-align : center;
	font-style: italic;
	color: #FF0000;
}

.form_recentline{

}

.forum_recentboard{
	font-size : 10px
}

.board_table th {
	font-size : 11px;
	font-weight : bold;
	text-align : center;
}

.board_table {
	margin : 4px 0 12px 0;
	padding : 4px;
}
.board_rowa {
	background-color : #ffffff;
}

.board_rowb{
	background-color : #f2f2f2;
}

.board_subj, .board_name{
	width : 50%;
	font-weight : bold;
}

.board_category{
	padding-right : 8px;	
}

.board_author{
	width : 25%;
}

.board_date {
	width : 25%;
	text-align : right;
}

.msg_table {
	margin : 12px 0 20px 0;
	padding : 4px;
	width : 70%;
	background-color : #f2f2f2;
}

.msg_subject{
	font-weight : bold
}

.msg_author {
	font-size : 11px;
	font-weight : bold;
	vertical-align: top;
	width : 25%;
}

.msg_date {
	text-align : right;
	font-size : 11px;
	font-weight : bold
}

.msg_text {
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	padding : 4px 0 0 4px;
}

.msg_ip {
	font-size : 11px;
	text-align : right;
	padding : 10px 0 0 0;
}