/*****************************************************
  Black theme for ASP.NET Forums
  Modified default theme
*****************************************************/

/*****************************************************
Body: General page style
*****************************************************/
body /*The scroll bar colours are only visible in IE5.5+ */
{
    font-size: 0.8em;
    COLOR: #ffffcc;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #151515;
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

body.admin /* Admin page style */
{
    background-color: #000000;
}

image 
{
	vertical-align: middle;
}

/*****************************************************
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: Trebuchet MS, Arial, Helvetica;
    font-size: 1.4em;
    font-weight: bold;
	text-decoration: none;
}

a.forumName:hover /* text style for when mouse hovers over main forum name */
{
    color: #FFFFCC;
    text-decoration: underline;
}

.forumThread /* description of Forums on main page (underneath Forum Name) */
{
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 0.9em;
}
/*****************************************************
General Text
*****************************************************/
.txt1 { font-size : 1.0em;}
.txt2 { font-size : 0.9em;}
.txt3 { font-size : 0.8em;}
.txt4 { font-size : 0.7em;}
.txt5 { font-size : 0.6em;}

.txt1Bold { font-size : 1.0em; font-weight:bold;}
.txt2Bold { font-size : 0.9em; font-weight:bold;}
.txt3Bold { font-size : 0.8em; font-weight:bold;}
.txt4Bold { font-size : 0.7em; font-weight:bold;}
.txt5Bold { font-size : 0.6em; font-weight:bold;}

.txt3red { font-size : 0.8em; color: Red; }

.printDetails{ font-size : 0.6em; color: darkgray;}
.noTopics { font-size: 0.7em; font-weight:bold;}
.dateText { font-size: 0.6em; color: #FFCC00; }

/*****************************************************
Tables
*****************************************************/
.tableBorder /* This is the outline round the main forum tables */
{
/*    border: 2px #212121 solid;  */
    border: 1px #616161 outset;
    background-color: #000000;
}

.moderationTable /* Moderation table */
{
    border: 1px #000000 solid; 
    background-color: #212121;
}

.adminTable /* Admin table */
{
    background-color: #000000;
}

.quoteTable { /* This is the quote table, where quotes from previous posts are shown */
    font-size: 0.71em; 
    font-style: italic;
    border: 1px #BFBFBF inset;
    background-color: #616161;
}

.editTable { /* This is the edit notes table, shown when someone has edited a post, and this feature is enabled */
    border: 1px #BFBFBF solid; 
    color: #000000;
    background-color: #616161;
    font-size: 0.8em;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
td.column /* 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. */
{
	/*color: #FFCC00;*/
    font-weight: bold; 
    font-size: 0.7em; 
    background-color: #212121; 
    background-image: url(../images/forumColumnBackground.gif); 
    background-repeat: repeat-x; 
}

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: #CC9900;
    font-size: 0.8em;
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #212121;
    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: 0.7em;
    font-weight:bold;
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #000000
}

td.f /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
{
    font-size: 0.71em; 
    background-color: #212121;

}

td.f2
{
    font-size: 0.8em;
    background-color: #212121;
}

td.fh /* forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    font-size: 0.71em; 
    background-color: #000000; 
    background-image: url(../images/forumColumnBackgroundFade.gif); 
    background-repeat: repeat-x;   
}

TD.fh2 /* used in Forums Statistics box to control size of text*/
{
	font-size: 0.71em; 
}

TD.fh3 /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	font-size: 0.71em; 
	background-color: #000000; 
	border-left: 2px solid #212121;

}

TD.fh3a /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	font-size: 0.71em; 
	background-color: #212121; 
	border-top: 2px #000000 solid;
}

TD.fh4 /* TD.fh4 is Last Post cells on main table (not shaded?) */
{
	font-size: 0.71em; 
	background-color: #000000; 
	border-top: 2px #000000 solid;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #212121;
}

.threadDetailTextSmall
{
    color: #CC9900;
    font-size: 0.7em;
	text-decoration: none;
}

.threadDetailTextSmallBold
{
    color: #CC9900;
    font-size: 0.7em;
    font-weight: bold;
	text-decoration: none;
}

/*****************************************************
General Anchors
*****************************************************/
a, a:visited, a:link /* General page anchors */
{
    color: #FFCC00;
	text-decoration: none;
}

a:Hover /* General page anchors */
{
    color: #FFFFCC;
    text-decoration: none;
}

a.linkSmallBold, a.linkMenuSink 
{
    color: #FFCC00;
	font-weight: bold;
}

a.linkSmall, a.LinkSmallBold, a.linkMenuSink
{
    color: #FFCC00;
	text-decoration: none;
    font-size: 0.7em;
}

