
/*****************************************************
Table Header and cell definitions
*****************************************************/
th
{
    background-image: url(forumHeaderBackground.gif);
    background-color: #336655
}

td.forumHeaderBackgroundAlternate
{
    background-image: url(../images/forumHeaderBackgroundAlternate.gif);
    background-color: #EBEDF6;
    COLOR: #000000;
    FONT-SIZE: 8pt;

}



/*****************************************************
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;
}

/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    border: 1px #013DA4 solid;
    background-color: #FFFFFF;
}

/*****************************************************
Main forum colors
*****************************************************/
td.forumRow
{
    background-color: #C0C0C0;
}






div.normalTextSmall
{
    font-size : 0.7em;
}


