@charset "utf-8";
/* CSS Document */

#forum {

}
#forum table {	
	text-align: center;
	margin: 5px 10px;
}
#forum th {
	background: #333;
	color: #FFF;
	border-bottom: #000 2px solid;
}
#forum td {
	margin: 5px;
	border-bottom: #CCC 1px solid;
}
#forum table.user_info {
	border: none;
	width: 200px;	
}
#forum table.user_info td {
	border: none;
	margin: 0;	
}
#forum tr.thread_entry_first td {
	background: #EEE;
}
#forum tr.threads_list:hover { 
	background: #EEE; 
}
#forum td.reply_txt {
	text-align:left;
	vertical-align:top;
	padding:10px;
	font: 12px Verdana;
	border-left: #CCC 1px solid;
}
#forum td span.date {
	font-size: 9pt;

}
#forum table.main {
	width:840px;
	table-layout:fixed;
	border: 1px solid #333;
}

table.forum_paging {
	width: 840px;
	margin:0;
	padding:0;
	color: #ccc;
}
#forum table.forum_paging td {
	width: 100px;
	border-bottom:none;
}
table.forum_paging td.pdetails {
	width: 630px;
	color: #333;
}

