table.globalblue
{
    color: black;
    background : White;
}

td.bright,
td.text
{
    color: #004A9B;
    background : #D3EBFF;
    font-size: 9pt;
}

input.text,
textarea.text,
select.text
{
    font-size: 9pt;    
}


td.headercell
{
    color: #004A9B;
    background : #EBF3F9;
    font-weight : bold;
    text-indent : 20px;
    font-size: 9pt;
}

td.note
{
    color: #004A9B;
    background : #D3EBFF;
    font-size: 9pt;
}

td.globalheaderrow
{
    background : #228AFD;
    font-weight : bold;
    text-align : center;
    color : White;
}

P.menu,
a.menu,
a:visited.menu
{
    FONT-SIZE: 8pt;
    font-family : Arial, Helvetica, sans-serif;
    text-decoration : none;
    /*font-weight : bold;*/
    color : Blue;
}

TABLE.headtable
{
    background : #FFFFFF;
}

td.navigation
{
    background : #E5F3FF;
    FONT-SIZE: 12pt;
}

/* Global Menu */
table.globalmenu
{
    background : #CDCFD4;
}


td.globalmenucell
{
    font-family : Arial, Helvetica, sans-serif;
    background : #E7E7E7;
    font-size: 8pt;
    text-align : left;
}

a.globalmenucell,
a:visited.globalmenucell,
a:hover.globalmenucell,
a:active.globalmenucell
{
    font-family : Arial, Helvetica, sans-serif;
    color : Black;
}

td.globalmenucellsep
{
    font-size: 8pt;
    background : #FBFBFB;
}


td.globalmenuhead
{
    font-family : Arial, Helvetica, sans-serif;
    background : #7FC6FF;
    font-family : Arial, Helvetica, sans-serif;
    color : #004DA1;
    text-align : left;
    font-weight : bold;
    text-indent : 16px;
}

td.copyright
{
    font-size : 9pt;
    color : Gray;
    text-align : center;
    background : White;
}

td.email,
td.adminlink
{
    font-size : 9pt;
    color : #004FA6;
    text-align : center;
    background : White;
    text-indent : 24px;
}

table.publicprofile
{
    background : #DADADC;
}

td.publicprofileheadrow
{
    background : #7FC5FF;
    color : #034BAD;
    font-weight : bold;
    text-indent : 20;
}

td.publicprofilehead
{
    background : #E9E9E9;
    color : #010101;
    font-weight : bold;
    width : 140px;
    text-indent : 20;
}

td.publicprofiletext
{
    background : #F5F5F5;
    color : #010101;
    width : 190px;
    text-indent : 16;
}

table.fav
{
    border-collapse: collapse;
}

table.fav td,th
{
    /*border: 1px solid #cdcfd4;*/
    margin: 0;
}

table.fav th
{
    color: #004da1;
    background-color: #7fc6ff;
    text-align: center;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}

table.fav td
{
    padding: 4px 5px 2px 5px;
    color: #000;
    background-color: #e7e7e7;
}

