div.forumformat ul {
	list-style:disc;
	padding-left: 40px;
	margin:1em 0 1em 0;
}
div.forumformat li {
	display: list-item;
	margin:0;
	text-indent:0;
}
div.forumformat p {
	margin:0 0 0.5em 0;
}
div.topic {
	margin-bottom:30px;
}
div.topic h2 {
	color:#888888;
}
div.topicheader {
	border-bottom: 2px solid #555555;
	margin:0 0 1px 0;
	padding-bottom: 3px;
}
div.topic div.topicheader p {
	margin:0;
	color:#888888;
}
div.post {
	position:relative;
	border-bottom:1px solid #555555;
}
div.post h2,div.post h3 {
	width: 370px;
	/*background-color: #550000;*/
	margin:0;
	font-size:10pt;
}
div.post div.read {
	position:absolute;
	top:0;
	right:230px;
	width:80px;
	/*background-color: #005500;*/
}
div.post div.replies {
	position:absolute;
	top:0;
	right:140px;
	width:80px;
	/*background-color: #000055;*/
}
div.post div.replydate {
	position:absolute;
	top:0;
	right:0;
	width:130px;
	/*background-color: #000055;*/
}
div.post p {
	padding:0 0 1px 30px;
	margin:0;
	font-size:8pt;
}
/* For showing a specific post and replies */
div.showpost, div.postreply {
	border-bottom:1px solid #555555;
	margin:10px 0 20px 0;
	min-height:66px;
	padding:0 0 10px 0;
}
div.postreply {
	padding-left:30px;
}
div.writtentext {
	line-height:135%;
}
