/*ahps2.css -- stylesheet for ahps2/index.php and related pages.*/

.bubbleSummary {
  margin:0px 10px 15px;
  font-size:16px;
  line-height:150%;
}
.bubbleSummaryBG {
		height: 380px;
		background: url(/images/noaa_logo_10opac.png) no-repeat bottom center;
		overflow-y: hidden;
}
.bubbleSummary.title {
		background: #039;
		color: #fff;
		text-align:center;
		margin-top:10px;
		font-weight:bold;
}
.bubbleSummary.hglink {
		margin: 4px 0 0;
		font-size:12px;
}
.bubbleSummary .category {
  font-weight:bold;
}

.quickLinkImg {
		height:54px;
		width:70px;
		margin-bottom:10px;
}
.quickLinkTable {
		margin:auto;
		padding:0;
		vertical-align:top;
}
.quickLinkTable a, .bubbleSummary a, .hglink {
		color: #039;
}
.quickLinkCell {
		padding:0 8px 30px;
		text-align:center;
		font-weight:bold;
		vertical-align:top;
}

.sub_river_head {
	margin: 8px 0 3px 0;
	text-decoration: underline;
	font-weight: bold;
}


/* BEGIN AHPS HEADER */
#content { position:relative; }

div#bkgrnd {
	top: 0px;
	left: 0px;
	width: 616px;
	height: 319px;
	position: absolute;
	background-color: #0a2390;
}

div#image1, div#image2, div#image3 {
	left: 5px;
	position: absolute;
	top: 5px;
}

div#image4 {
	position: absolute;
	left: 565px;
	top: 5px;
	height: 306px;
	width: 46px;
}
/* END AHPS HEADER */

.results_dialog {
	padding: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.geo_location_dialog_container {
	border-radius: 0 !important;
	min-width: 221px !important;
	min-height: 220px !important;
	padding-bottom: 10px;
	font-size: 12px;
}

.geo_location_dialog_container a {
	position: relative;
	color: blue;
	z-index: 101;
}

#geo_titlebar {
	background: rgba(0,0,0,0) !important;
	border: none !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.geo_close_button {
	position: absolute !important;
	width: 19px !important;
	padding: 0px !important;
	height: 18px !important;
	left: 200px !important;
	right: 0 !important;
	top: 0 !important;
	margin: 5px 0px 0px 0px!important;
}


#pop_in:hover {
	cursor: default;
}

#pop_in {
background-image: url("../images/lib/pop-in.png");
    margin: -20px 180px;
    height: 15px;
    width: 15px;
    float: right;
    z-index: 2000;
    position: absolute;

}

#pop_out {
    background-image: url("../images/lib/pop-out.png");
    margin: -17px 204px;
    height: 15px;
    width: 15px;
    float: right;
    z-index: 200;
    position: absolute;
}

