/* Undo core.css styles */
#content {
    margin: 0;
    padding: 0;
    border: 0;
    float: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    width: 0;
    height: 0;
}

/* Undo water.css styles */
dt:hover {
    cursor: default;
    text-decoration: none;
}

/* Start HRS styles */
#main {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    min-height: 900px;
}

#ehp_main_panel h1, h2, h3, h4, div, a, p, li {
    font-family: Arial, sans-serif !important;
}

#ehp_main_panel {
    width: 960px;
    height: 285px;
    float: left;
    background-color: #F5F5F2;
    margin-bottom: 10px;
}

#product_data, #trend_summary, #product_info {
    overflow: auto;
    height: 380px;
    padding: 10px;
    background-color: #FFFFFF;
}

#product_info {
    margin-bottom: 5px;
}

#product_info p {
    margin-bottom: 10px;
}

.product_panel_content {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.panel {
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px;
    float: left;
    width: 940px;
    margin-bottom: 5px;
}
.panel p {
    margin-bottom: 10px;
}

.feature_stations {
    margin: 0 auto;
    width: 80%;
}

.feature_stations dt {
    font-weight: bold;
}

.feature_stations dd {
    line-height: 1.6em;
    margin-bottom: 10px;
}



h1 {
    font-size: 26px;
    color: #003366;
    padding-bottom: 4px;
}

#ehp_navigation {
    width: 960px;
    height: 47px;
    background-color: #F5F5F2;
    color: #1964AA;
}

#ehp_navigation li {
    float: left;
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    text-align: center;
    color: #1964AA;
}

#ehp_navigation li.selected {
    height: 45px;
    background-color: #003366;
    color: #FFFFFF;
    padding-top: 0;
}

#ehp_navigation li.home {
    background-color: #1862A7;
    padding-top: 5px;
    height: 40px;
    width: 47px;
    color: #FFFFFF;
}

#ehp_navigation li.home.selected {
    background-color: #003366;
}

#ehp_navigation li.home.selected > a {
    line-height: 1.4em;
}

#ehp_navigation li.home a:visited {
    color: #FFFFFF;
}

#ehp_navigation li.home a:link {
    color: #FFFFFF;
}

#ehp_navigation li.home img {
    height: 18px;
    width: 20px;
}

#ehp_navigation li.selected > a {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    line-height: 47px;
}

#ehp_navigation .selected .arrow-down-inner {
    width: 0;
    height: 0;
    border-left: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-top: 7px solid #003366;
    margin-left: auto;
    margin-right:auto;
    z-index: 2;
    position: relative;
    top: -10px;
    left: -7px;
}

#ehp_navigation .selected .arrow-down-outer {
    width: 0;
    height: 0;
    border-left: 9px dashed transparent;
    border-right: 9px dashed transparent;
    border-top: 9px solid #FFFFFF;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.title {
    height: 29px;
    background-color: #1862A7;
    padding-top: 10px;
    padding-left: 15px;
}

div.title h2 {
    font-size: 18px;
    color: #FFFFFF;
}

#station_selector {
    width: 260px;
    float: left;
    padding-right: 11px;
}

#station_selector > h2, label {
    margin-top: 5px;
    font-size: 14px;
    color: #003366;
}

#station_selector select {
    width: 260px;
    margin-bottom: 5px;
}

#nearby_station_selector {
    font-size: 12px;
    color: #1964AA;
}

#nearby_station_selector li {
    list-style-position: inside;
    list-style-image: url('../images/marker.png');
}

#nearby_station_selector li > a{
    cursor: pointer;
}

#station {
    width: 689px;
    float: left;
}

#map_box {
    float: left;
    width: 495px;
    height: 245px;
    position: relative;
}

#map_box a:hover, #map_box a:focus {
    color: #00ff00;
}

#ehp_map {
    width: 495px;
    height: 245px;
    color: #1964AA;
}

#ehp_map:focus {
    box-shadow: 0 0 20px
}

#ehp_map_hidden {
    text-align: center;
    display: none;
}

#ehp_map a, #ehp_map_hidden a  {
    cursor: pointer;
    font-size: 14px;
    z-index: 20000;
    color: #1964AA;
}

#hide_map {
    position: absolute;
    z-index: 10000;
    right: 0;
    background: #003366;
    color: #FFFFFF;
}

#hide_map a {
    margin: 2px;
    cursor: pointer;
}

#ehp_station_profile {
    float: right;
    width: 175px;
    height: 236px;
    margin: 5px;
    padding-left: 5px;
    background-color: #FFFFFF;
}

