/********************************************************************************
SPECIAL FORMATTING RULES
*********************************************************************************/
#headingbar a:link
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Verdana, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
}
#headingbar a:hover
{
    color: Yellow;
    text-decoration: none;
    font-family: Verdana, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
}
#headingbar a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Verdana, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
} 
#headingbar a:visited:hover
{
    color: Yellow;
    text-decoration: none;
    font-family: Verdana, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
}

    
loginstatus
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Verdana, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
}
.loginstatus:hover
{
    color: Yellow;
    text-decoration: none;
    font-family: Verdana, Sans-Serif;
    font-size: 15px;
    font-weight: bold; 
}
.adjustedZIndex
{
    z-index: 1;
}
    
    

/********************************************************************************
STANDARD FORMATTING RULES
*********************************************************************************/
html
{
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
}

body
{
    font-size: 10pt;
    font-family: Verdana, Verdana, Arial,  Serif;
    color: #006600; background-image: url( 'img/logotile.gif' );
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

h1
{
    font-family: Verdana, Verdana, Arial, Serif;
    font-size: 28px;
    color: #006600;
}

.createMemberTable
{
    font-size: 10pt;
    font-family: Verdana, Verdana, Arial, Serif;
    color: Black;
    background-color: #CCFFCC;
}

.mainHeader
{
    font-family: Verdana, Verdana, Arial, Serif;
    font-size: 16px;
}

.headerTable
{
    color: White;
    font-size: 0.9em;
    font-weight: bold;
    background-color: #5D7B9D;
    text-align: center;
}

table.createMemberTable
{
    border-width: thin thin thin thin;
    border-spacing: 3px 3px;
    border-style: groove groove groove groove;
    border-color: gray gray gray gray;
    border-collapse: separate;
}
table.createMemberTable th
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    border-style: groove groove groove groove;
    border-color: gray gray gray gray;
}
table.createMemberTable td
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    border-style: groove groove groove groove;
    border-color: gray gray gray gray;
    
}


input.btn
{
    color: #284775;
    background-color: #FFFBFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: Solid;
    cursor: pointer;
    font-family: Verdana;
}

.contentTable
{
    padding-left: 25px;
    padding-top: 20px;
    height: 100%;
}

