
/*****************************************************
General Anchor
*****************************************************/
a.linkSmallBold, a.linkMenuSink
{
	color: #000000;
    font-weight: bold;
}

a.linkSmall, a.LinkSmallBold, a.linkMenuSink
{
    color: #000000;
    font-size: 0.7em;
}

a.linkSmallBold:visited, a.linkMenuSink:visited
{
    color: #000000;
}

a.linkSmallBold:Hover, a.linkMenuSink:Hover
{
    color: #808080;
}

A:link
{
    COLOR: #000000;
    TEXT-DECORATION: bold
}
A:visited
{
    COLOR: #000000;
    TEXT-DECORATION: bold
}
A:active
{
    COLOR: #000000;
    TEXT-DECORATION: bold
}
A:hover
{
    COLOR: #808080;
    TEXT-DECORATION: bold
}

/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
.userOnlineLinkBold, a.userOnlineLinkBold, a.userOnlineLinkBold:Visited, a.userOnlineLinkBold:Link
{
    font-weight: bold;
    color: #000000;
}

.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold:Visited, a.moderatorOnlineLinkBold:Link
{
    font-weight: bold;
    color: #000000;
}

.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Link
{
    font-weight: bold;
    color: #000000;
}

.a.userOnlineLinkBold:Hover, a.moderatorOnlineLinkBold:Hover, a.adminOnlineLinkBold:Hover
{
    font-weight: bold;
    color: #808080;
}

/*****************************************************
Text and anchors used in the navigation menu
*****************************************************/
.menuTitle
{
    font-weight: bold;
    font-size: 20px; 
    font-family: Arial, Helvetica, sans-serif;
    color: #b9b9bd;
}

.menuText
{
    font-size: 0.6em;
    font-weight: bold;
    color: #FFFFFF;
}

a.menuTextLink:visited, a.menuTextLink:link
{
    font-size: 0.6em;
    text-decoration: none; 
    color: #000000;
}

a.menuTextLink:Hover
{
    color: #808080;
}


/*****************************************************
Text and anchors used in the search
*****************************************************/
.searchPager
{
    font-size : 0.7em;
    font-weight: bold;
}

.searchItem
{
    background-color: #DDEEFF; 
}

.searchAlternatingItem
{
    background-color: #FFFFFF;
}


/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing
{
    height: 2px;
    background-color: #ff0000;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
th
{
/*    background-image: url(../images/forumHeaderBackground.gif);*/
    background-color: #B0B0B0
}

td.forumHeaderBackgroundAlternate
{
/*    background-image: url(../images/forumHeaderBackgroundAlternate.gif); */
    background-color: #C0C0C0;
}

/*****************************************************
Body
*****************************************************/
body 
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    background-color: #D2D2D2; 
    scrollbar-face-color: #DEE3E7;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
}


/*****************************************************
Validation Text
*****************************************************/
.validationWarningSmall
{
    color: Red;
    font-size : 0.7em;
}

/*****************************************************
General Text
*****************************************************/
.normalTextSmall 
{ 
    font-size : 0.7em;
}

.normalTextSmallBold
{ 
    font-size : 0.7em;
    font-weight: bold;
}

.normalTextSmaller
{
    font-size: 0.6em;
}

.normalTextSmall, .normalTextSmallBold, .normalTextSmaller
{ 
    color : #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*****************************************************
Text used on tables with a background
*****************************************************/
.tableHeaderText
{
    color: white;
    font-size: 0.7em;
    font-weight:bold;
}

.tableHeaderTextNormal
{
    color: white;
    font-weight:bold;
}


/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    border: 1px #013DA4 solid; 
    background-color: #665577;
}
.tableNoBorder
{
    border: 1px #000000 solid; 
    background-color: #665577;
}
/*****************************************************
Main forum colors
*****************************************************/
td.forumRow
{
    background-color: #E2E2E2;
}


td.forumAlternate
{
    background-color: #C2C2C2;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #D4D9EC;
}

.threadDetailTextSmall
{
    color: #ffffff;
    font-size: 0.7em;
}

.threadDetailTextSmallBold
{
    color: #ffffff;
    font-size: 0.7em;
    font-weight: bold;
}

td.forumRowHighlight
{
    background-color: #D2D2D2;
}

/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
.forumTitle
{
    font-size: 0.8em;
    font-weight: bold;
    color: #000000;
}


a.forumTitle:visited, a.forumTitle:link
{
    font-size: 0.8em;
    font-weight: bold;
    color: #000000;
}

a.forumTitle:hover
{
    color: #808080;
}

.forumName
{
    font-weight: bold;
    font-size: 16px; 
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none; 
    color: #B9B9BD;
}

a.forumName:hover
{
    color: #808080;
    text-decoration: underline;
}


/*****************************************************
Form Elements
*****************************************************/
select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    background-color: #DAE7FD;
    border-color: Black;
}

textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    background-color: White;
    border-color: Black;
}

/*****************************************************
Menu Controls
*****************************************************/
A.linkMenuSink
{
    font-size: 0.7em;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

TD.popupMenuSink
{
    position: relative;
}

DIV.popupMenu
{
    border: 1px solid blue;
}

DIV.popupTitle
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    background-color: #4455AA;
}

DIV.popupItem
{
    font-size: 0.8em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #DDEEFF;
}

/* background/border colors for the selected tab */
.SelectedTabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.UnSelectedTabBg {
    border: 1px #000000 solid; 
    background-color: #c0c0c0;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.UnselectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.UnselectedTab:link    {
    text-decoration:    underline;
    color:#000000;
}

A.UnselectedTab:visited {
    text-decoration:    underline;
    color:#000000;
}

A.UnselectedTab:active  {
    text-decoration:    underline;
    color:#000000;
}

A.UnselectedTab:hover   {
    text-decoration:    underline;
    color:white;
}
/*****************************************************
Source Code
*****************************************************/

.csharpcode { BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 10px; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 10px; FONT-SIZE: 10pt; PADDING-BOTTOM: 10px; BORDER-LEFT: windowtext 1pt solid; COLOR: black; PADDING-TOP: 10px; BORDER-BOTTOM: windowtext 1pt solid; FONT-FAMILY: Courier New , Courier, Monospace; BACKGROUND-COLOR: #ffffff } 
.rem { COLOR: #008000 } 
.kwrd { COLOR: #0000ff } 
.str { COLOR: #006080 } 
.op { COLOR: #0000c0 } 
.preproc { COLOR: #cc6633 } 
.asp { BACKGROUND-COLOR: #ffff00 } 
.html { COLOR: #800000 } 
.attr { COLOR: #ff0000 } 
.alt { MARGIN: 0px; WIDTH: 100%; BACKGROUND-COLOR: #f4f4f4 } 
.lnum { COLOR: #606060 } 