.results_titlebar {
	width: auto;
	border: 1px solid white;
	border-radius: 0 !important;
	background: #499bea;
	background: -moz-linear-gradient(top,  #499bea 0%, #1c1aba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#1c1aba));
	background: -webkit-linear-gradient(top,  #499bea 0%,#1c1aba 100%);
	background: -o-linear-gradient(top,  #499bea 0%,#1c1aba 100%);
	background: -ms-linear-gradient(top,  #499bea 0%,#1c1aba 100%);
	background: linear-gradient(to bottom,  #499bea 0%,#1c1aba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#1c1aba',GradientType=0 );
}

p.no_images {
	background-color: #FFFF99;
	border: 1px solid #343434;
	padding: 5px 0px;
	text-align: center;
	color: #343434;
	margin: 10px auto;
	width: 80%;
}

.no_border{ border: none !important; background: none !important;}

.NFHL_tile, #NFHL_legend_icons{
	opacity: 0.55;
}

.tooltip {
	font-size: 12px;
	font-style: italic;
	display: none;
	position: absolute;
	left: 200px;
	padding: 0px 15px;
	background-color: #333;
	color: white;
	z-index: 10;
	width: 250px;
	text-align: left;
}

.gm-style-iw {
	width: 175px;
	height: 125px;
}

.gm-style-iw {
position: absolute;
padding-left: 10px;
margin-left: -13px;
padding-right: 36px;
margin-top: -10px;
padding-top: 11px;
padding-bottom: 8px;
    background: -moz-linear-gradient(top,  #eaeaea 0%, #d0d0d0 50%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(50%,#d0d0d0), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eaeaea 0%,#d0d0d0 50%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eaeaea 0%,#d0d0d0 50%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eaeaea 0%,#d0d0d0 50%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eaeaea 0%,#d0d0d0 50%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ababab;
    -webkit-box-shadow: 0px 2px 11px rgba(140, 133, 8, 0.51);
    -moz-box-shadow:    0px 2px 11px rgba(140, 133, 8, 0.51);
    box-shadow:         0px 2px 11px rgba(140, 133, 8, 0.51);
}

.ui-dialog{
    /*background: -moz-linear-gradient(top,  #eaeaea 0%, #d0d0d0 50%, #e5e5e5 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(50%,#d0d0d0), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #eaeaea 0%,#d0d0d0 50%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #eaeaea 0%,#d0d0d0 50%,#e5e5e5 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #eaeaea 0%,#d0d0d0 50%,#e5e5e5 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #eaeaea 0%,#d0d0d0 50%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ababab;
    -webkit-box-shadow: 0px 2px 11px rgba(140, 133, 8, 0.51);
    -moz-box-shadow:    0px 2px 11px rgba(140, 133, 8, 0.51);
    box-shadow:         0px 2px 11px rgba(140, 133, 8, 0.51);
}

.tooltip ol {
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 20px;
}

.note, .note a{
    color: red;
    font-weight: bold;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.group:before, .group:after {
    content: "";
    display: block;
}

.group:after {
    clear: both;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.controls_container {
    background: -moz-linear-gradient(top, #eaeaea 0%, #d0d0d0 50%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(50%, #d0d0d0), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaeaea 0%, #d0d0d0 50%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaeaea 0%, #d0d0d0 50%, #e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eaeaea 0%, #d0d0d0 50%, #e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eaeaea 0%, #d0d0d0 50%, #e5e5e5 100%); /* W3C */
    border: 1px solid #ababab;
    box-shadow: 0px 2px 11px rgba(140, 133, 8, 0.51);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    height: auto;
    margin: 0px;
    position: relative;
    vertical-align: top;
    -webkit-box-shadow: 0px 2px 11px rgba(140, 133, 8, 0.51);
    -moz-box-shadow: 0px 2px 11px rgba(140, 133, 8, 0.51);
}

.controls_header {
    background: -moz-linear-gradient(top, #499BEA 0%, #1C1ABA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499BEA), color-stop(100%, #1C1ABA));
    background: -webkit-linear-gradient(top, #499BEA 0%, #1C1ABA 100%);
    background: -o-linear-gradient(top, #499BEA 0%, #1C1ABA 100%);
    background: -ms-linear-gradient(top, #499BEA 0%, #1C1ABA 100%);
    background: linear-gradient(top bottom, #499BEA 0%, #1C1ABA 100%);
    background-color: #499BEA;
    border: 1px solid white;
    border-radius: 0 !important;
    color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499BEA', endColorstr='#1C1ABA', GradientType=0);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 7px;
    width: auto;
}

.controls_header h4 {
    font-weight: normal;
    margin: 0px 10px;
}

.subcontrols_header h5 {
    font-weight: normal;
    margin: 0px 10px;
}

.dock_available {
    border: 2px dotted #333333;
}

.dock_control {
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}

.dock_control:hover {
    background-color: #1F235F;
}

.dock_control:active {
    background-color: #555555;
}

.grid_container {
    margin: 5px 10px 0px;
}

.map_controls {
	padding-top: 5px;
}

.map_option {
    margin: 3px 10px 3px 4px;
}

#pop_in_control {
    background-image: url("../images/lib/pop-in.png");
    margin: 5px 10px;
}

#pop_out_control {
    background-image: url("../images/lib/pop-out.png");
    margin: 5px 10px;
}

#reset_overlays {
    margin: 5px 0px 10px;
    width: 104px;
}

.slider {
    margin: 3px 0px 0px 8px;
    width: 88%;
}

.slider_container {

}

.subcontrols_container {
    padding: 0px 10px 0px 10px;
}

.subcontrols_header {
    height: 19px;
    width: 40%;
}

.subcontrols_row {
    display: inline-block;
    line-height: 19px;
    width: 50%;
}

#gageToggle {
	width: 330px;
}

.download-header {
	float: left;
	clear: left;
}

/* BEGIN table-structure */
.toggleTable {
    display:table;
    border-bottom:2px solid #0B2391;
    margin:16px 0 5px;
}
tr.footerTabHeader, tr.headerTabHeader {
    display: table-row;
    padding:0;
    margin:0;
}

.footerTabCollapse a {
	 cursor: pointer;
}

td.headerTabLeftOff {
    background: url(/ahps2/images/tab_left.off.jpg) no-repeat top right;
    width: 3px;
    display: table-cell;
    height: 34px;
}
td.headerTabTitleOff {
    background: url(/ahps2/images/tab_middle.off.jpg) repeat-x;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    height: 34px;
    font-size: 12px;
    line-height: 12px;
}
td.headerTabRightOff {
    background: url(/ahps2/images/tab_right.off.jpg) no-repeat top left;
    width: 4px;
    display: table-cell;
    height: 34px;
}


td.headerTabLeftOn {
    background: url(/ahps2/images/tab_left.on.jpg) no-repeat top right;
    width: 3px;
    display: table-cell;
    height: 34px;
}
td.headerTabTitleOn {
    background: url(/ahps2/images/tab_middle.on.jpg) repeat-x;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    height: 34px;
    font-size: 12px;
    line-height: 12px;
}
td.headerTabRightOn {
    background: url(/ahps2/images/tab_right.on.jpg) no-repeat top left;
    width: 4px;
    display: table-cell;
    height: 34px;
}


td.footerTabLeft {
    width: 3px;
    display: table-cell;
    height: 23px;
    background: url(/ahps2/images/section_tab_left.gif) no-repeat top right;
}
td.footerTabTitle {
    background: url(/ahps2/images/section_tab_middle.gif) repeat-x;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    height: 23px;
    font-size: 12px;
    line-height: 12px;
    width: 200px;
}
td.footerTabRight {
    height: 23px;
    width: 4px;
    display: table-cell;
    background: url(/ahps2/images/section_tab_right.gif) no-repeat top left;
}
td.footerTabCollapse {
    display: table-cell;
    height: 23px;
    vertical-align: middle;
    text-align:right;
}
td.footerSpacer {
    background: #0B2391;
    height:2px;
    display:block;
}
/* END table-structure */


/* BEGIN hydrograph */

.separator{
    height: 2px;
    border-bottom: 2px dotted #bbb;
    width: 630px; padding-top: 20px;
    clear:both;
}

.separator2{
    height: 2px;
    border-bottom: 2px dotted #bbb;
    width: 700px; padding-top: 20px;
    clear:both;
}

.padbottom{
	padding-bottom: 35px;
}

#mapleev2{
	border: 1px solid #999999!important;
}

ul.resources {
	list-style-image: url('/images/rarrow.gif');
	padding-left: 20px;
	margin: 5px 0;
}

h4{ color: #333333; }

.controls_header h4{
	color:#ffffff;
}

 /* END Hydrograph */



 /* BEGIN long_range */
#loadingDiv {
	z-index: 2000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
	background-color: rgba(0,0,0,0.2);
	background-image: url("/ahps2/images/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width:700px;
	height:600px;
	position: absolute;
}
#ahpsMapContainer_new {
width: 860px;
display: inline-block;
clear: both;
}

#ahpsMapHeader {
    padding:5px;
    background: #0a2390;
    color: #fff;
    clear:both;
    font-size: 15px;
}

#ahpsMapHeader .ahps_map_controls {
    margin: 0 0 10px 0;
}

#ahpsMapHeader .ahps_map_controls:last-child {
    margin: 0;
}

#shareTools {
display: inline-block;
width: 38%\20%/;
font-size: 15px;
text-align: right;
float: right;
}

span#permalink {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #77798B;
padding: 2px;
text-align: center;
width: 80px;
}

