.thread_table {
	border: 1px solid #153c69;
}

.thread_table tr.heading td {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		padding: 10px;
		background: url('/_IMAGES/_XSL/templates/www_main/nav-bg-selected.gif') repeat-x top;
}

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

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

.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: 1px solid #153c69;
}
.reply_table tr.heading td {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		padding: 10px;
		background: url('/_IMAGES/_XSL/templates/www_main/nav-bg-selected.gif') repeat-x top;
}

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

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

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

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