
.forum_table_wrap_left {
	background: url(../img/left-top-corner-reverse.png) top left no-repeat #999999;
}

.forum_table_wrap_right {
	background: url(../img/right-top-corner-reverse.png) top right no-repeat transparent;
}

.forum_table th {
	text-align: left;
}

.forum_table thead {
	color: #ffffff;
}

.forum_table tbody {
	background-color: #e9e9e9;
}

.forum_table .thread_author {
	font-size: 10px;
}

.forum_table tr.odd, .forum_table tr.odd td {
	background-color: #f3f3f3;
}

#forum_top_links {
	margin-bottom: 5px;
}

#forum_bottom_links {
	margin-top: 5px;
}

.forum_thread,.forum_thread_post {
	background-color: #F8F8F8;
	border: 1px solid #777777;
	margin-bottom: 1.5ex;
	padding: 1ex;
}

.forum_thread h1, .forum_thread_post h1 {
	font-size: 14px;
}

.forum_thread h2, .forum_thread_post h2 {
	font-size: 13px;
}

.forum_thread h3, .forum_thread_post h3 {
	font-size: 12px;
}