/*********** Topic List Table ***********/

div.archTopics
{
	background-color: #bbccdd;
	width: 100%;
}

table.archForum
{
	width: 100%;
	border: none;
	font-size: smaller;
	padding: 5px;
}

table.archForum th, table.archForum td.header
{
	/*border: 1px solid #aaa;
	background-color: #eee;*/
	margin-right: 15px;
	font-size: larger;
	text-align: center;
}

table.archForum td
{
	background-color: white;
	border: none;
	/*border-bottom: 1px solid gray;*/
	padding: 4px;
}

table.archForum tr:hover td
{
	background-color: #eef;
}

table.archForum th.info, table.archForum th.last
{
	text-align: left;
}

table.archForum td.posts, table.archForum td.views
{
	text-align: center;
}

/*********** Reply List  ***********/

div.archPost
{
	font-size: 80%;
	margin: 10px 0px;
	background-color: #bbccdd;
	padding: 10px;
}

div.archPost h4
{
	margin: 0px 0px 5px 0px;
	font-size: larger;
}

div.archPost hr
{
	width: 100%;
}

div.archPost div.formatted-string
{
	margin: 10px 0px;
}

div.archPost p.author
{
	display:block;
	border: 1px solid #aaa;
	background: #ffffe1;
	padding: 5px 10px;
	margin: 5px 30px;
}

div.archPost p.author quote
{
	display:block;
	background: url(images/quote.gif) no-repeat;
	padding: 0px 17px;
}

div.archPost div.message
{
	background-color: white;
	padding: 5px;
	margin-top: 3px;
	border-top: 1px solid gray;
}
