body
{
    background-color:#99B3CC;
     margin: 4px 0 4px 4px;
    font: 8pt Arial, Helvetica, Verdana, Georgia, sans-serif;
    font-weight: normal;
     color:#373737;
}
#modalTable
{
    border: 1px solid #acacad;
    margin-left: 5px;
    display: none;
    position: absolute;
    z-index: 10001;
    width: 700px;
    height: 520px;
}
#modalTable td
{
    background-color: #5179A2;
    text-align: center;
}
#modalDiv
{
    display: none;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #000000;
    border: 2px solid #000000;
}
#modalHolder
{
    width: 700px;
    height: 520px;
}
#wrapper
{
    width: 700px;
}
#map
{
    width: 700px;
    height: 480px;
    /*float: left;*/
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
}
#myControl
{
    background-color: #ffffff;
    padding: 1px 2px 1px 2px;
    margin:2px 0 0 0;
    float: left;
    width: 160px;
    height: 16px;
    border-top: 1px solid #373737;
    border-right: 1px solid #373737;
    border-bottom: 1px solid #373737;
    border-left: 1px solid #373737;
    text-align: center;
    white-space:nowrap;
}
#message
{
    margin-top:4px;
    position:relative;
    width: 240px;
    float: right;
}
#modalTitle
{
    padding: 3px 0px 3px 0px;
    font-weight: bold;
    font-family: Arial;
    font-size: 8.75pt;
    color: #FFFFFF;
}
#pano
{
    width: 700px;
    height: 240px;
}
.submitBoxMap
{
    font: 12px Arial, Helvetica, Verdana, Georgia, sans-serif;
    font-weight: bold;
    border: 1px #006699 solid;
    width: 14px;
    height: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    background-color: #6D92B6;
    color: #FFFFFF;
     cursor:hand;
    /*
    vertical-align: super;text-align: left;*/
}
.tooltip
{
    background-color: #ffffff;
    font: 12px Arial, Helvetica, Verdana, Georgia, sans-serif;
    border: 1px #006699 solid;
    white-space: nowrap;
    text-align: center;
    padding: 0 6px 0 4px;
}

.markerTooltip, .markerLabel
{
    color: black;
    background-color: white;
    margin: 0;
    border: 1px solid #979797;
    padding: 2px 2px;
}

.style1
{
    background-color: #ffffff;
    font: 8pt Arial, Helvetica, Verdana, Georgia, sans-serif;
    font-weight: normal;
    border: 1px #006699 solid;
    padding: 0 2px 0 2px;
    white-space: nowrap;
}
.style2
{
    background-color: #ececec;
    font: 8pt Arial, Helvetica, Verdana, Georgia, sans-serif;
    font-weight: normal;
    border: 1px #006699 solid;
    padding: 0 2px 0 2px;
    white-space: nowrap;
}
