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

.forum_table tr.heading td {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #595959;
	background-image: url(/_IMAGES/_general_results_header_bg.gif);
	background-position: bottom;
}

.forum_table tr.topic_row td {
}

.forum_table tr.topic_row_alt td {
	background-color: #f8f4e9;
}

.forum_table td {
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	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;
}

/* - - - - - - - - - - - - - - - - - - */

.new_topic_top {
	text-align: right;
	margin-bottom: 10px;
}
.new_topic_bottom {
	margin-top: 10px;
}



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