﻿body
{
    background-color: Transparent;
}

.TopHeader
{
    width: 100%;
    background-color: #F8F7EE;
    height: 20px;
    /*border-bottom: solid 2px #4B663B;*/
    border-top: solid 0px black;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: right;
}

.TopSpacer
{
    position: relative;
    float: left;
    height: 20px;
    width: 100%;
    text-align: right;
}

.TopLinkDiv
{
    position: absolute;
    top: 0px;
    right: 30px;
    padding: 3px;
    height: 14px;
}

.UploadHeader
{
    font-family: Comic Sans MS;
    font-size: large;
    font-weight: bold;
    text-align: center;
    width: 310px;
    background-color: #DBDEBF; /*#CEE0F3;*/
    border: solid 1px gray;
    position: relative;
    float: left;
}

.LableDiv
{
    position: relative;
    float: left;
    width: 85px;
    height: 32px;
    border-left: solid 1px gray;
    text-align: left;
    vertical-align: middle;
    padding-top: 3px;
}

.OptionalDiv
{
    position: relative;
    float: left;
    width: 310px;
    height: 22px;
    border-left: solid 1px gray;
    border-right: solid 1px gray;
    text-align: left;
    color: Red;
    vertical-align: middle;
    padding-top: 3px;
}

.InstructionsBox
{
    width: 400px;
    height: 400px;
    position: relative;
    float: left;
    border: solid 1px gray;
}

.InstructionsHeading
{
    font-family: Comic Sans MS;
    font-size: 16pt;
    font-weight: bold;
}

.OverallForm
{
    position: relative;
    float:left;
    width: 315px;
    background-color: #F8F7EE; /*#F5F5F5;*/
}

.FormDiv
{
    position: relative;
    float: left;
    width: 225px;
    height: 32px;
    border-right: solid 1px gray;
    padding-top: 3px;
}

.Width100
{
    width: 100%;
    /*border: solid 1px black;*/
    position: relative;
    float: left;
    text-align: right;
}

.FileBox
{
    position: absolute;
    right: 0px;
    top: 3px;
    width: 100%;
}

.FileTextBox
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 240px;
}

.GoBox
{
    position: relative;
    float: left;
    width: 307px;
    height: 32px;
    text-align: right;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
    border-left: solid 1px gray;
    padding-top: 3px;
    padding-right: 3px;
}

.MapDiv
{
    width: 100px;
    height: 80px;
    position: relative;
    float: left;
    border: solid 1px gray;
}

.MenuSpacer
{
    position: relative;
    float: left;
    width: 100%;
    height: 3px;
}

.SelectDrop
{
    width: 300px;
}

.PopupType
{
    font-family: Comic Sans MS;
    font-size: 14px;
    font-weight: bold;
    color: Black;
    position: relative;
    float: left;
    width: 95%;
    border-bottom: solid 1px black;
}

.PopupLink
{
    position: relative;
    float: left;
    width: 150px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.PopupLatLong
{
    position: relative;
    float: left;
    width: 150px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-family: Courier New;
    font-size: 12px;
}

a.Popup
{
    font-size: 12px;
    text-decoration: none;
}

a.Popup:hover
{
    font-size: 12px;
    text-decoration: underline;
}

a.Popup:visited
{
    font-size: 12px;
}

a.HeaderLinks
{
    font-size: 12px;
    font-family: Comic Sans MS;
    text-decoration: none;
}

a.HeaderLinks:hover
{
    font-size: 12px;
    font-family: Comic Sans MS;
    text-decoration: underline;
}



/******************************** Slants ******************************************************/

.Borders
{
    border-style: solid;
    height: 0px;
    width: 0px;
    line-height: 0px;
    padding: 0px;
}

.LowerBorder
{
    position: absolute;
    top: 20px;
    left: 320px;
    z-index: 5;
}

.LowerBorderContent
{
    width: 311px;
    background-color: #F8F7EE;
    height: 30px;
    /*border-bottom: solid 2px #4B663B;*/
    border-top: solid 0px black;
    z-index: 7;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 5px;
    font-family: Comic Sans MS;
    font-size: 20px;
    font-weight: bold;
}

.LowerBorderLine
{
    position: absolute;
    top: 22px;
    left: 321px;
    z-index: 3;
}

.SlantLeft
{
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-right-width: 20px;
    border-left-width: 20px;
    border-top-color: #CEE0F3;
    border-bottom-color: White;
    border-right-color: #CEE0F3;
    border-left-color: White;
}

.SlantRight
{
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
    border-top-color: #F8F7EE;
    border-bottom-color:  white;
    border-right-color: white;
    border-left-color: #F8F7EE;
}

.SlantRightLine
{
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
    border-top-color: #4B663B;
    border-bottom-color: white;
    border-right-color: white;
    border-left-color: #4B663B;
}