.forum_table {
	border: 1px solid #104290;
	padding: 8px;
	background: url('/_IMAGES/_XSL/templates/www_main/bg-trans.png');
}

.forum_table tr.heading td {
	font-weight: bold;
	border-bottom: none;
	padding: 5px;
	font-size: 18px;
	color: #FFF;
}

.forum_table tr.category_row td {
	font-size: 12px;
	color: #f2a105;
	font-weight: bold;
	background-color: #0c336f;
}

.forum_table tr.category_row td a {
	color: #f2a105;
	padding: 8px;
}

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

.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;
}