#forum_table {
	border: 0px solid #85A6DB;
	padding: 0px;
	margin-bottom: 10px;
	border-spacing: 0px;
}

#forum_table thead td {
	background: #666699;
	padding: 5px;
	color: white;
	font-weight: bold;
}



#forum_table tr.col_heading td {
	background: #D3CEBA;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
text-align:left;
border:none;

}

tr.col_heading td {
	background: #D3CEBA;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
text-align:left;
border:none;

}

#forum_table tr.col_body td {
	background: #E7F3F3;
	padding: 5px;
	color: #000000;
	font-weight: bold;
border:1px solid #fff;
text-align:left;
}

tr.col_body td {
	background: #000;
	padding: 5px;
	color: #000000;
	font-weight: bold;
border:1px solid #fff;
text-align:left;
}

td.forum {
	background: #E7F3F3;
	padding: 5px;
	color: #000000;
	font-weight: bold;
border:1px solid #ffffff;
}

#forum_table tbody td {
	padding: 5px;
	border-right: 1px solid #D1D1E1;
}

#forum_table tbody td.last {
	padding: 5px;
	border-right: 0px;
}

#forum_table tbody td.alt {
	padding: 5px;
	background-color: #F4F4F8;
	border-right: 1px solid #D1D1E1;
}

#forum_table tbody td.alt_last {
	background-color: #F4F4F8;
	padding: 5px;
	border-right: 0px;
}

#forum_table .last_post {
	font-size: 11px;
	font-style: italic;	
}

.forum_search_bar {
	padding: 5px;
}
