
/*****************************************************
General Anchor
*****************************************************/

*
{
    font-family: Trebuchet MS, Sans-Serif
}

a
{
    color: #ffffff;
}

a.linkSmallBold, a.linkMenuSink
{
    font-weight: bold;
}

a.linkSmall, a.LinkSmallBold, a.linkMenuSink
{
    color: #ffffff;
    font-size: 0.7em;
}


a.linkSmallBold:visited, a.linkMenuSink:visited
{
    color: #ffffff;
}

a.linkSmallBold:Hover, a.linkMenuSink:Hover
{
    color: #d7c24c;
}


/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
.userOnlineLinkBold, a.userOnlineLinkBold, a.userOnlineLinkBold:Visited, a.userOnlineLinkBold:Hover, a.userOnlineLinkBold:Link
{
    font-weight: bold;
    color: #5161b7;
}

.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold:Visited, a.moderatorOnlineLinkBold:Hover, a.moderatorOnlineLinkBold:Link
{
    font-weight: bold;
    color: #d7c24c;
}

.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Hover, a.adminOnlineLinkBold:Link
{
    font-weight: bold;
    color: #d7c24c;
}

/*****************************************************
Text and anchors used in the navigation menu
*****************************************************/
.menuTitle
{
    font-weight: bold;
    font-size: 20px; 
    color: #ffffff;
}

.menuText
{
    font-size: 0.6em;
    font-weight: bold;
    color: #d7c24c;
}

a.menuTextLink:visited, a.menuTextLink:link
{
    font-size: 0.6em;
    text-decoration: none; 
    color: #d7c24c;
}

a.menuTextLink:Hover
{
    color: #ffffff;
}


/*****************************************************
Text and anchors used in the search
*****************************************************/
.searchPager
{
    font-size : 0.7em;
    font-weight: bold;
}

.searchItem
{
    background-color: #383837;
}

.searchAlternatingItem
{
    background-color: #1c1c1b;
}


/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing
{
    height: 2px;
    background-color: #80B7FF;
}

/*****************************************************
Table Header and cell definitions  DONE
*****************************************************/
th
{
    background-image: url(../images/forumHeaderBackground.gif);
    background-position: left center;
    background-repeat: repeat-x;
    background-color: #5161b7;
}

td.forumHeaderBackgroundAlternate
{
    background-color: #5161b7;
}

/*****************************************************
Validation Text     DONE
*****************************************************/
.validationWarningSmall
{
    color: Red;
    font-size : 0.7em;
}

/*****************************************************
General Text
*****************************************************/
.normalTextSmall 
{ 
    font-size : 0.7em;
    color: #ffffff;
}

.normalTextSmallBold
{ 
    font-size : 0.7em;
    font-weight: bold;
    color: #ffffff;
}

.normalTextSmaller
{
    font-size: 0.6em;
    color: #ffffff;
}

.normalTextSmall, .normalTextSmallBold, .normalTextSmaller
{ 
    color: #ffffff;
}

/*****************************************************
Text used on tables with a background
*****************************************************/
.tableHeaderText
{
    color: white;
    font-size: 0.7em;
    font-weight:bold;
}

/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    border: 0px #b3b3b3 solid; 
    background-color: #b3b3b3;
    text-align: left;
}

/*****************************************************
Main forum colors     DONE
*****************************************************/
td.forumRow
{
    background-color: #383837;
    background-image: url(../images/forumrowbg.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}


td.forumAlternate
{
    background-color: #1c1c1b;
    background-image: url(../images/forumrowbgalt.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #D4D9EC;
}

.threadDetailTextSmall
{
    color: #0055E7;
    font-size: 0.7em;
}

.threadDetailTextSmallBold
{
    color: #0055E7;
    font-size: 0.7em;
    font-weight: bold;
}

td.forumRowHighlight
{
    background-color: #383837;
    background-image: url(../images/forumrowbg.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}

td.forumRowSpecial
{
    background-color: Transparent;
}

/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
.forumTitle
{
    font-size: 0.8em;
    font-weight: bold;
    color: #ffffff;
}


a.forumTitle:visited, a.forumTitle:link
{
    font-size: 0.8em;
    font-weight: bold;
    color: #ffffff;
}

a.forumTitle:hover
{
    color: #d7c24c;
}

.forumName
{
    font-weight: bold;
    font-size: 16px; 
    text-decoration: none; 
    color: #ffffff;
}

a.forumName:hover
{
    color: #DD6900;
    text-decoration: underline;
}


/*****************************************************
Form Elements
*****************************************************/
select
{
    font-size: 0.7em;
    font-weight: bold;
    background-color: #ffffff;
    border-color: Black;
}

textarea
{
    font-size: 0.7em;
    background-color: White;
    border-color: Black;
}

/*****************************************************
Menu Controls
*****************************************************/
A.linkMenuSink
{
    font-size: 0.7em;
    position: relative;
}

TD.popupMenuSink
{
    position: relative;
}

DIV.popupMenu
{
    border: 1px solid blue;
}

DIV.popupTitle
{
    color: white;
    font-weight: bold;
    background-color: #4455AA;
}

DIV.popupItem
{
    font-size: 0.8em;
    font-weight: bold;
    background-color: #DDEEFF;
}

/*****************************************************
Search Box

Where is the Search box class?

*****************************************************/


/*****************************************************
Edit Profile
*****************************************************/

td.editProfLabel
{
    margin: 0;
    padding: 0;
    color: #ffffff;
    width: 175px;
    text-align: right;
    vertical-align: top;
}

td.editProfValue
{
    margin: 0 ;
    padding: 0 10px 0 10px;
    color: #ffffff;
    text-align: left;
    vertical-align: top;
}

.editProfInput
{
    margin: 0;
    padding: 0;
    color: #000000;
    width: 300px;
    text-align: left;
    border: solid 0 black;
}

td.editProfAlert
{
    margin: 0;
    padding: 0;
    color: #ff0000;
    text-align: left;
    vertical-align: top;

}