.forum_table {
	border: 1px solid #c6bba7;
}

.forum_table tr.heading td {
	font-size: 14px;
	color: #55381a;
	font-weight: bold;
	background: url('/_IMAGES/_XSL/templates/www_main/menu-bg.gif') repeat-x top;
}

.forum_table tr.category_row td {
	font-size: 12px;
	color: #55381a;
	font-weight: bold;
	background-color: #e6d9c1;
	border: 1px solid #cec2ad;
	border-right: none;
	border-left: none;
}

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

.forum_table tr.forum_row_alt {
	background-color: #f3e5cc;
}
.forum_table tr.forum_row_alt td{
	border-bottom: 1px solid #c6bba7;
}

.forum_table td {
	font-size: 12px;
	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;
	border: 1px solid #c6bba7;
	margin-right: 5px;
}
.profile_icon td {
	text-align: center;
}
.profile_icon img {
	border: none;
}