﻿.CMSbody
{
    background-color: #4c4c4c;
    font-family: Arial;
    font-size: small;
    color: White;
}

body
{
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 8pt;
    font-family: Verdana;
    background-color: #024080;
}

table
{
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 8pt;
    font-family: Verdana;
}


.Test
{
    background-color: #f6d64f;
    border-right: white 5px solid;
    border-top: white 5px solid;
    border-left: white 5px solid;
    border-bottom: white 5px solid;
}



a
{
    font-family: Verdana;
    color: Black;
    font-size: 8pt;
}

a:hover
{
    text-decoration: underline;
}

div
{
    font-family: Verdana;
    font-size: 8pt;
    color: black;
}

.CMSTop
{
    background-color: #f6d64f;
    color: Black;
    border-right: white 5px solid;
    border-top: white 5px solid;
    border-left: white 5px solid;
    border-bottom: white 5px solid;
    font-family: Arial;
    font-size: small;
}


a.menu
{
    font-size: 10pt;
    line-height: 20pt;
    margin-left: 40px;
    color: #720309;
    text-decoration: none;
}

a.menu:link
{
    color: #720309;
    text-decoration: none;
}

a.menu:visited
{
    color: #720309;
    text-decoration: none;
}

a.menu:active
{
    color: #720309;
    text-decoration: none;
}

a.menu:hover
{
    color: #720309;
    text-decoration: none;
}

td.whiteborder
{
    border: solid 2px white;
}

td.whitetop
{
    border-top: solid 2px white;
}

td.whitebottom
{
    border-bottom: solid 2px white;
}

td.whiteleft
{
    border-left: solid 2px white;
}

td.whiteright
{
    border-right: solid 2px white;
}

td.whitetopright
{
    border-top: solid 2px white;
    border-right: solid 2px white;
}


a.topItem
{
    padding-left: 10px;
    text-decoration: none;
    background-color: #003265;
    color: White;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #6D6D6D;
    display: block;
    line-height: 20px;
    width: 100%;
}

a.topItem:hover
{
    padding-left: 10px;
    color: White;
    text-decoration: none;
    background-color: #185A9E;
    border-top: 1px solid #8F9CC6;
    border-bottom: 1px solid #6D6D6D;
    display: block;
    line-height: 20px;
    width: 100%;
}


a.subItem
{
    color: Black;
    padding-left: 20px;
    text-decoration: none;
    background-color: #D2DBE6;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #6D6D6D;
    display: block;
    line-height: 20px;
    width: 100%;
}

a.subItem:hover
{
    padding-left: 20px;
    text-decoration: none;
    background-color: #ADC8E9;
    border-top: 1px solid #8F9CC6;
    border-bottom: 1px solid #6D6D6D;
    display: block;
    line-height: 20px;
    color: #000000;
    width: 100%;
}

a.loginTopItem
{
    padding-left: 10px;
    text-decoration: none;
    background-color: red;
    color: White;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #6D6D6D;
    display: block;
    line-height: 20px;
    width: 100%;
}

a.loginTopItem:hover
{
    padding-left: 10px;
    color: Black;
    text-decoration: none;
    background-color: #D1D9F3;
    border-top: 1px solid #8F9CC6;
    border-bottom: 1px solid #6D6D6D;
    display: block;
    line-height: 20px;
    width: 100%;
}


