div.dialog
{
	border: 1px solid #8000ff;
	background-color: #555555;
	position: absolute;
	visibility: hidden;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	visibility:hidden;
	overflow:auto;
}

table.forum
{
	width:100%;
	border-collapse:collapse;
	border-color:#400080;
}

table.forum td
{
	border-color:#400080;
}

tr.forumheading
{
	background:#004000;
	font-size:24px;
	text-align:center;
}

tr.categoryheading
{
	background:#000040;
	font-size:24px;
	text-align:center;
}

tr.topicheading
{
	background:#400000;
	font-size:24px;
	text-align:center;
}


tr.forumcategory
{
	font-size:18px;
}

tr.contseparator
{
	background:#400000;
	height:3px;
	font-size:3px;
}