#ehp_station_profile h3 {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}

#ehp_station_profile dl {
    margin-bottom: 10px;
    float: left;
}

#ehp_station_profile h4 {
    font-weight: bold;
    color: #000000;
    font-size: 1.1em;
}

#ehp_station_profile dt {
    color: #000000;
    line-height: 15px;
    font-size: 11px;
    font-weight: normal;
    clear: left;
    float: left;
    width: 95px;
    border-top: 1px solid #CCCCCC;
    border-left: 0px none transparent;
    border-right: 0px none transparent;
    border-bottom: 0px none transparent;
}

#ehp_station_profile dd {
    color: #1964AA;
    font-size: 12px;
    line-height: normal;
    width: 65px;
    border-top: 1px solid #CCCCCC;
    float: left;
}

#ehp_lower_panel {
    float: left;
}

#ehp_app_navigation {
    height: 37px;
    background-color: #FFFFFF;
}

#ehp_app_navigation ul {
    float: left;
    list-style-type: none;
    list-style: none;
    height: 37px;
}

#ehp_app_navigation li {
    float: left;
    list-style: none;
    width: 133px;
    height: 35px;
    margin-top: 2px;
    margin-right: 2px;
    background-color: #D0DEE5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    text-align: center;
    box-shadow: inset 0px -3px 3px #CCC;
    cursor: pointer;
}

#ehp_app_navigation li.hover,
#ehp_app_navigation li:hover {
    height: 37px;
    margin-top: 0px;
    box-shadow: none;
}

#ehp_app_navigation li.active {
    height: 37px;
    margin-top: 0px;
    background-color: #E7EF99;
    color: #1964AA;
    box-shadow: none;
}

#ehp_app_navigation li.disabled {
    height: 35px;
    margin-top: 2px;
    background-color: #CCCCCC;
    color: #999999;
    box-shadow: none;
    pointer-events: none;
    cursor: default;
}

#ehp_app_navigation li a {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    color: #006699;
}

#ehp_app_navigation li.active a {
    color: #000000;
}

#ehp_app_navigation  a {
    display: inline-block;
}

#pills {
    margin: 2px;
    margin-left: 5px;
    height: 30px;
    padding-top: 5px;
}

#pills .active .arrow-down-inner {
    width: 0;
    height: 0;
    border-left: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-top: 7px solid #FFFFFF;
    margin-left: auto;
    margin-right:auto;
    z-index: 2;
    position: relative;
    top: -10px;
    left: -7px;
}

#pills .active .arrow-down-outer {
    width: 0;
    height: 0;
    border-left: 9px dashed transparent;
    border-right: 9px dashed transparent;
    border-top: 9px solid #E7EF99;
    margin-left: 60px;
    z-index: 1;
    position: relative;
    top: 8px;
    float: left;
}

#pills ul {
    float: left;
    list-style-type: none;
    list-style: none;
}

#pills li {
    float: left;
    list-style: none;
    width: 133px;
    height: 35px;
    background-color: #FFFFFF;
    margin-right: 2px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}

#pills li a {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    color: #1964AA;
}

#pills li.active {
    background-color: #FFFFFF;
}

#pills li.active a {
    color: #000000;
}

#pills a {
    display: inline-block;
}

#main_panel {
    padding: 4px;
    height: 400px;
}

#ehp_lower_panel {
    width: 960px;
    background-color: #E7EF99;
}

#product_options_panel label, input {
    cursor: pointer;
}

#controls label, input {
    cursor: pointer;
}

#station_facts_panel {
    padding-left: 40px;
    width: 900px
}

#station_facts_panel div {
    float: left;
    width: 300px;
}

#station_facts_panel h4 {
    font-size: 1.2em;
}

#station_facts_panel h5 {
    font-weight: bold;
    color: #000000;
}

#station_facts_panel dt {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    clear: left;
    float: left;
    width: 140px;
    border-top: 1px solid #CCCCCC;
    border-left: 0px none transparent;
    border-right: 0px none transparent;
    border-bottom: 0px none transparent;
}

#station_facts_panel dd {
    color: #1964AA;
    font-size: 12px;
    line-height: normal;
    width: 140px;
    border-top: 1px solid #CCCCCC;
    float: left;
}

#left_main_panel {
    background-color: #FFFFFF;
    float: left;
    width: 138px;
    height: 100%;
}

#left_main_panel h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

fieldset legend {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

#left_main_panel label {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

#left_main_panel select {
    width: 100%;
}

