/*****************************************************
Community Server Forums default theme
Modify this stylesheet to change the colours
and appearance of the Community Server Forums
*****************************************************/

/*****************************************************
Body: General page style
*****************************************************/

pre.source
{
	font-size: 11px;
	margin-left: 20px;
	color: 666666;
	font-family: verdana, arial, sans-serif;
	background-color: gainsboro;
}


/*****************************************************
Forum Name Title
*****************************************************/
/* em: unit of measurement for the height of the element's font, which is resolution independent */
.forumName /* text style for the main forum name */
{
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

a.forumName:hover /* text style for when mouse hovers over main forum name */
{
    color: #cc0000;
    text-decoration: none;
}

.forumThread /* description of Forums on main page (underneath Forum Name) */
{
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}
/*****************************************************
General Text
*****************************************************/
.txt1 { font-size : 13px; font-family : verdana, arial, sans-serif;} 
.txt2 { font-size : 12px; font-family : verdana, arial, sans-serif;}
.txt3 { font-size : 11px; font-family : verdana, arial, sans-serif;}
.txt4 { font-size : 10px; font-family : verdana, arial, sans-serif;}
.txt5 { font-size : 10px; font-family : verdana, arial, sans-serif;}

.txt1Bold { font-size : 13px; font-weight:bold; font-family: verdana, arial, sans-serif;}
.txt2Bold { font-size : 12px; font-weight:bold; font-family: verdana, arial, sans-serif;}
.txt3Bold { font-size : 11px; font-weight:bold; font-family: verdana, arial, sans-serif;}
.txt4Bold { font-size : 10px; font-weight:bold; font-family: verdana, arial, sans-serif;}
.txt5Bold { font-size : 9px; font-weight:bold; font-family: verdana, arial, sans-serif;}

.txt3red { font-size : 11px; color: Red; font-family: verdana, arial, sans-serif;}

.printDetails{ font-size : 9px; color: 666666; font-family: verdana, arial, sans-serif;}
.noTopics { font-size: 10px; font-weight:bold; font-family: verdana, arial, sans-serif;}
.dateText { font-size: 9px; color: white; font-family: verdana, arial, sans-serif;}

/* IRC Style Text */
.txtIrcMe { color:Fuchsia ; }

/*****************************************************
Tables
*****************************************************/
.tableBorder /* This is the outline round the main forum tables */
{
/*    border: 1px #B2B2B2 solid;  */
    border: 1px outset;
    background-color: #FFFFFF;
}

.moderationTable /* Moderation table */
{
    border: 1px #FFFFFF solid; 
    background-color: #F8F5EF;
}

.adminTable /* Admin table */
{
    background-color: #FFFFFF;
}

.quoteTable { /* This is the quote table, where quotes from previous posts are shown */
    border:1px inset;
    background-color: #F8F5EF;
}

.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: #F8F5EF;
    font-size: 11px;
}

td, tr 
{
    font-size: 11px;
    font-family: verdana, arial, sans-serif;
}

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: #F8F5EF;
    font-size: 11px;
    font-family: verdana, arial, sans-serif;
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #F8F5EF;
    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: 10px;
    font-family: verdana, arial, sans-serif;
    font-weight:bold;
    background-image: url(../images/forumHeaderBackground.gif);
    background-color: #F8F5EF
}


td.f /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
{
    font-size: 11px; 
    font-family: verdana, arial, sans-serif;
    background-color: #F8F5EF;
    	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}

