﻿Body
{
    margin: 0 0 0 0;
    background-color: #000000;    
    font: 8pt/14pt verdana, arial, helvetica, sans;
}

.MainBody
{
    color: #000000;
    background: #FFFFFF;
    margin: 0px;
}

td img
{
    display: block;
}

.MainBody a
{
    color: Blue;
}

.SectionHeader
{
    font: 10pt/14pt verdana, arial, helvetica, sans;
    font-weight: bold;
    width: 100%;
    background-color: #DDDDDD;
}

.Required
{
    color: #FF0000;
}

.GridViewHeader
{
    background-color: #C0C0FF;
    vertical-align: top;
    text-align: left;
}

.GridViewAlternatingRow
{
    background-color: #E6E6FA;
    border-color: White;
}

div#container
{
    background: #DDDDDD;
    text-align: left;
    font: 10pt/14pt verdana, arial, helvetica, sans;
    font-weight: bold;
}

.rtop, .rbottom
{
    display: block;
    background: #FFF;
}
.rtop *, .rbottom *
{
    display: block;
    height: 1px;
    overflow: hidden;
    background: #DDDDDD;
}
.r1
{
    margin: 0 5px;
}
.r2
{
    margin: 0 3px;
}
.r3
{
    margin: 0 2px;
}
.r4
{
    margin: 0 1px;
    height: 2px;
}

/* NAVIGATION */

#dropmenudiv
{
    position: absolute;
    border: 0px;
    border-bottom-width: 0;
    font: normal 11px Verdana;
    color: white;
    line-height: 18px;
    z-index: 100;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#dropmenudiv a
{
    width: 100%;
    display: block;
    color: white;
    border: none;
    padding: 0px;
    text-decoration: none;
}

#dropmenudiv a:hover
{
    background-color: #2281B6;
}

