.forum_table {
}

.forum_table tr.heading td {
		color: #F58138;
		font-size: 14px;
		font-weight: bold;
		padding: 8px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		background-color: #fff;
		border-bottom: 3px solid #F58138;
}

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

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

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

.forum_table td {
	font-size: 12px;
	white-space: nowrap;
	vertical-align: top;
	padding: 10px;
}

.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 {
	text-align: center;
}
.profile_icon img {
	border: none;
}