/*****************************************************
Tables
*****************************************************/
.tableBorder /* This is the outline round the main forum tables */
{
/*    border: 1px #B2B2B2 solid;  */
    border: 0px outset;
    background-color: #FFFFFF;
}

.moderationTable /* Moderation table */
{
    border: 0px #FFFFFF solid; 
    background-color: #F1F1F1;
}

.adminTable /* Admin table */
{
    background-color: #FFFFFF;
}

.quoteTable { /* This is the quote table, where quotes from previous posts are shown */
    border:1px inset;
    background-color: #DDD;
}

.editTable { /* This is the edit notes table, shown when someone has edited a post, and this feature is enabled */
    border: 1px inset; 
    color: Red;
    background-color: #DDD;
    font-size: <%= Formatter.FormatFontSize(0.8) %>;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
td.column, tr.column td /* td.column is the main heading row of the table, shows either the table title, or the column headings, such as 'Posts', 'Last Post' etc. Top row of all tables. */
{
    font-weight: bold; 
    font-size: <%= Formatter.FormatFontSize(0.7) %>; 
    background-color: #999; 
    COLOR: white;
    vertical-align:top;
}

table.fh {
    COLOR: #555;
    vertical-align:top;
    font-size: <%= Formatter.FormatFontSize(1) %>;
    background-color: #FFFFFF; 
    background-image: url(../images/fhBg.gif); 
    background-repeat: repeat-x;

}

div.column 
{
    font-weight: bold;
    font-size: <%= Formatter.FormatFontSize(0.8) %>;
    background-color: #CCC; 
    background-image: url(../images/forumColumnBackground.gif); 
    background-repeat: repeat-x; 
    color: white;
    padding:3px;
}

td.h1a /* td.h1a is the subheading row of the table, shows the names of Forum Groups on main page, or 'Announcements', 'Topics' on ShowForum page */
{
    color: #4455aa;
    font-size: <%= Formatter.FormatFontSize(0.8) %>;
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #2D3A53;
    background-repeat: repeat-x; 
}

td.h1 /* td.h1 was the old subheading row of the table. This should probably be deleted as I don't think it is used anymore. */
{
    color: white;
    font-size: <%= Formatter.FormatFontSize(0.7) %>;
    font-weight:bold;
    background-image: url(../images/forumHeaderBackground.gif);
    background-color: #2D3A53
}

td.f, tr.f td /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
{
    font-size: <%= Formatter.FormatFontSize(0.7) %>; 
    background-color: #EEE;

}

td.f2
{
    font-size: <%= Formatter.FormatFontSize(0.8) %>;
    background-color: #EEE;
}

td.fh /* forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    font-size: <%= Formatter.FormatFontSize(0.7) %>;
    background-color: #CCC; 
    background-image: url(../images/fhBg.gif); 
    background-repeat: repeat-x;
}

TD.fh2 /* used in Forums Statistics box to control size of text*/
{
	font-size: <%= Formatter.FormatFontSize(0.7) %>;
}

TD.fh3 /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	/*font-size: <%= Formatter.FormatFontSize(0.7) %>;
	border-top: 1px solid #CADBEC;
	border-left: 1px solid #CADBEC;*/
	border: 0px solid #CCC;
}

TD.fh3a /* TD.fh3a is Alternating table for Post Body in the PostView */ 
{
	/*
font-size: <%= Formatter.FormatFontSize(0.7) %>; 
	background-color: #F3F3F3; 
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
*/
}

TD.fh4 /* TD.fh4 is Last Post cells on main table (not shaded?) */
{
	/*
font-size: <%= Formatter.FormatFontSize(0.7) %>; 
	background-color: #FFFFFF; 
	border-top: 1px solid #CADBEC;
	border-left: 1px solid #CADBEC;
*/
}
#welcome
{
	font-size: 11px;
	font-weight: bold;
}
#search
{
	float: right;
}
#csBody, #csBody2
{
	margin: 25px 0 0 0;
}
.txt4
{
	padding: 0 0 20px 0;
}
.breadcrumb, span.h2Desc
{
	margin: 10px 0 0 0;
}
#BodyHead h2, #Profile-Head h2
{
	margin: 0 0 10px 0;
}
.tableBorder2
{
	border: 1px solid #CCC;
	width: 480px;
}
table.postMetadata
{
	width: 100%;
	background-color: #CCC;
	margin: 0;
}
td.postContent
{
	font-size: 12px;
}
table.threadType
{
	width: 100%;
	background-color: #666;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
