﻿.titleDiv
{
    font-family: Comic Sans MS;
    font-size: 18pt;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

.hiddenTag
{
    display: none;
    height: 0px;
    width: 0px;
    visibility: hidden;
}

.formDiv
{
    position: relative;
    float: left;
    width: 100%;
}

.border1px
{
    border: solid 1px black;
}

.text8pt
{
    font-size: 8pt;
}

.userInfoDiv
{
    position: relative;
    float: left;
    width: 100%;
    background-color: #B1BEAA;
    font-family: Comic Sans MS;
}

.userLinksSmallDiv
{
    position: relative;
    float: left;
    width: 32.6%;
    font-family: Comic Sans MS;
    font-size: 10pt;
    text-align: left;
    padding-left: 2px;
}

.userLinksSmallCenterDiv
{
    position: relative;
    float: left;
    width: 32.6%;
    font-family: Comic Sans MS;
    font-size: 10pt;
    text-align: center;
}

.userLinksSmallRightDiv
{
    position: relative;
    float: right;
    width: 32.6%;
    font-family: Comic Sans MS;
    font-size: 10pt;
    text-align: right;
    padding-right: 2px;
}

.userButtonRightDiv
{
    position: relative;
    float: right;
    width: 49%;
    text-align: center;
}

.userButtonLeftDiv
{
    position: relative;
    float: left;
    width: 49%;
    text-align: center;
}

.userInfoLabelDiv
{
    position: relative;
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 3px;
}

.userInfoFieldDiv
{
    position: relative;
    float: left;
    width: 70%;
    text-align: left;
    padding-left: 3px;
}

.div33
{
    position: relative;
    float: left;
    width: 33.3%;
}

.mapNamesDiv
{
    position: relative;
    float: left;
    width: 725px;
}

.height430
{
    height: 430px;
}

.hiddenTag
{
    display: none;
}

.mapDiv
{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.mapSupportDiv
{
    position: relative;
    float: left;
    width: 725px;
}

.loginNameDiv
{
    position: relative;
    float: right;
    font-family: Comic Sans MS;
    font-size: 10pt;
}

.lableDiv
{
    font-family: Comic Sans MS;
    font-size: 12pt;
    text-align: right;
    position: relative;
    float: left;
}

.dropDiv
{
    position:relative;
    float: left;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.lableSpan
{
    font-family: Comic Sans MS;
    font-size: 12pt;
    text-align: right;
    vertical-align: top;
}

.userFormStyle
{
    font-family: Comic Sans MS;
    font-size: 12pt;
    background-color: #B1BEAA;
    width: 100%;
}

.formLineDiv
{
    position: relative;
    float: left;
    width: 100%;
}

.spacerDiv
{
    position: relative;
    float: left;
    width: 100%;
    height: 6px;
    font-size: 3pt;
}

.alignLeft
{
    text-align: left;
}

.alignRight
{
    text-align: right;
}

.alignCenter
{
    text-align: center;
}

.BorderOutside
{
    position: relative;
    float: left;
    width: 100%;
    border: solid 5px #3D5672;
}

.BorderMiddle
{
    position: relative;
    float: left;
    width: 100%;
    border: solid 2px #899089;
}

.BorderInside
{
    position: relative;
    float: left;
    width: 100%;
    border: solid 1px #000000;
}

.loginTextBoxes
{
    width: 200px;
}

.mainBody
{
    background-color: #FFFFE5;
}

.genericDiv
{
    position: relative;
    float: left;
}

.width33
{
    width: 33%;
}

.width100
{
    width: 100%;
}

.halfWidthLeftDiv
{
    width: 49%;
    position: relative;
    float: left;
}

.halfWidthRightDiv
{
    width: 49%;
    position: relative;
    float: right;
}

.lookupLabel
{
    position: relative;
    float: left;
    width: 25%;
    padding-right: 3px;
    text-align: right;
}

.redText
{
    color: Red;
}

.greenText
{
    color: Green;
}

.instructionsVisable
{
    background-color: #CAD7DB;
    border: solid 1px black;
    width: 100%;
    top: 50px;
    padding: 3px;
    position: relative;
    float: left;
}

#instructions
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
}



a
{
    color: #3D5672;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}