td.f2
{
    font-size: 11px;
    font-family: verdana, arial, sans-serif;
    background-color: #F8F5EF;
    	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

td.fh /* forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    font-size: 11px; 
    font-family: verdana, arial, sans-serif;
    background-color: #FFFFFF; 
    background-image: url(../images/fhBg.gif); 
    background-repeat: repeat-x;
}

TD.fh2 /* used in Forums Statistics box to control size of text*/
{
	font-size: 11px; 
    font-family: verdana, arial, sans-serif;
}

TD.fh3 /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	font-size: 11px; 
    font-family: verdana, arial, sans-serif;
	background-color: #FFFFFF; 
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

TD.fh3a /* TD.fh3a is Alternating table for Post Body in the PostView */ 
{
	font-size: 11px; 
    font-family: verdana, arial, sans-serif;
	background-color: #ffffff; 
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

TD.fh4 /* TD.fh4 is Last Post cells on main table (not shaded?) */
{
	font-size: 11px; 
    font-family: verdana, arial, sans-serif;
	background-color: #FFFFFF; 
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #F8F5EF;
}

.threadDetailTextSmall
{
    color: #F8F5EF;
    font-size: 10px;
}

.threadDetailTextSmallBold
{
    color: #F8F5EF;
    font-size: 10px;
    font-weight: bold;
}

/*****************************************************
General Anchors
*****************************************************/

a.linkSmallBold, a.linkMenuSink 
{
    font-weight: bold;
}

a.linkSmall, a.LinkSmallBold, a.linkMenuSink
{
    color: navy;
    font-size: 10px;
}

a.linkSmallBold:visited, a.linkMenuSink:visited
{
    color: #013DA4;
}

a.linkSmallBold:Hover, a.linkMenuSink:Hover
{
/*	color: #DD6900;	*/
    color: #CC6633;
}

a.lnk3, a.lnk3:visited, a.lnk3:link /* Active/Unanswered, name of forum underneath table */
{
	font-size: 12px; 
    font-weight: bold;
    color: #333333;
}

a.lnk3:Hover
{
    color: #CC6633;
    text-decoration: underline;
}

/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
columnText, a.columnText, a.columnText:visited, a.columnText:link 
{ 	
	font-size: 10px; 
	color: white; 
	font-weight:bold;
}

a.columnText:hover
{
	color: #CC6633;	
}

a.column:visited, a.column:link, a.column:hover
{
    color: white;
    font-weight:bold;
}

.flnk3
{
    font-weight: bold;
    color: #013DA4;
}

a.flnk3:visited, a.flnk3:link
{
    font-weight: bold;
    color: #013DA4;
}

a.flnk3:hover
{
    color: #CC6633;
}

.inlineLink /* Username in ShowPost, next to online status */
{
  cursor:pointer;
  color: #555555;
}

.inline 
{
  font-size: 0.75em;
  color: #555555;
}

/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
.userOnlineLink, a.userOnlineLink, a.userOnlineLink:Visited, a.userOnlineLink:Link
/* text style to show when a user is online */
{
    font-weight: normal;
    color: #013DA4;
}

a.userOnlineLinkBold:Hover
{
	color: #FF3300;
}

.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold:Visited, a.moderatorOnlineLinkBold:Link
/* text style to show when a moderator is online */
{
    font-weight: bold;
    color: darkBlue;
}

a.moderatorOnlineLinkBold:Hover
{
	color: #FF3300;
}

.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Link
/* text style to show when an administrator is online */
{
    font-weight: bold;
    color: Blue;
}

a.adminOnlineLinkBold:Hover
{
	color: #FF3300;
}

/*****************************************************
Navigation: Text and anchors used in the navigation menu
*****************************************************/
.menuText /* Font used for navigation menu */
{
    font-size: 9px;
    font-weight: bold;
    color: #FFFFFF;
}

a.menuLink:visited, a.menuLink:link /* Font used for links in the navigation menu */
{
	font-size: smaller;
	font-weight: normal;
    text-decoration: none; 
    color: white;
}

a.menuLink:Hover /* Font used for hovering over a link in the navigation menu */
{
    color: #CC6633;
}


/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing /* Separates Users from Guests in WhoIsOnline page */
{
	height: 2px; 
	background-color: #80B7FF; 
} 
td.threadSeparator /* Separates posts in ShowPost page */
{
	height: 4px; 
	background-color: #79ABDE; 
} 
td.adminSeparator /* Separates 'groups of options' in Admin Nav Bar */
{
	height: 4px; 
	background-color: #FFFFFF; 
} 
td.moderateSeparator /* Separator in ModerateForum page */
{
	height: 12px; 
	background-color: #FFFFFF; 
} 

/*****************************************************
Validation Text
*****************************************************/
.validationWarning 
{
	color: Red; 
}

/*****************************************************
Page control selected page
*****************************************************/
.currentPage 
{
	font-size : 1.2em;
    font-family: verdana, arial, sans-serif;
	font-weight:bold; 
}

/*****************************************************
Control Panel
*****************************************************/
td.ControlPanelTabActive
{
    font-weight: bold; 
    font-size: 10px; 
    font-family: verdana, arial, sans-serif; 
    background-color: #78ABDE; 
    background-image: url(../images/forumColumnBackground.gif); 
    background-repeat: repeat-x; 
    COLOR: white;
}

td.ControlPanelTabInactive
{
	color: #4455aa;
    font-size: 10px;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    text-decoration: none; 
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
}

td.ControlPanelTabLine
{
	background-color: #7AACE0;
}

.imageButtonToolbar
{
    background-image: url(../images/icon_toolbar_mid.html); 
    height:25;
    vertical-align: middle;
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
}