a.linkSmallBold:visited, a.linkMenuSink:visited
{
    color: #FFCC00;
	text-decoration: none;
}

a.linkSmallBold:Hover, a.linkMenuSink:Hover
{
    color: #FFFFCC;
	text-decoration: none;
}

a.lnk3, a.lnk3:visited, a.lnk3:link /* Active/Unanswered, name of forum underneath table */
{
    font-weight: bold;
    color: #FFCC00;
	text-decoration: none;
}

a.lnk3:Hover
{
    color: #FFFFCC;
    text-decoration: underline;
}

/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
columnText, a.columnText, a.columnText:visited, a.columnText:link, a.columnText:hover 
{ 	
	font-size: 0.7em; 
	color: #FFCC00; 
	font-weight:bold;
}

a.columnText:hover
{ 	
	color: #FFFFCC; 
}

a.column:visited, a.column:link, a.column:hover
{
    color: #FFCC00;
    font-weight:bold;
}

.flnk3
{
    font-weight: bold;
    color: #013DA4;
}

a.flnk3:visited, a.flnk3:link
{
    font-weight: bold;
    color: #CC9900;
}

a.flnk3:hover
{
    color: #FFCC00;
}

.inlineLink /* Username in ShowPost, next to online status */ 
{
  cursor:pointer;
  color: #FFFFCC;
}

.inline 
{
  font-size: 0.75em;
  color: #FFCC00;
}

/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
.userOnlineLinkBold, a.userOnlineLinkBold, a.userOnlineLinkBold:Visited, a.userOnlineLinkBold:Hover, a.userOnlineLinkBold:Link
/* text style to show when a user is online */
{
    font-weight: bold;
    color: #FFFFCC;
}

.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold:Visited, a.moderatorOnlineLinkBold:Hover, a.moderatorOnlineLinkBold:Link
/* text style to show when a moderator is online */
{
    font-weight: bold;
    color: #006600;
}

.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Hover, a.adminOnlineLinkBold:Link
/* text style to show when an administrator is online */
{
    font-weight: bold;
    color: #FFA34F;
}

/*****************************************************
Navigation: Text and anchors used in the navigation menu
*****************************************************/
.menuText /* Font used for navigation menu */
{
    font-size: 0.6em;
    font-weight: bold;
    color: #FFCC00;
}

a.menuLink:visited, a.menuLink:link /* Font used for links in the navigation menu */
{
    font-size: smaller;
    text-decoration: none; 
    color : #FFCC00;
}

a.menuLink:Hover /* Font used for hovering over a link in the navigation menu */
{
    color : #FFFFCC; 
	text-decoration: none;
}



/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing { height: 2px; background-color: #333333; border-bottom: 1px solid #000000;} /* Separates Users from Guests in WhoIsOnline page */
td.threadSeparator { height: 4px; background-color: #333333; border-bottom: 1px solid #000000;} /* Separates posts in ShowPost page */
td.adminSeparator { height: 4px; background-color: #333333; border-bottom: 1px solid #000000;} /* Separates 'groups of options' in Admin Nav Bar */
td.moderateSeparator { height: 12px; background-color: #333333; border-bottom: 1px solid #000000;} /* Separator in ModerateForum page */

/*****************************************************
Validation Text
*****************************************************/
.validationWarning { color: Red; }

/*****************************************************
Page control selected page
*****************************************************/
.currentPage { font-size : 1.2em; font-weight:bold; }

/*****************************************************
Form Elements
*****************************************************/
select /* drop down lists in forms */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	color: #FFFFCC;
	background-color: #212121;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;
}

textarea /* large multi-line text boxes in forms */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
	color: #FFFFCC;
	background-color: #000000;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;
}

input /* input elements in forms, e.g radio buttons, text boxes, etc. */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
	color: #FFFFCC;
	background-color: #000000;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;
	text-indent : 2px;
}

/*****************************************************
Control Panel
*****************************************************/
td.ControlPanelTabActive
{
    font-weight: bold; 
    font-size: 0.7em; 
    background-color: #212121; 
    background-image: url(../images/controlpaneltabactive.gif); 
    background-repeat: repeat-x; 
    color: white;
}

td.ControlPanelTabInactive
{
    color: #CC9900;
    font-size: 0.7em;
    font-weight:bold;
    text-decoration: none; 
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #212121;
    background-repeat: repeat-x; 
}

td.ControlPanelTabLine
{
	background-color: #514000;
}

.imageButtonToolbar
{
    background-image: url(../images/icon_toolbar_mid.gif); 
    height:25;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.8em;
    cursor: pointer;
}