#shareTools span {
margin: 0 5px;
}

#shareTools span a {
color: #fff;
}

span#permalink a {
color: #000000;
}
/* END long_range */

/*Start forecasts.php*/
#forecastMeter {
margin: auto;
padding-left: 20px;
}

#periodImg {
cursor: pointer;
}

#sliderPeriod {
display: inline-block;
left: 15px;
margin-top: 3px;
position: relative;
}

#forecastSlider {
    background-color: #FFF;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 10px 0 20px 0;
    z-index: 2;
}

.unit {
float: left;
margin: 30px 0 0 0;
}

#forecastMeterContainer {
margin-top: 5px;
padding-left: 10px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F8491C7, endColorstr=#7F8491C7);
background-color: rgba(132,145,199,0.5);
color: white;
width: 280px;
display: inline-block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding-right: 10px;
}

.ui-slider-number {
display: inline-block;
color: #fff;
height: 5px;
position: absolute;
top: 17px;
}

.ui-slider-tick-mark {
display: inline-block;
width: 2px;
background: #fff;
height: 21px;
position: absolute;
top: -5px;
}

#controls {
position: relative;
margin: auto;
}

body {
  background:url('/images/background3.png') repeat-y top left #fff;
  margin:0;
  padding:0;
  font-size: 9pt;
  font-family: Arial, Helvetica, San Serif;
}

#forecastDateContainer {
color: #FFFFFF;
text-align: center;
}

ul.resources li {
margin-bottom: 2px;
}
.river_popup{
	padding:  10px;
	background-color: #FCFDFD;
}

#glance-tributaries {
  text-indent: 1em;
}
