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

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

.thread_table td {
	font-size: 12px;
	border-right: none;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	vertical-align: top;
}

.thread_table td.author {
	background-color: #f8f4e9;
}

.thread_table td.center_text {
	text-align: center;
}

.thread_table td.max_width {
	width: 100%;
}

.thread_table td.wrap_text {
	white-space: normal;
}

.post_reply_top {
	text-align: right;
	margin-bottom: 10px;
}
.post_reply_bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}

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

.reply_table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.reply_table tr.heading td {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #524739;
	background-image: url(/_IMAGES/_general_results_header_bg.gif);
	background-position: bottom;
}

.reply_table tr.reply_row_alt td {
	background-color: #f8f3ed;
}

.reply_table tr.root td {
	background-color: #fffaf2;
}

.reply_table tr.selected td {
	font-weight: bold;
	background-color: #e2d7be;
}

.reply_table td {
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	vertical-align: top;
}

.reply_table td.center_text {
	text-align: center;
}

.reply_table td.max_width {
	width: 100%;
}

.reply_table td.wrap_text {
	white-space: normal;
}

.profile_icon {
	float: left;
	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;
}
