﻿
body {
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-family: Sans-Serif;
}

#status {
    display: none !important;
}

#header {
    position: inherit;
    background: none;
    box-shadow: none;
}

#testing, #searchSite {
    display: none !important;
}

.headerTitles {
    position: inherit;
    height: auto;
    margin: 0;
}

    .headerTitles h1, .headerTitles h2 {
        color: black;
        margin: 0;
    }

    .headerTitles .logo {
        margin: 0;
        margin-right: 10px;
        height: 60px;
    }

#mapLegend, #mapMeasure, #mousePos, #mapGeocode, .olControlPanZoom, .olControlMousePosition, .olControlNoSelect, .olLayerGoogleCopyright {
    display: none !important;
}

#titleBar {
    position: inherit;
    box-shadow: none;
    margin-bottom: 14px;
}

.sidebar {
    display: none;
}
.panel {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-top: 1px solid black;
    margin-top: 14px;
}

    .panel > h2 {
        background-color: transparent;
        color: black;
        font-weight: bold;
        padding: 0 !important;
        margin: 0 !important;
    }

    .panel > .anchor + h2 {
        margin: 0;
    }

div.context {
    position: inherit;
    margin-top: 21px !important;
}

    div.context > div.left, div.context > div.right {
        position: inherit;
        width: 100%;
    }

#contentArea {
    position: inherit;
    padding: 0;
    overflow: inherit;
}

    #contentArea.hasSidebar {
        left: 0;
    }

        #contentArea.hasSidebar > .context {
            left: 0;
        }


#navSite {
    display: none;
}

.listing-tools {
    display: none;
}

#headingHolder {
    float: none;
    max-width: 100%;
    background-color: transparent;
    padding: 0;
}

    #headingHolder > h2 {
        color: black;
    }

    #headingHolder img {
        display: none;
    }

#toolsMenu, #displayMenu {
    display: none;
}

span.relateLink + a {
    display: none;
}

.relateLink {
    border: 0;
    background-color: transparent;
}

    .relateLink a.fancybox {
        display: none;
    }

div.prompt img {
    display: none;
}

.panel h2 a, h2 img {
    display: none;
}

.panel h2 .listing-info {
    color: black;
}

#headingLabel {
    font-size: 1.5em;
}

.question {
    padding: 0;
}

.prompt {
    font-weight: bold;
    color: Black;
}

div.options {
    display: none;
}

div.overflow {
    display: inline;
}

table {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

    table td, table th {
        border-top: 1px solid black !important;
        border-right: 1px solid black !important;
        background-image: none !important;
    }

    table td.tools, table th.tools {
        display: none;
    }

.table-overflow {
    background: none !important;
    overflow: initial !important;
}

    .table-overflow table {
        background: none !important;
    }

span.units {
    color: black;
}

.reportLink {
    display: none;
}

button {
    display: none;
}

.dataTables_length, .dataTables_filter, .dataTables_paginate, .dataTables_info {
    display: none;
}

body {
    padding: 0.5em;
}

.hidden-print {
    display: none;
}
