/* Font */
body
{
    font-weight: normal;
    font-family: verdana,arial,sans-serif;
    color: #333333;
    text-decoration: none;
}

.smallboldlabel
{
    font-weight: bold;
    font-size: small;
}
.bigboldlabel
{
    font-weight: bold;
    font-size: normal;
}
.odd
{
    background-color: white;
}
.even
{
    background-color: #cccccc;
}

/* Forms */
.FormSubHeader
{
    color: black;
    font-size: 9pt;
    font-weight: bold;
    background-color: White;
    font-style: italic;
}
.FormBackground
{
    background-color: #dbe2ea;
    font-size: 9pt;
    font-weight: bold;
}
/* Grids */
.GridHeader
{
    background-color: #B0C4DE;
    color: black;
    font-size: 10pt;
    font-weight: bold;
}
.GridRowStyle
{
    background-color: #dbe2ea;
}
.GridAltRowStyle
{
    background-color: white;
}

.SpecHeader
{
    background-color: #B0C4DE;
    color: black;
    font-size: 10pt;
    font-weight: bold;
    border-collapse: collapse;
}
.SpecRowStyle
{
    background-color: #dbe2ea;
    font-size: xx-small;
}
.SpecAltRowStyle
{
    background-color: white;
    font-size: xx-small;
}
.SpecHyperLink
{
    text-align: center;
}

/* Menu Control Styles */

.MenuStyle
{
    background-color: #f5f5f5;
    border-width: 0px;
    border-style: solid;
    border-bottom-color: black;
    border-top-color: gray;
    border-left-color: gray;
    border-right-color: black;
}
.MenuItem
{
    background-color: #f5f5f5;
    border-width: 0px;
    border-color: #3F3F3F;
    border-left-color: #8A99BA;
    border-top-color: #8A99BA;
    border-right-color: black;
    border-bottom-color: black;
    border-style: solid;
    color: black;
    font-family: verdana;
    font-size: 8pt;
    height: 20px;
}
.MouseOver
{
    background-color: #CCCCCC;
    border-width: 0px;
    border-color: #3F3F3F;
    border-left-color: #8A99BA;
    border-top-color: #8A99BA;
    border-right-color: black;
    border-bottom-color: black;
    border-style: ridge;
    cursor: pointer;
    cursor: hand;
    color: #CC0000;
}
.DynMenuItem
{
    background-color: #CCCCCC;
    border-width: 0px;
    border-color: #3F3F3F;
    border-left-color: #8A99BA;
    border-top-color: #8A99BA;
    border-right-color: black;
    border-bottom-color: black;
    border-style: solid;
    color: black;
    font-family: verdana;
    font-size: 8pt;
    padding-left: 2px;
    height: 20px;
    width: 200px;
}

.DynMouseOver
{
    background-color: #CCCCCC;
    border-width: 0px;
    border-color: #3F3F3F;
    border-left-color: #8A99BA;
    border-top-color: #8A99BA;
    border-right-color: black;
    border-bottom-color: black;
    border-style: ridge;
    cursor: pointer;
    cursor: hand;
    color: #CC0000;
}

