﻿div.discussionwrapper
{
	background-color: #CCCCCC;
padding:4px;
}

div.threadwrapper, div.postwrapper
{
	margin:4px;
	background-color: #DDDDDD;
	border: solid 1px #777777;
}

/* "section" - either a thread or a post */

/* contains record's date/time stamp and author */
div.sectioninfowrap
{
	font-size:x-small;
	color:#777777;
	border-bottom:dashed 1px #999999;
	padding:3px;
}

/* holds the text of the thread or post record */
div.sectioncontent
{
	background-color:#EEEEEE;
	padding:4px;
}
