#forumTbl {
	margin-top:20px;
	border-collapse:collapse;
}

#forumTbl th, #forumTbl td {
	border:1px solid #ddd;
	padding:3px;
}

#forumTbl th {
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
	background:#fff url(images/forum_hdr.gif) repeat-x;
	color:#555;
}


#forumTbl .category_row { background:#ABD5FA url(images/forum_cat.gif) repeat-x; font-weight:bold; }
#forumTbl .title_row { padding-left:20px; }
#forumTbl .topiccount_row { font-size:0.8em; }
#forumTbl .postcount_row { font-size:0.8em; }
#forumTbl .date_row { font-size:0.8em; }
#forumTbl .usr_row { font-size:0.8em; }
#forumTbl .closed_row { font-size:0.8em; color:#f00; }
#forumTbl .back_row { font-size:0.8em; color:#aaa; }
#forumTbl .back_row a { font-weight:normal; color:#aaa; }
#forumTbl .back_row a:hover { font-weight:normal; color:#333; }

#post_mark { font-size:0.8em; color:#777; border-bottom:1px solid #eee; margin-bottom:4px; }

#forumTbl .blank_row { background:#fff; border:0; padding:0; height:8px; }

#forumTbl .nextrow { background-color:#f7f7f7; }