#product_options_panel {
    border: 1px solid #bbb;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 3px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#controls {
    border: 1px solid #bbb;
    margin-left: 10px;
    margin-bottom: 3px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#download_quick_links {
    width: 130px;
    margin-left: 10px;
    margin-bottom: 1px;
}

#download_quick_links button,
#download_quick_links a {
    height: 28px;
    padding: 1px;
    margin: 1px;
    cursor: pointer;
    width: 98%;
    background: #ffffff;
    border: none;
}

#download_quick_links button > span,
#download_quick_links a > span {
    display: block;
    font-size: 12px;
    text-align: left;
    border: 1px solid #777777;
    color: white;
    padding: 2px;
    margin: 2px;
    background: #063b72; /* Old browsers */
    background: -moz-linear-gradient(top,  #063b72 0%, #1862a7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#063b72), color-stop(100%,#1862a7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #063b72 0%,#1862a7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #063b72 0%,#1862a7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #063b72 0%,#1862a7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #063b72 0%,#1862a7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063b72', endColorstr='#1862a7',GradientType=0 ); /* IE6-9 */

}

#download_quick_links h2 {
    clear: right;
}

#download_quick_links a {
    display: inline-block;
    line-height: 1.457;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer,
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#stats {
    margin-left: 10px;
}

#stats dt {
    height: 14px;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    clear: left;
    float: left;
    width: 75px;
}

#stats dd {
    height: 14px;
    color: #1964AA;
    font-size: 12px;
    line-height: normal;
    width: 50px;
    float: left;
    text-align: center;
}

#ehp_map_legend {
    position: absolute;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
}

#ehp_map_legend div.legend_control  {
    position: absolute;
    right: 0;
    top: -15px;
    background-color: #036;
    color: white;
}

#ehp_map_legend div.legend_control a {
    margin: 2px;
}


#ehp_map_legend div.legend_content {
    border-top: 1px solid  #036;
    height: 69px;
    background-color: white;
    padding-left: 4px;
    padding-right: 4px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#ehp_map_legend dl.legend_item {
    float: left;
    margin-right: 10px;
    text-align: left;
    width: 80px;
}


#ehp_map_legend .legend_item dt {
    font-weight: bold;
    color: black;
    bottom: 0px;
    height: 30px;
}

#ehp_map_legend .legend_item dd {
    display: block;
    float: left;
    margin-right: 10px;
}

#ehp_map_legend .legend_item img {
    width: 25px;
    height: 15px;
    margin-top: 2px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#ehp_map_legend a {
    cursor: pointer;
}

div.image_proxy {
    width: 20px;
    height: 15px;
    background-color: yellow;
    border: 1px solid green;
}

#hide_legend a {
    margin: 2px;
}

.centered {
    text-align: center;
}

/* water.css overrides */
#breadcrumb {
    padding-left: 3px;
}

#data_download_panel li {
    list-style-image: none;
}

#data_download_panel table th + th + th {
    width: 170px;
}

#product_data .dataTableOne th {
    text-align: center;
    background: #BAD7EF;
}

#product_data .dataTableOne td {
    text-align: right;
}

#product_data .dataTableOne tr td:first-child  {
    text-align: left;
}

.dataTableOne ol, .dataTableOne ul {
    margin: 1em 3em;
}

.dataTableOne caption {
    color: white;
    background-color: #1862A7;
    padding: 2px;
}

.hidden {
    display: none;
}


/* OpenLayers CSS Overides */
.olButton:focus {
    background-color: #CC0000;
}

.offleft {
    position: absolute;
    left: -9999px;
}

.right {
    float: right
}

.auxtext {
    color: #555555;
    padding-top: 1.0em;
    font-size: 0.5em;
    vertical-align: text-bottom;
}

#noscript {
    width: 960px;
    float: left;
    background-color: #F5F5F2;
    margin-bottom: 10px;
}

.noscript_content {
    background-color: #ffffff;
    margin: 5px;
    padding: 50px;
}

#noscript ul {
    margin-left: 40px;
}

#noscript p {
    margin-bottom: 10px;
}

#ehp_main_panel .right {
    float: right;
    padding: 10px;
}

#ehp_main_panel > .panel > ul,
#ehp_main_panel > .panel > ol {
    margin: 1em 3em;
}

#issue-banner {
    margin: 1em 20px 1em 23px;
    padding: 1em 1em 0.5em;
    border: 1px solid #999;
    background-color: #f5f5f5;
}
#issue-banner p {
    margin: 0 0 0.5em;
}
