.forum_table {
	border: 1px solid #c5dcc6;
	border-bottom: none;
	border-right: none;
}
.forum_table tr.heading td {
		color: #207385;
		font-size: 14px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		background-color: #c5dcc6;
		border-bottom: 2px solid #ff9e2c;
		padding: 8px;
}
.forum_table tr.category_row td {
	font-size: 12px;
	color: #555;
	font-weight: bold;
	background: #d9f2da;
	padding: 12px;
}
.forum_table tr.category_row td a {
	color: #ff9e2c;
}
.forum_table tr.forum_row_alt {
	background-color: #def7df;
}
.forum_table td {
	font-size: 12px;
	border-right: 1px solid #d9f2da;
	border-bottom: 1px solid #d9f2da;
	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 {
	text-align: center;
}
.profile_icon img {
	border: none;
}