﻿/*Forum styling*/
/*****************************************************
General Text
*****************************************************/
#pageContent #contentFull .txt1 { font-size : 1em; color: #333333;} 
#pageContent #contentFull .txt2 { font-size : 1em; color: #333333;}
#pageContent #contentFull .txt3 { font-size : 1em; color: #333333;}
#pageContent #contentFull .txt4 { font-size : 80%;}
#pageContent #contentFull .txt5 { font-size : 1em; color: #333333;}

#pageContent #contentFull .txt1Bold { font-size : 1em; font-weight:bold; color: #333333;}
#pageContent #contentFull .txt2Bold { font-size : 0.9em; font-weight:bold; color: #333333;}
#pageContent #contentFull .txt3Bold { font-size : 0.8em; font-weight:bold; color: #333333;}
#pageContent #contentFull .txt4Bold { font-size : 0.7em; font-weight:bold; color: #333333;}
#pageContent #contentFull .txt5Bold { font-size : 0.6em; font-weight:bold; color: #333333;}

#pageContent #contentFull .txt3red { font-size : 0.8em; color: Red; }

#pageContent #contentFull .printDetails{ font-size : 1em; }
#pageContent #contentFull .noTopics { font-size: 1em; font-weight:bold; }
#pageContent #contentFull .dateText { font-size: 1em; color: white; }

#pageContent #contentFull h4
{
	color: #640000;
}

/* IRC Style Text */
#pageContent #contentFull .txtIrcMe { color:Fuchsia ; }
/*
Welcome
*****************************************************/
#pageContent #contentFull #welcome
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: right;
}


/*****************************************************
Default separator style for PostList
*****************************************************/
#pageContent #contentFull td.flatViewSpacing /* Separates Users from Guests in WhoIsOnline page */
{
	height: 2px; 
	background-color: #80B7FF; 
} 
#pageContent #contentFull td.threadSeparator /* Separates posts in ShowPost page */
{
	background-color: #053567;
} 
#pageContent #contentFull td.adminSeparator /* Separates 'groups of options' in Admin Nav Bar */
{
	height: 4px; 
	background-color: #FFFFFF; 
} 
#pageContent #contentFull td.moderateSeparator /* Separator in ModerateForum page */
{
	height: 12px; 
	background-color: #FFFFFF; 
} 
/*****************************************************
Tables
*****************************************************/
#pageContent #contentFull .tableBorder /* This is the outline round the main forum tables */
{
/*    border: 1px #B2B2B2 solid;  */
    border: 1px outset;
	border: 1px solid #c1cdd9;
    background-color: #FFFFFF;
}

#pageContent #contentFull .moderationTable /* Moderation table */
{
    border: 1px #c1cdd9 solid; 
    background-color: #F1F1F1;
}

#pageContent #contentFull .adminTable /* Admin table */
{
    background-color: #FFFFFF;
}

#pageContent #contentFull .quoteTable { /* This is the quote table, where quotes from previous posts are shown */
    border:1px inset;
    background-color: #EEF7FF;
}

#pageContent #contentFull .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: #EEF7FF;
    font-size: 0.8em;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
#pageContent #contentFull 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: 1em; 
    background-color: #6798C7; 
	background-color: #053567;
    COLOR: white;
    vertical-align:top;
}

#pageContent #contentFull table.fh {
    COLOR: #246398;
    vertical-align:top;
    font-size: 1em;
    background-color: #FFFFFF; 
    background-image: url(../images/fhBg.gif); 
    background-repeat: repeat-x;

}

#pageContent #contentFull div.column 
{
    font-weight: bold;
    font-size: 0.8em;
    background-color: #78ABDE; 
    background-image: url(../images/forumColumnBackground.gif); 
    background-repeat: repeat-x; 
    COLOR: white;
    padding:3px;
}

#pageContent #contentFull 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: 0.8em;
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
    
}

#pageContent #contentFull 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: 1em;
    font-weight:bold;
    background-image: url(../images/forumHeaderBackground.gif);
    background-color: #4455aa
}

#pageContent #contentFull td.f, tr.f td /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
{
    font-size: 1em; 
    background-color: #BDCFDF;
background-color: #b4a1af;
background-color: #fff;
border-left: 1px solid #C1CDD9;
}

#pageContent #contentFull td.f2
{
    font-size: 0.8em;
    background-color: #DDEEFF;
}

#pageContent #contentFull td.fh /* forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    font-size: 1em;
    background-color: #FFFFFF; 
    background-image: url(../images/fhBg.gif); 
    background-repeat: repeat-x;
}

#pageContent #contentFull TD.fh2 /* used in Forums Statistics box to control size of text*/
{
	font-size: 1em;
}

#pageContent #contentFull TD.fh3 /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	font-size: 1em;
	border-top: 1px solid #CADBEC;
	border-left: 1px solid #CADBEC;
}

#pageContent #contentFull TD.fh3a /* TD.fh3a is Alternating table for Post Body in the PostView */ 
{
	font-size: 1em; 
	background-color: #F6FBFF; 
    background-color:#e9e2e7;
background-color: #fff;

	border-top: 1px solid #c1cdd9;
	border-left: 1px solid #c1cdd9;
	
}

#pageContent #contentFull TD.fh4 /* TD.fh4 is Last Post cells on main table (not shaded?) */
{
	font-size: 1em; 
	background-color: #FFFFFF; 
	border-top: 1px solid #c1cdd9;
	border-left: 1px solid #c1cdd9;
}

#pageContent #contentFull #ctl03_ctl01_ctl00_ctl00_password
{
  width:92px;
}

#pageContent #contentFull #_ctl3__ctl0_PostForm_Post{
background: #aaaaaa;
width: 440px;
}

#pageContent #contentFull #ctl3__ctl0_PostForm_PostBody_Editor_toolbarArea{
width:440px;
}

/* a color */
#pageContent #contentFull a
{
	color: #640000;
	text-decoration: none;
}

#pageContent #contentFull a:visited
{
	color: #c62d2d;
}

#pageContent #contentFull a:hover
{
	text-decoration: underline;
}

#pageContent #contentFull td.fh4 a
{
	font-size: 1.1em; 	
	/*font-weight: bold;*/
}

#pageContent #contentFull 
{
	color: #333333;	
	width:100%;
}

#pageContent #contentFull #ctl03_ctl01_ctl00_ctl00_PublicEmail 
{
		display: none;
}
