﻿body
{
    background-color: #FFF;
}

.esriGeocoderContainer
{
    width: 100% !important;
    z-index: 100 !important;
}

/*#AddressMap {
    height: 300px;
    margin: 0;
    padding: 0;
}*/

#AddressMapHomeButton
{
    position: absolute;
    top: 90px;
    left: 20px;
    z-index: 50;
}

#MapHomeButton
{
    position: absolute;
    top: 90px;
    left: 20px;
    z-index: 50;
}

.banner h1, .banner h2
{
    margin-bottom: 0;
    margin-top: 0;
    color: White;
    padding-right: 10px;
}

.contentPopup
{
    color: #707070;
    float: left;
    font-size: 10pt;
    overflow: hidden;
    width: 934px;
    margin: 0px;
    padding: 10px 15px 0px 5px;
}

.contentPopup table
{
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.contentPopup p
{
    line-height: 1.3em;
    margin: 0em 0px 1.3em 0px;
}

.contentPopup input.text
{
    width: 365px;
    background-color: #E0E0E0;
    border: 1px solid #759bb2;
    font-family: Arial;
    margin-bottom: 10px;
}

.buttonFooter
{
    clear: both;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.buttonFooter input, .messageButtonFooter input
{
    width: 125px;
    font: Arial;
    font-size: 100%;
}

.buttonFooter input.buttonEnabled
{
    color: Black;
}

.searchHeader
{
    clear: both;
    text-align: center;
    padding: 5px;
}

.mappingControl
{
    width: 100%;
    background-color: White;
}

.mapContainer
{
    width: 550px;
    height: 400px;
    margin: 2px 0px 2px 0px;
    border: solid 2px #666;
    background-color: #E5FFFF;
}

.doubleColumnTable tr td
{
    text-align:left;
    vertical-align: top;
}

.esriAttribution
{
    max-width: 100% !important;
}

.withPanArrows
{
    right: 5px !important;
}

/* navigation buttons off of the bottom */

.panDown, .panLowerRight, .panLowerLeft
{
    bottom: 20px !important;
}

/* address selection + popup */

#dialog, #messageDialog
{
    position: fixed;
    border: 2px solid #3366CC;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 5px;
    font-size: 10pt;
    z-index: 200;
}

#dialogText, #messageDialogText
{
    text-align: center;
    padding: 10px;
}

.messageButtonFooter
{
    text-align: center;
}

#overlay
{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#mainNav2
{
    margin-top: 0px;
    width: 100%;
}

.esriAttributionLastItem
{
    display: none !important;/**/
}

.customFooter
{
    font-size: 8pt;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 12px;
}

.esriGeocoder, .simpleGeocoder, .esriGeocoderResults, .esriGeocoderMenu
{
    width: 550px !important;
}

.esriGeocoder input
{
    width: 490px !important;
}

.addressStep td
{
    padding: 0px;
    margin: 0px;
}

.addressStep p, .textFooter p
{
    padding: 0px 10px 0px 5px;
}

.layersDiv, .container, .map, .mapContainer
{
    cursor: crosshair;
}