.forum_table {
	border-top: 1px solid #bc984b;
	border-left: 1px solid #bc984b;
}

.forum_table tr.heading td {
	color: #5e300b;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background-color: #dfc890;
	border: 1px dashed #bc984b;
	border-left: none;
	border-right: none;
	padding: 8px;
}

.forum_table tr.category_row td {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #f1e6c5;
}

.forum_table tr.category_row td a {
	color: #4b2206;
}

.forum_table tr.forum_row_alt {
	background-color: #eae7dd;
}

.forum_table td {
	font-size: 12px;
	border-right: 1px solid #bc984b;
	border-bottom: 1px solid #bc984b;
	white-space: nowrap;
	vertical-align: top;
}

.forum_table td.center_text {
	text-align: center;
}

.forum_table td.max_width {
	width: 100%;
}

.forum_table td.wrap_text {
	white-space: normal;
}
.forum_table td.valign_middle {
	vertical-align: middle;
}



.forum_name {
	font-weight: bold;
}
.forum_name {
	font-weight: bold;
}


.profile_icon {
	height: 56px;
	width: 75px;
	margin-right: 5px;
}
.profile_icon td {
	background-color: #fff;
	text-align: center;
}
.profile_icon img {
	border: none;
}