body
{
    margin: 0 auto;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.footerTable
{
    font-size: 11px;
    font-family: Verdana;
    width: 100%;
    height: 10px;
    background-color: #7EA6CE;
}

.tableUserHyperlink
{
    text-decoration: none;
}

.mapTitle
{
    font-weight: bold;
    font-family: Arial;
    color: #034281;
}

.button
{
    font-family: Arial;
    font-size: 8pt;
}

.label
{
    font-family: Arial;
    font-size: 8pt;
}

.dropDownList
{
    font-family: Arial;
    font-size: 8pt;
}

.checkBoxDropDownList
{
    font-family: Arial;
    font-size: 8pt;
}

.radioButtonList
{
    font-family: Arial;
    font-size: 8pt;
}

.listBox
{
    font-family: Arial;
    font-size: 8pt;
}

.textBox
{
    font-family: Arial;
    font-size: 8pt;
}

.gridView
{
    font-family: Arial;
    font-size: 8pt;
}

.Title
{
    font-family: Arial;
    font-weight: bold;
    font-size: 13pt;
}
.RegText
{
    font-family: Arial;
    font-size: 8pt;
}
.InfoText
{
    background-color: #BFDFF9;
    color: #666666;
    font-family: Arial;
    font-size: 8pt;
    padding: 3px;
}

.spacer
{
    height: 5px;
}

.tabMenu
{
    margin-left: 2px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.tabButtonActive
{
    background-color: #BFDFF9;
    color: #666666;
    padding: 3px 0;
    font: bold 12px Verdana;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BFDFF9;
    padding-right: 5px;
}

.tabButton
{
    background-color: #BBC4CB;
    color: #666666;
    padding: 3px 0;
    font: bold 12px Verdana;
    border-bottom: 1px solid #BFDFF9;
    padding-right: 5px;
}

.tabContainer
{
    border: 2px solid #BFDFF9;
}

ul
{
    position: relative; 
    left: -15px;
}
