html { height: auto; }

body
{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-y;
    font-family: arial, helvetica, verdana, sans-serif;
}

body.main { background-color: #446688; }

a { text-decoration: none }

a:hover { text-decoration: underline }

a.reportHeader
{
    color: blue;
    text-decoration: none;
}

a.reportHeader:hover { color: purple; }

p.headerText
{
    color: white;
    background: transparent;
}

div.arrow
{
    height: 24px;
    width: 24px;
    background: transparent url("../images/arrow.gif") no-repeat;
    float: right;
}

div.map
{
    z-index: 0;
    position: relative;
    height: 450px;
    width: 100%;
}

div.layoutContent
{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 2px;
    border: 0px none white;
}

div.topContent
{
    width: 100%;
    float: left;
    border: 0px none white;
}

div.leftContent
{
    width: 35%;
    float: left;
    border: 0px none white;
}

div.bottomContent
{
    height: 50%;
    width: 100%;
    float: left;
    border: 0px none white;
}

div.rightContent
{
    position: relative;
    border: 1px solid silver;
}

div.loading
{
    z-index: 2;
    position: absolute;
}

div.modal
{
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    background-color: #333333;
    z-index: 9999;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
}

div.popUpHelp
{
    width: 200px;
    z-index: 999;
    position: absolute;
    background-color: #ffffe1;
    padding: 2px;
    border: 1px solid black;
}

div.popUpTooltip
{
    z-index: 999;
    position: absolute;
    background-color: #ffffe1;
    padding: 2px;
    border: 1px solid black;
}

div.popUpTitle
{
    height: 20px;
    font-weight: bold;
    background-color: #446688;
    color: #ffffff;
}

div.popUpContent
{
    text-align: center;
    padding: 5px;
}

div.popUpDefault
{
    z-index: 10001;
    position: absolute;
    border: 1px solid black;
}

div.popUpDefaultModal
{
    z-index: 11000;
    position: absolute;
    border: 1px solid black;
}

div.popUpMeasure
{
    position: absolute;
    background-color: #ffffe1;
    padding: 2px;
    border: 1px solid black;
}

div.popUpMyMaps
{
    width: 500px;
    background-color: #f5f5f5;
}

div.popUpFilter
{
    width: 460px;
    background-color: #f5f5f5;
}

div.popUpMapit
{
    padding: 5px;
    background-color: #f5f5f5;
}

div.popUpLogin
{
    width: 350px;
    padding: 5px;
    background-color: #f5f5f5;
}

div.popUpRegister
{
    width: 450px;
    padding: 5px;
    background-color: #f5f5f5;
}

div.popUpForgotMsg
{
    height: 60px;
    width: 400px;
    padding: 5px;
    background-color: #ffffe1;
    z-index: 22000;
}

div.popUpLoginLogoutMsg
{
    height: 25px;
    width: 280px;
    padding: 5px;
    background-color: #ffffe1;
}

div.popUpPrintOptions
{
    width: 450px;
    background-color: #f5f5f5;
}

div.popUpDisclaimer
{
    width: 550px;
    max-height: 600px;
    background-color: #f5f5f5;
    overflow: auto;
}

div.popUpGetFeatureInfoWindow
{
    background-color: #ffffe1;
    padding: 2px;
}

div.popUpPlaceNameResults
{
    width: 450px;
    background: #ffffe1;
    padding: 3px;
}

div.placeNameResultsContents
{
    height: 200px;
    width: 96%;
    float: left;
    overflow: auto;
}

div.topbarHeading
{
    width: auto;
    position: relative;
    padding: 2px;
    margin-right: 50px;
    background-color: #f0f0f0;
    border: 1px solid silver;
    display: block;
    cursor: default;
}

div.slider { padding-bottom: 2px; }

div.sliderHeading
{
    width: 100%;
    position: relative;
    padding: 2px;
    /*margin-right: 2px;*/
    background-color: #f0f0f0;
    border: 1px solid silver;
    display: block;
    cursor: default;
}

div.sliderHeadingText
{
    width: 80%;
    float: left;
    text-align: left;
    cursor: pointer;
}

div.sliderContent
{
    width: 100%;
    position: relative;
    /*margin-right: 2px;*/
    padding: 2px;
    text-align: left;
    vertical-align: top;
    border: 0px none white;
}

div.clear
{
    height: 0px;
    clear: both;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0px;
}

table.details { width: 100%; }

table.placeNameResults { width: 96%; }

img.sliderHelp
{
    width: auto;
    float: right;
    vertical-align: middle;
    margin-top: 0.5%;
}

img.button:hover { border: 1px solid silver; }

th
{
    font-weight: bold;
    background-color: silver;
}

tr.tempSelected
{
    color: blue;
    font-weight: bold;
}

tr.selected, a.selected
{
    color: purple;
    font-weight: bold;
}

.refreshButton
{
    height: 24px;
    width: 24px;
    background: transparent url("../images/refresh_small.gif") no-repeat;
    float: right;
    border: 1px solid white;
    clear: both;
}

.refreshButton:hover { border: 1px solid blue; }

.defaultMapWidth { width: 63.5%; }

.resizeMapWidth { width: 99.5%; }

.hiearchyRow { color: black; }

.hiearchyRow:hover { color: white; }

.enabledText
{
    color: black!important;
    font-style: normal!important;
}

.disabledText
{
    color: gray;
    font-style: italic;
}

.close
{
    vertical-align: middle;
    text-align: right;
    border: 0px none white;
}

.sliderIcon
{
    width: 11px;
    height: 11px;
    margin-top: 3px;
    margin-right: 4px;
}

.sliderClose { background: transparent url('../images/close.gif') no-repeat; }

.sliderOpen { background: transparent url('../images/open.gif') no-repeat; }

.alignLeftTop
{
    text-align: left;
    vertical-align: top;
}

.button
{
    min-width: 60px;
    padding: 0px 4px 0px 4px;
    overflow: visible;
}

.messageBox
{
    padding: 3px 15px 3px 10px;
    font-weight: bold;
    background-color: #fad163;
}

.panel
{
    height: 36px;
    width: 100%;
    position: absolute;
    background: transparent url("../images/fade.gif") repeat;
    z-index: 1;
}

.olControlPanZoomBar { top: 50px; }

.toolbarControls
{
    height: 28px;
    width: 28px;
    top: 3px;
    float: left;
    position: relative;
    border: 1px dashed white;
}

.toolbarControlsOnFocus { border: 1px solid blue; }

.toolbarControls:hover { border: 1px solid blue; }

.toolbarControlsActive
{
    height: 28px;
    width: 28px;
    top: 3px;
    float: left;
    position: relative;
    border: 1px solid red;
}

.toolbarControlsActive:hover { border: 1px solid red; }

.toolbarSpacer
{
    height: 28px;
    width: 5px;
    top: 3px;
    position: relative;
}

.toolMapit { background: transparent url("../images/mapit.gif") no-repeat; }

.toolRefresh { background: transparent url("../images/refresh_big.gif") no-repeat; }
.toolRefresh:hover { border: 1px solid blue; }

.toolPrint { background: transparent url("../images/printer.gif") no-repeat; }
.toolPrint:hover { border: 1px solid blue; }

.toolSaveMap { background: transparent url("../images/save_small.gif") no-repeat; }
.toolSaveMap:hover { border: 1px solid blue; }

.toolSearchCatalog { background: transparent url("../images/catalog.gif") no-repeat; }
.toolSearchCatalog:hover { border: 1px solid blue; }

.toolResetMap { background: transparent url("../images/map_reset.gif") no-repeat; }
.toolResetMap:hover { border: 1px solid blue; }

.toolHideShowSidebar { background: transparent url("../images/hide_sidebar.gif") no-repeat; }
.toolHideShowSidebar:hover { border: 1px solid blue; }

.toolNavigationHistory:hover { border: 1px solid blue; }

.printable, .printNone
{
    width: auto;
    float: left;
    display: none;
}

@media print
{
    .displayOnly, .printNone, .tooltip, .sliderHelp, .popUpDefault, .popUpDefaultModal, .olControlPanZoomBar, .olControlOverviewMap { display: none; }

    .layoutContent { height: 100%; margin-top: 20px; }

    .printable, .fip, .cwm
    {
        width: auto;
        float: left;
        display: block;
    }

    .printFullMapWidth { width: 100%!important; }

    .printPartialMapWidth { width: 64.5%!important; }

    #divMapContent, #divMap { border: 0px solid black; }
}
