div#thread-title
{
	margin: 1em 2em 0em 2em;
	padding: 0.5em 1em;
	
	color: white;
	background: black;
	font-weight: bold;
}

div.message
{
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 2em;
}

div.message .header
{
	padding: 0.5em;
	background: silver;
	color: black;
	font-weight: bold;
}

div.message .header .time
{
	float: right;
}

div.message .body
{
	padding: 0.5em 1em 0.5em 1em;
	border: solid 1px silver;
	border-top: none;
}

div.message.odd .body
{
	background-color: #f4f4f4;
	overflow: hidden;
}

div.message.preview .header
{
	background: #CC3402;
}

div.message.preview .body
{
	border-color: #CC3402;
}

div.clear
{
	clear: both;
}

.message-list div.controls
{
	padding-right: 0.5em;
}

blockquote.citation
{
	border: 1px solid silver;
	background: #f4f4f4;
	padding: 0em 1.2em;
	margin: 1.2em 0em;
	font-style: italic;
}

.odd blockquote.citation
{
	background: white;
}

.citation blockquote.citation,
.citation .citation blockquote.citation,
.citation .citation .citation blockquote.citation
{
	border-color: silver;
}

div.reply,
div.edit
{
	margin: 2em 3em 2em 3em;
}

table.listing thead th
{
	background: black;
	border: none;
	padding: 0.5em 1em;
	font-size: 13px;
	text-align: center;
}

table.listing thead th.subject
{
	text-align: left;
}

table.listing thead th :link,
table.listing thead th :visited
{
	color: white;
}

table.listing tbody tr
{
	cursor: pointer;
}

table.listing tbody tr:hover
{
	background: #ffe5ca !important;
}

table.listing tbody td a:hover
{
	text-decoration: none;
}

.topic-list td.founded
{
	text-align: center;
}