
/******************************/
/** Message Board Formatting **/
/******************************/

.BoardTable
{
	width: 100%;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
}

TD.TopicListHeader
{
	background-color: #B8AD7B;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
    color: #000000;
    font-family: Verdana, Arial, Sans Serif;
    text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

TD.TopicRow
{
	background-color: #F0ECE0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
    color: #000000;
    font-family: Verdana, Arial, Sans Serif;
    text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

TD.TopicTitle
{
	background-color: #B8AD7B;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
    color: #000000;
    font-family: Verdana, Arial, Sans Serif;
    text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

TD.TopicDetails
{
	background-color: #D3C8A5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
    color: #000000;
    font-family: Verdana, Arial, Sans Serif;
    text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA;
}

.TopicMiscText
{
	font-weight: normal;
	font-size: 10px;
}

.TopicRecentActivity
{
	font-weight: normal;
	font-size: 9px;
}


.PostTopicMiscText
{
	font-weight: normal;
	font-size: 12px;
}

.Message
{
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}




.EditLink
{
	color: #000000;
	font-weight: bold;
	font-size: 8px;
}

A.EditLink
{
	color: #000000;
}

A.EditLink:visited
{
	color: #000000;
}

A.EditLink:hover
{
	color: #555566;
}


.TopicTitle
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

A.TopicTitle
{
	color: #000000;
}

A.TopicTitle:visited
{
	color: #000000;
}

A.TopicTitle:hover
{
	color: #0033AA;
}



/* Let's hide form fields of this class so that humans can't complete them.  Only spam bots will attempt to complete these fields */
.specialField {
width:5px;
visibility:hidden;
}