
/*****************************************************
General Anchor
*****************************************************/
a.linkSmallBold, a.linkMenuSink
{
    font-weight: bold;
}

a.linkSmall, a.LinkSmallBold, a.linkMenuSink
{
    color: #366AC0;
    font-size: 0.7em;
}


a.linkSmallBold:visited, a.linkMenuSink:visited
{
    color: #404040;
}

a.linkSmallBold:Hover, a.linkMenuSink:Hover
{
    color: #FF6600;
}
a, a:Hover, a:Visited
{
	color:#366AC0;
}

/*****************************************************
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: #404040;
}

.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold:Visited, a.moderatorOnlineLinkBold:Hover, a.moderatorOnlineLinkBold:Link
{
    font-weight: bold;
    color: #366AC0;
}

.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Hover, a.adminOnlineLinkBold:Link
{
    font-weight: bold;
    color: #366AC0;
}

/*****************************************************
Text and anchors used in the navigation menu
*****************************************************/
.menuTitle
{
    font-weight: bold;
    font-size: 18px; 
    font-family: Arial, Helvetica, sans-serif;
    color: #366AC0;
}

.menuText
{
    font-size: 0.6em;
    font-weight: bold;
    color: #FFFFFF;
}

a.menuTextLink:visited, a.menuTextLink:link
{
    font-size: 10px;
	font-family: Arial;
    text-decoration: none; 
    color: #366AC0;
}

a.menuTextLink:Hover
{
    color: #000000;
}


/*****************************************************
Text and anchors used in the search
*****************************************************/
.searchPager
{
    font-size : 0.7em;
    font-weight: bold;
}

.searchItem
{
    background-color: #FCA886; 
}

.searchAlternatingItem
{
    background-color: #FFFFFF;
}


/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing
{
    height: 2px;
    background-color: #80B7FF;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
th
{
    background-color: #366AC0;
}
th.InerPage
{
    background-color: #FFFFFF;
}
td.forumHeaderBackgroundAlternate
{
    background-color: #FFFFFF;
}

/*****************************************************
Body
*****************************************************/
body 
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Helvetica, Arial, sans-serif;
    background-color: #FFFFFF; 
/*    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-weight: bold;
    font-size : 0.7em;
}

/*****************************************************
General Text
*****************************************************/
.normalTextSmall 
{ 
    font-size : 9pt;
}

.normalTextSmallBold
{ 
    font-size : 9pt;
    font-weight: bold;
}

.normalTextSmaller
{
    font-size: 8pt;
}

.normalTextSmall, .normalTextSmallBold, .normalTextSmaller
{ 
    color : #636362; 
    font-family: Helvetica, sans-serif;
}

/*****************************************************
Text used on tables with a background
*****************************************************/
.tableHeaderText
{
    color: white;
    font-size: 0.7em;
    font-weight:bold;
    border-bottom: 3px #404040 solid;
}
.tableHeaderTextTacka
{
    color: white;
    font-size: 0.7em;
    font-weight:bold;
    border-bottom: 3px #000000 solid;
}
.tableHeaderTextInner
{
    color: white;
    font-size: 9pt;
    color: #636362;
    font-weight:bold;
	font-family: Arial;   
	background-color: #FFFFFF;
}
/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    border-bottom: 3px #404040 solid; 
    background-color: #FFFFFF;
}
.tableBorderInner
{
    border-bottom: 3px #FFFFFF solid; 
    background-color: #FFFFFF;
}

/*****************************************************
Main forum colors
*****************************************************/
td.forumRow
{
    background-color: #FFFFFF;
    background-image: url(../images/horizontal_separator.gif);
    background-repeat: repeat-x;
	background-position: bottom;
}
td.forumRowInner
{
    background-color: #FFFFFF;
}
td.forumAlternate
{
    background-color: #eeeeee;
    background-image: url(../images/horizontal_separator.gif);
    background-repeat: repeat-x;
	background-position: bottom;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #DDDDDD;
}

.threadDetailTextSmall
{
    color: #0055E7;
    font-size: 0.7em;
}

.threadDetailTextSmallBold
{
    color: #0055E7;
    font-size: 0.7em;
    font-weight: bold;
}

td.forumRowHighlight
{
    background-color: #eeeeee;
    background-image: url(../images/horizontal_separator.gif);
    background-repeat: repeat-x;
	background-position: bottom;
}

/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
.forumTitle
{
    font-size: 0.8em;
    font-weight: bold;
    font-family: Helvetica;
    color: #DD6900;
}


a.forumTitle:visited, a.forumTitle:link
{
    font-size: 0.8em;
    font-weight: bold;
    color: #000000;
}

a.forumTitle:hover
{
    color: #000000;
}

.forumName
{
    font-weight: bold;
    font-size: 16px; 
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none; 
    color: #636363;
}

a.forumName:hover
{
    color: #DD6900;
    text-decoration: underline;
}


/*****************************************************
Form Elements
*****************************************************/

.inItem
{
	border:1px solid #366AC0;
	padding: 1px
}

select
{
    font-family: Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight:bold;
    background-color: #ffffff;
    border:1px solid #FF6600;
}

textarea
{
    font-family: Helvetica, sans-serif;
    font-size: 0.7em;
    background-color: White;
    border-color: Black;
    border:1px solid #FF6600;
}

/*****************************************************
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 #000000;
}

DIV.popupTitle
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    background-color: #404040;
}

DIV.popupItem
{
    font-size: 0.8em;
    font-weight: bold;
	padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #eeeeee;
}

.LeftColumn {background:#F3F3F3}