html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; background: #E5E3DF;}

body img {
	border: 0;
}


@-ms-viewport{
  width: device-width;
}


.gm-style .controls {
	font-size: 28px;  /* this adjusts the size of all the controls */
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
	font-weight: 300;
	height: 1em;
	margin: 6px;
	text-align: center;
	user-select: none;
	padding: 2px;
	width: 1em;
}
.gm-style .controls button {
	border: 0;
	background-color: white;
	color: rgba(0, 0, 0, 0.6);
}
.gm-style .controls button:hover {
	color: rgba(0, 0, 0, 0.9);
}
.gm-style .controls.zoom-control {
	display: flex;
	flex-direction: column;
	height: auto;
	margin: 2px 0 0 10px;
	z-index: 12!important;
}
.gm-style .controls.zoom-control button {
	font: 0.85em Arial;
	margin: 1px;
	padding: 0;
}

/* Custom CSS scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
	background: #CCC;
	margin-right: 5px;
}
::-webkit-scrollbar-track:vertical { 
    background: none; 
	margin: 5px 0;
}
::-webkit-scrollbar-thumb {
    width: 8px; height: 20px;
    background: #555;
    border-radius: 5px;
}

@font-face {
    font-family: 'PFDinTextCompProRegular';
    src: url('fonts/pfdintextcomppro-regular-webfont.eot');
    src: url('fonts/pfdintextcomppro-regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/pfdintextcomppro-regular-webfont.woff') format('woff'),url('fonts/pfdintextcomppro-regular-webfont.ttf') format('truetype'),url('fonts/pfdintextcomppro-regular-webfont.svg#PFDinTextCompProRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinTextCompProMedium';
    src: url('fonts/pfdintextcomppro-medium-webfont.eot');
    src: url('fonts/pfdintextcomppro-medium-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/pfdintextcomppro-medium-webfont.woff') format('woff'),url('fonts/pfdintextcomppro-medium-webfont.ttf') format('truetype'),url('fonts/pfdintextcomppro-medium-webfont.svg#PFDinTextCompProMedium') format('svg');
    font-weight: 400;
    font-style: normal;
}

/*
@font-face {
    font-family: 'PFDinTextCompProLight';
    src: url('fonts/pfdintextcomppro-light-webfont.eot');
    src: url('fonts/pfdintextcomppro-light-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/pfdintextcomppro-light-webfont.woff') format('woff'),url('fonts/pfdintextcomppro-light-webfont.ttf') format('truetype'),url('fonts/pfdintextcomppro-light-webfont.svg#PFDinTextCompProLight') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PFDinDisplayProMedium';
    src: url('fonts/pfdindisplaypro-med-webfont.eot');
    src: url('fonts/pfdindisplaypro-med-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/pfdindisplaypro-med-webfont.woff') format('woff'),url('fonts/pfdindisplaypro-med-webfont.ttf') format('truetype'),url('fonts/pfdindisplaypro-med-webfont.svg#PFDinDisplayProMedium') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinDisplayProBold';
    src: url('fonts/pfdindisplaypro-bold-webfont.eot');
    src: url('fonts/pfdindisplaypro-bold-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/pfdindisplaypro-bold-webfont.woff') format('woff'),url('fonts/pfdindisplaypro-bold-webfont.ttf') format('truetype'),url('fonts/pfdindisplaypro-bold-webfont.svg#PFDinDisplayProBold') format('svg');
    font-weight: 400;
    font-style: normal;
}
*/

.redcross {
	width: 56px;
	height: 56px;
	margin: -20px 0 -20px -10px;
}

#chartzoom_con {
	display: none;
	position: absolute;
	top: -1px;
	left: 430px;
	z-index: 23;
	padding: 5px 10px;
	background: #FFF;
	border: 1px solid #555;
}

#colorscale_con {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 390px;
	width: 557px;
	/*margin-left: -280px;*/
	padding: 5px 7px;
	z-index: 23;
	background: #FFF;
	border: 1px solid #555;
	overflow: hidden;
}
#colorscale_con img {
	border: 0px solid #555;
	margin: 8px -12px 0px 8px;
}

#terrain3D {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 30;
	padding: 0;
	text-align: center;
	background: #EEE;
}

#panel_info {
	display: none;
	position: absolute;
	top: -1px;
	left: 100px;
	width: 299px;
	z-index: 24;
	padding: 5px 10px 10px 10px;
	background: #FFF;
	border: 1px solid #555;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
	font-size: 17px;
}
#panel_info .title {
	float: left;
	display: inline;
	font-size: 19px;
	color: #FFF;
	padding: 5px 1px 5px 10px;
	margin: 0 0 5px -10px;
	background: #337BCB;
	border-right: 10px solid #337BCB;
	overflow: hidden;
	width: auto;
	max-width: 265px;
	line-height: 24px;
	height: 23px;
	text-align: left;
}
#panel_info .title .lngtxt {
	float: left;
	text-align: left;
	white-space: nowrap;
}
#panel_info .title .lngtxt:hover {
	float: right;
	text-align: right;
}
#panel_info .t2 {
	background: #537B00;
	border-right: 0px solid #337BCB;
	clear: both;
	padding: 5px 10px;
}
#panel_info .type {
	float: right;
	font-size: 15px;
	color: #FFF;
	padding: 3px 7px;
	margin: 0 -8px -10px 0;
	background: #555;
	clear: both;
}
#panel_info .box {
	float: left;
	width: 301px;
	line-height: 23px;
	color: #555;
}
#panel_info .box b {
	color: #800;
	font-weight: 100;
}
#panel_info .dwn {
	margin-top: 15px;
}
#panel_info .dwnup {
	margin-top: 15px;
	margin-bottom: 10px;
}
#panel_info .city {
	font-size: 19px;
	color: #800;
	margin: 5px 0 10px 0;
}
#panel_info a {
	color: #000;
}

#kmlform {
	padding: 7px 0 20px 0;
}
#kmlform img {
	margin: 0 10px 5px 0;
	width: 48px;
	float: left;
}
#kmlform a {
	font-weight: 600;
	text-decoration: none;
}
#kmlform div {
	font-weight: 100!important;
	line-height: 21px;
	border: 0px solid #000;
	float: left;
	margin-top: 3px;
}


.np_close {
	width: 15px;
	height: 15px;
	border: 0px solid #800;
	margin: -4px -6px 0 10px;
	padding: 0;
	float: right;
	cursor: pointer;
	background: url(../img/npclose.png) no-repeat 0px 0px;
}
.info_close {
	margin: -5px -9px -11px 10px;
}

#np_sidepanel {
	display: none;
	position: absolute;
	top: -1px;
	right: 60px;
	width: 305px;
	z-index: 23;
	padding: 5px 7px;
	background: #FFF;
	border: 1px solid #555;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
	font-size: 17px;
}

#np_sidepanel > div:not(:last-child) {
	margin-bottom: 7px;
}





#community_info table, #wat_char table {
	width: 100%;
	padding: 0 3px;
	border: 0px solid #800;
}
#community_info td, #wat_char td {
	padding: 3px 0;
}
.qlink {
	float: right;
	margin: 3px;
}

#wat_char {
	margin-top: 7px;
}
.resources {
	background: #FFF;
	padding: 0;
	width: 100%;
	color: #555;
	clear: both;
}
.resources b {
	font-weight: 100;
	color: #000;
}
.resources a {
	color: #800;
}
#panel_community {
	width: 100%;
	border: 0px solid #800;
	padding: 0;
	margin: -280px 0 0 0;
	clear: both;
}
.np_title2 {
	position: relative;
	float: left;
	font-size: 19px;
	color: #FFF;
	font-weight: 100;
	max-width: 265px;
	padding: 5px 10px;
	border: 0px solid #555;
	margin: 0 0 5px -7px;
	background: #537B00;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}
.np_blue {
	background: #337BCB!important;
}






#panel_inundation {
	display: none;
	width: 100%;
	border: 0px solid #800;
	padding: 0;
	margin: -7px 0 0 0;
	clear: both;
}
#inundation_city {
	margin-bottom: 7px;
}
#inundation_city table, #flood_controller table {
	border: 0px solid #800;
	width: 100%;
	padding: 0 3px;
}
#inundation_city td, #flood_controller td {
	padding: 3px 0;
}
#stage_period, #flood_scenario, #flood_controller {
	clear: both;
}
#flood_controller .resources, #stage_period .resources, #panel_inundation .resources{
	width: 100%;
	background: #FFF;
	margin: -3px 0 3px 0;
	padding: 0;
	border: 0px solid #800;
	float: left;
}
#scenario_list select {
	margin: 7px 5px;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
	font-size: 18px;
	color: #555;
	padding: 3px;
	width: 290px;
}
#scenario_list select option {
}

#small_map {
	display: none;
	position: absolute;
	bottom: 20px;
	right: 80px;
	width: 250px;
	height: 250px;
	z-index: 25;
	padding: 0;
	background: #FFF;
	border: 1px solid #000;
}

#np_info {
	display: none;
	position: absolute;
	bottom: 20px;
	right: 80px;
	width: 263px;
	z-index: 25;
	padding: 7px 10px;
	background: #FFC;
	border: 1px solid #999;
	text-align: left;
	font-size: 19px;
	color: #555;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}
#np_notify {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 100px;
	width: 263px;
	z-index: 55;
	padding: 7px 10px;
	background: #FFC;
	border: 1px solid #999;
	text-align: left;
	font-size: 19px;
	color: #555;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}
#np_notify b, #np_notify a {
	color: #800;
	font-weight: 100;
}
#new_panel_icons {
	display: none;
	overflow: hidden;
	position: absolute;
	top: -1px;
	right: -1px;	
	bottom: 0px;
	width: 60px;
	z-index: 25;
	background: #FFF;
	border: 1px solid #555;
	border-bottom: 0px solid #555;
	text-align: center;
}
#new_panel_icons img {
	float: left;
	width: 30px;
	height: 30px;
	padding: 15px;
	margin: 0;
	border-bottom: 1px solid #555;
}
#new_panel_icons img.npact {
	background: #D2DDE4;
}
#new_panel_menu {
	overflow: hidden;
	position: absolute;
	top: -1px;
	right: -325px;
	bottom: 0px;
	width: 300px;
	padding: 5px 10px;
	z-index: 24;
	background: #FFF;
	border: 1px solid #555;
	border-bottom: 0px solid #555;
	border-right: 0px solid #555;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}
.np_title {
	position: relative;
	float: left;
	font-size: 23px;
	color: #FFF;
	font-weight: 100;
	padding: 7px 15px;
	max-width: 265px;
	border: 0px solid #555;
	margin: 0 0 5px -8px;
	background: #537B00;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}
.np_sep {
	margin-top: 10px;
}
.npsub {
	float: left;
	width: 290px;
	border: 1px solid #555;
	margin: 3px 10px 2px -8px;	
	padding: 3px 0 4px 7px;
	background: #EEE
}
.nptab {
	display: none;
	float: left;
	clear: both;
	margin-left: -3px;
}
.nptab span {
	display: none;
}
.nptab a {
	float: left;
	font-size: 20px;
	padding: 7px 0 7px 36px;
	width: 260px;
	color: #000;
	border: 0px solid #777;
	text-decoration: none;
	background: url(../img/icon2/2/check1.png) no-repeat -1px 3px;
}
.nptab a:hover {
	color: #800;
	background: url(../img/icon2/2/check2.png) no-repeat -1px 3px;
}
.nptab a:active {
	background: url(../img/icon2/2/check3.png) no-repeat -1px 3px;
}
.nptab .npact {
	background: url(../img/icon2/2/check3.png) no-repeat -1px 3px;
}
.nptab .npact:hover {
	background: url(../img/icon2/2/check3.png) no-repeat -1px 3px;
}




#npcon_com, #npcon_sen, #npcon_rain, #npcon_sea, #npcon_mod, #npcon_type {
	display: none;
}
#river_view {
	display: none;
}

#npcon_maps {
	height: 148px;
	overflow-x: hidden;
	overflow-y: auto;
}
#npcon_maps2 {
/* 	height: 185px; */
	height: 220px;
	overflow-x: hidden;
	overflow-y: auto;
}

#npcon_maplayers {
	height: 225px;
	overflow-x: hidden;
	overflow-y: auto;
}


.nptab .sm_check {
	font-size: 17px;
	background-position: -2px -2px;
	padding: 5px 0 5px 31px;
}
.nptab .sm_check:hover {
	background-position: -2px -2px;
}
#np_sidepanel .nptab a {
	background: url(../img/icon2/1/check1.png) no-repeat -2px -2px;
}
#np_sidepanel .nptab a:hover {
	background: url(../img/icon2/1/check2.png) no-repeat -2px -2px;
}
#np_sidepanel .nptab a:active {
	background: url(../img/icon2/1/check3.png) no-repeat -2px -2px;
}
#np_sidepanel .nptab .npact {
	background: url(../img/icon2/1/check3.png) no-repeat -2px -2px;
}
#np_sidepanel .nptab .npact:hover {
	background: url(../img/icon2/1/check3.png) no-repeat -2px -2px;
}


#hexpanel_con {
	display: none;
	position: absolute;
	bottom: 0px;
	right: 60px;
	width: 288px;
	z-index: 23;
	padding: 15px 15px 5px 15px;
	border: 1px solid #555;
	border-bottom: 0px solid #555;
	background: #FFF;
	text-align: center;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}

#slider_hex {
	display: block;
	width: 245px;
	height: 7px;
	background: #E7F2F9;
	position: relative;
	margin: 20px 23px;
}

#hex_time {
	font-size: 17px;
}


/* TIMELINE */
#timeline_con2 {
	display: none;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	margin: 0;
	right: 60px;
	width: 309px;
	height: 211px;
	z-index: 23;
	padding: 0 5px;
	border: 1px solid #555;
	border-bottom: 0px solid #555;
	background: #FFF;
	text-align: center;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}
/* TIMELINE */



















#disclaimer1 {
	position: absolute;
	background: #FFF;
	bottom: 15px;
	left: 18px;
	width: 170px;
	padding: 7px;
	border: 0px solid #F00;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
    color: #008;
	font-size: 14px;
	text-align: center;
	opacity: 0.8;
	border-radius: 10px;
}
#disclaimer2 {
	position: absolute;
	background: #FFF;
	bottom: 15px;
	right: 18px;
	width: 395px;
	padding: 7px;
	border: 0px solid #F00;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
    color: #008;
	font-size: 14px;
	text-align: center;
	opacity: 0.8;
	border-radius: 10px;
}

#map_review {
	display: none;
	top: 20px;
	left: 120px;
	width: 200px;
    background:#FFFF7B;
    padding: 10px 15px;
    position:absolute;    
	z-index:25;
	text-align: center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
    color: #800;
	font-size: 16px;
}

#map_review hr {
	height: 1px;
	background: #800;
	border: 0px solid #000;
	margin: 11px 0 7px 0;
}

.tip {
    color: #000;
    background:#FFFF7B;
    display:none; /*--Hides by default--*/
    padding:5px 10px;
    position:absolute;    
	z-index:29;
	border: 1px solid #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size: 14px;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
	margin-left: -15px;
	margin-top: -65px;
}
.tip_g {
    color: #000;
    background: #FFF;
    display:none; /*--Hides by default--*/
    padding:5px 10px;
    position:absolute;    
	z-index:25;
	border: 1px solid #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size: 14px;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
	margin-left: -5px;
	margin-top: -65px;
}


.tip_con {
	float: right;
	margin-top: 0;
	margin-right: 0;
}

.tip_con  img {
	border: 0;
	padding: 0;
	margin-top: 5px;
	margin-right: 3px;
}

.community_tip {
	float: none;
}

#notactive {
	padding: 15px 23px; 
	background: #E7F2F9;
	margin: 13px;
	text-align: center;
	font-size: 21px;
	font-weight: 100;
	line-height: 31px;
	color: #777;
}

#map_canvas { 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 61px;
	z-index: 10;
	margin: 0;
	float: left;
}

#water_depth_con {
	display: none;
	margin-top: 7px;
}

#water_depth {
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
	padding: 7px 7px;
	z-index: 29;
	width: 120px;
	height: 51px;
	text-align: center;
	color: #800;
	background: url('../img/tail3.png');
	border: 0px solid #111;
	font-size: 13px;
	line-height: 12px;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
}

#rain_frequency {
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
	padding: 7px 7px;
	z-index: 29;
	width: 120px;
	height: 94px;
	text-align: center;
	color: #800;
	background: url('../img/tail2.png');
	border: 0px solid #111;
	font-size: 13px;
	line-height: 19px;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
}

#multisensor_data {
	display: none;
	position: absolute;
	top: -1px;
	right: 60px;
	bottom: 0px;
	width: 319px;
	border: 1px solid #555;
	background: #FFF;
	padding: 0;
	z-index: 23;
	overflow: hidden;
}







.center {
	margin: 0 auto;
	text-align: center;
}
#m_rainfall_t, #c_rainfall_t {
	display: inline;
}

#con_data, #con_map, #con_floodmap, #con_rain, #con_layers, #con_health, #multisensor {
	border: 1px solid #555;
	margin-left: -1px;
	margin-top: -1px;
	padding: 3px;
	clear: both;
	width: 294px;
	background: #FFF;
}
#con_rain_gauge, #con_usgs, #con_model101, #con_community, #con_seasonalforecast {
	clear: both;
	background: #CFDAE1;
	padding: 3px 0;
	margin: 0 5px 5px 5px;
	box-shadow: inset 0 0 5px #000;
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px #000;
}









#ifcresources, #floodmaps, #analyticaltools, #maplayers, #mapresources, #rainresources {
	width: 100%;
	border: 0px solid #800;
	padding: 0;
	clear: both;
	margin: 0;
}

.infoheader {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
}

.ptitle {
	width: 286px;
	padding: 5px 7px;
	font-size: 13px;
	font-weight: 600;
	border-top: 0px solid #555;
	border-bottom: 1px solid #555;
	color: #333;
	margin: -1px 0 0 0;
	line-height: 19px;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
	background: #E7F2F9;
}
.ptitle img {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	border: 0px solid #000;	
}

.dbborder {
	border-top: 1px solid #555;
}



#noenter {
	z-index: 40;
	/*width: 270px;
	top-margin: 30px;*/
}

#rain_panel_hide {
	display: none;
	position: absolute;
	bottom: 44px;
	left: 8px;
	z-index: 25;
}
#icongroup {
	position: absolute;
	left: 0px;
	top: 171px;
	border: 0px solid #555;
	width: 28px;
	height: 28px;
	margin-left: 13px;
	z-index: 27;
	padding: 0;
	cursor: pointer;
}
#icongroup div {
	float: left;
	border: 1px solid #727973;
	margin-left: -3px;
	padding: 0;
	margin-top: -1px;
	background: #FFF;
}
#icongroup div span {
	display: none;
	position: fixed;
	background: #E7F2F9;
	border: 1px solid #727973;
	top: 197px;
	left: 10px;
	margin: 0;
	padding: 7px 13px 7px 13px;
	width: auto;
}
#icongroup #icon-maptype {
	font-size: 14px;
	font-family: "PFDinTextCompProRegular", "Gill Sans MT", "trebuchet ms", cambria;
	color: #333;
	font-weight: 600;
	border: 0;

	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; 
	border-radius: 2px; 
	background-color: rgb(255, 255, 255);
	width: 28px; 
	height: 28px;
	position: absolute; 
}
#icongroup #icon-maptype img {
	width: 10px;
	padding: 6px 9px;
}
#icongroup #icon-maptype span {
	border: 0px solid #800;
	margin-top: -25px;
	margin-left: 32px;
	padding: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; 
	border-radius: 2px; 
	background-color: rgb(255, 255, 255);
}
#icongroup div #maptypes {
	position: relative;
	border: 0;
}
#icongroup div #maptypes a {
	display: block;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-decoration: none;
	font-size: 16px;
	font-family: "PFDinTextCompProRegular", "Gill Sans MT", "trebuchet ms", cambria;
	font-weight: 100;
	padding: 4px 8px;
	margin: 0 0 0 -1px;
	text-align: center;
	color: #000;
	background: #FFF;
}
#icongroup div #maptypes a:hover {
	color: #FFF;
	background: #414C53;
}
#icongroup div #maptypes a:last-child {
	border-bottom: 0px solid #333;
}

#ifc {
	display: none;
	position: absolute;
	right: 55px;
	bottom: 10px;
	border: 0px solid #800;
	z-index: 23;
	padding: 7px 11px;
}


.mappanel {
	/*display: none;*/
	position: absolute;
	top: 10px;
	left: 100px;
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; 
	border-radius: 2px; 
	background-color: rgb(255, 255, 255);
	width: 300px; 
	height: 300px;
	padding: 8px;
	z-index: 27;
}

#raingaugenote {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -250px;
	width: 500px;
	height: 380px;
	border: 0px solid #555;
	background: #FFC;
	z-index: 28;
	vertical-align: middle;
	padding: 20px;
	font-size: 15px;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
	color: #333;
}

#opa_logo {
	display: none;
	position: absolute;
	top: 207px;
	left: 10px;
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; 
	border-radius: 2px; 
	background-color: rgb(255, 255, 255);
	width: 12px; 
	height: 12px;
	padding: 8px;
	z-index: 27;
}

#opa_con {
	display: none;
	position: absolute;
	left: 39px;
	top: 207px;
	border: 0px solid #555;
	z-index: 26;
	background: #FFF;
}
#opa_con img {
	float: left;
	background: #FFF;
	padding: 5px 5px 5px 5px;
	border:1px solid #AAA;
	margin-left: -1px;
}

#opa_con a {
	float: left;
	background: #FFF;
	padding: 4px 3px;
	width: 34px;
	text-align: center;
	text-decoration: none;
	font-family: "PFDinTextCompProRegular", "Gill Sans MT", "trebuchet ms", cambria;
	font-size: 16px;
	font-weight: 100;
	color: #000;
	border:1px solid #AAA;
	margin-left: -1px;
} 
#opa_con img:hover {
	background: #E7F2F9;
}


.routebox {
	padding: 4px 6px;
	width: 250px;
	font-family: "PFDinTextCompProRegular", "Gill Sans MT", "trebuchet ms", cambria;
	font-size: 18px!important;
	line-height: 1.5em;
	font-weight: 100;
	color: #000;
}
.routebox b {
	font-weight: 100!important;
}
.routebox h4 {
	color: #800;
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: 100!important;
}
.routebox div {
	display: inline;
	font-size: 18px!important;
}


#legend_con {
	display: none;
	position: absolute;
	left: -1px;
	bottom: 35px;
	height: auto;
	width: auto;
	min-width: 95px;
	border:1px solid #555;
	margin: 0;
	background: #FFF;
	z-index: 25;
	vertical-align: middle;
}

#legend_con .np_close {
	margin: 0px 0px 0 10px;
}

#label {
	font-size: 13px;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
	padding: 6px 10px 8px 10px;
}
#label b {
	line-height: 19px;
}

#legend_con #clegend img {
	padding: 7px 2px 0px 0;
	margin-left: -2px;
	margin-bottom: -1px;
	height: 11px;
}
#legend_con #rlegend img {
	padding: 8px 2px 0 0;
	margin-left: -2px;
	margin-bottom: -2px;
	width: 12px;
	height: 12px;
}
#legend_con #mlegend img {
	padding: 7px 2px 0 0;
	margin-left: -2px;
	margin-bottom: -1px;
	height: 12px;
}
#legend_con #mlegend {
	display: none;
}
#legend_con #hzslegend {
	display: none;
}
#legend_con #rlegend {
	display: none;
}
#legend_con #flegend {
	display: none;
}
#legend_con #sflegend {
	min-width: 160px;
	display: none;
}
#legend_con #wlegend img {
	padding: 7px 2px 0 0;
	width: 11px;
	margin-left: -2px;
	margin-top: 0;
	margin-bottom: -1px;
}
#legend_con #flegend img {
	padding: 7px 2px 0 0;
	width: 11px;
	margin-left: -2px;
	margin-top: 0;
	margin-bottom: -1px;
}
#legend_con #sflegend img {
	padding: 7px 2px 0 0;
	margin-left: -2px;
	width: 11px;
}


#infobox {
	
}

.frimg {
	margin-bottom: -3px;
	padding-right: 5px;
}
.blue {
	color: #D73018;
	font-weight: 100 !important;
	font-size: 14px;
}
.hl {
	color: #661414;
	font-weight: 100 !important;
	/*background: #D5E0E7;*/	
}

.percentage {
	border: 1px solid #555;
	background: #88ACD3;
	height: 13px;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 50px;
	float: left;
}
.percentage_empty {
	border: 1px solid #555;
	border-left: 0px solid #555;
	background: #EEE;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 13px;
	width: 50px;
	float: left;
}

/* layout */
.content { -webkit-box-shadow: rgba(0,0,0,0.5) 0 3px 7px; -moz-box-shadow: rgba(0,0,0,0.5) 0 3px 7px;  }
@-moz-document url-prefix() { .content { border: 1px solid; border-color: #CCC #DDD #CCC;  } } /* FF2 */
.content { *border: 1px solid; *border-color: #CCC #DDD #CCC; } /* IEs */
.content:nth-child(1n) { border: none; } /* reset for smart browsers */
.content { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -khtml-border-radius: 10px; }




#loading {
	display: none;
	position: absolute;
	height: 180px;
	width: 280px;
	z-index: 30;
	background: #FFF;
	padding: 5px;
	border:0px solid #000;
	top: 300px;
	/*left: 300px;*/
	left: 50%;
	margin-left: -140px;
	overflow: hidden;
	font-family:"Gill Sans MT", "Lucida Grande","trebuchet ms","Lucida Sans","Lucida Sans Unicode","Segoe UI",Verdana,sans-serif;
	line-height: 29px;
	font-size: 17px;
}
#loading a {
	float: none;
	margin: 0;
}

#panel_data {
	display: none;
	position: absolute;
	height: 300px;
	width: 300px;
	z-index: 30;
	background: #FFF;
	padding: 5px;
	border:0px solid #000;
	top: 0;
	left: 0;
	/*overflow: hidden;*/
}

#panel_data_hide {
	display: none;
	position: absolute;
	top: 96px;
	right: 8px;
	z-index: 35;
}




.nptab #rview {
	border: 1px solid #555;
	width: 290px;
	height: 147px;
	margin: 10px 5px;
	float: left;
	display: block;
	padding: 0;
	overflow: hidden;
	background: #EEE;
}
.nptab #rview span {
	display: inline;
	float: left;
	width: 300px;
	float: left;
	overflow: hidden;
}
.nptab #rview span a {
	color: #000;
	display: block;
	margin: 0;
	padding: 4px 7px;
	background: #EEE;
	font-size: 19px;
	width: 400px;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}
.nptab #rview span a:hover {
	color:#800;
}






.inactive {
	color: #AAA;
}

.buttonsp {
	margin-left: 5px;
}
.udev {
	color: #999;
	background: #EEE;
}
.slevel1 {
	color: #000;
	background: #B5E61D;
}
.slevel2 {
	color: #000;
	background: #FFF200;
}
.slevel3 {
	color: #FFF;
	background: #FF7F27;
}
.slevel4 {
	color: #FFF;
	background: #ED1C24;
}
.slevel5 {
	color: #FFF;
	background: #A349A4;
}
.wborder {
	padding: 7px 13px;
	float: left;
	margin-left: -10px;
	margin-top: 3px;
	vertical-align:top;
    font-size: 17px;
	text-align: center;
}
.stage1 {
	background: #EC25E8;
	color: #FFF;
}
.stage2 {
	background: #CB3447;
	color: #FFF;
}
.stage3 {
	background: #ED7420;
	color: #FFF;
}
.stage4 {
	background: #FFFF7B;
	color:#333;
}
.green {
	color: #000;
	background: #B1DD4B;
}
.gray {
	color: #555;
	background: #EEE;
}
.graymoreinfo {
	color: #000;
	background: #EEE;
}
.risk1 {
	width: 170px;
	background: #FFFF7B;
	color:#333;
	margin-top: 5px;
	margin-right: 10px;
}
.risk2 {
	width: 170px;
	background: #ED7420;
	color: #FFF;
	margin-top: 5px;
	margin-right: 10px;
}
.disabled {
	color: #999;
	background: #EEE;
	float: right;
}

.red {
	color: #800;
}

.gri {
	color: #999;
}

#legend_toggle {
	display: none;
	bottom: 35px;
	left: -1px;
	position: absolute;
	z-index: 25;
	background: #FFF;
	border: 1px solid #555;
	padding: 3px;
}

#slider {
  display: block;
  width: 245px;
  height: 7px;
  background: #E7F2F9;
  position: relative;
  margin: 20px 23px;
  z-index: 20;
}
#slider2 {
  display: block;
  width: 245px;
  height: 7px;
  background: #E7F2F9;
  position: relative;
  margin: 20px 23px;
  z-index: 20;
}
#slider_time {
  display: none;
  width: 220px;
  height: 30px;
  position: relative;
  margin: -20px 23px 0 18px;
  border: 0px solid #555;
  z-index: 10;
}

.scelab {
	width: 285px;
	float: left;
	padding: 5px 10px 0px 10px;	
}
.sceval {
	float: left;
	padding: 3px 0 7px 20px;	
}

.ui-slider-handle {
  width: 13px;
  height: 25px;
  position: absolute;
  top: -9px;
  margin-left: -6px;
  /*background: #557798;
  border: solid 1px #333;
  border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -khtml-border-radius: 10px;*/
  background-image: url(../img/slider-handle1.png);	  
}

.ui-slider {
	border: solid 1px #333;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px;
}
	
	
div#slider_rain_acc.ui-slider.ui-slider-horizontal {
	  background: url(../img/slider-back.png) repeat-x;
}

#darkenBackground {
	display: none;
	background: #000000;

	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
	
	z-index: 29;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

#frdata {
	margin: 0;
	padding: 0;
	border:0px solid #555;
	overflow: hidden;
}

#ifislogo {
	z-index: 11;
	position: fixed;
	top: 5px;
	left: 5px;
}

.logo {
	padding: 0;
	margin: 0;
	width: 80px;
	height: 80px;
	/*background: #FFF;
	border: 1px solid #555;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;*/
}
.maptype {
	padding: 5px 11px;
	font-family: "Gill Sans MT", "trebuchet ms", cambria;
	font-size: 13px;
	color: #333;
	width: 69px;
	background: #FFF;
	border: 1px solid #555;
	text-decoration: none;
}


#city, #poi, #kmzfile {
	border: 1px solid #555;
	font-size: 21px;
	color: #000;
	margin: 5px 0 5px 0;
	width: 280px;
	padding: 5px;
	background: #EEE;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}

#customlayer {
	margin-left: 3px;
	margin-bottom: 10px;
	float: left;
}
#directions {
	display: none;
	margin-left: 3px;
	margin-bottom: 10px;
	float: left;
}
#customlayer #kmzfile {
	width: 220px;
	margin-right: 7px;
}
#customlayer button.cusbtn {
	border: 1px solid #555;
	font-size: 21px;
	color: #FFF;
	width: 60px;
	height: 36px;
	padding: 5px;
	background: #FF5300;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
	border-radius: 0;
}
#customlayer .plink {
	display: inline;
	font-size: 17px;
	clear: both;
	padding: 0;
	float: none;
	cursor: pointer;
}

#new_layers {
	display: none;
	float: left;
	overflow-x: hidden;
	width: 295px;
	border: 1px solid #555;
	background: #EEE;
	margin: 0 3px;
	color: #555;
}

.newlayer {
	float: left;
	overflow: hidden;
	width: 1000px;
	border: 0px solid #800;
	padding: 1px 0;
}
.newlayer img {
	margin: 0 5px -3px 3px;
	cursor: pointer;
}


#directions #pointa {
	width: 280px;
	border: 1px solid #555;
	font-size: 21px;
	color: #000;
	margin: 5px 0 5px 0;
	padding: 5px;
	background: #EEE;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}
#directions #pointb {
	width: 213px;
	border: 1px solid #555;
	font-size: 21px;
	color: #000;
	margin: 5px 7px 5px 0;
	padding: 5px;
	background: #EEE;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}
#directions button.cusbtn {
	border: 1px solid #555;
	font-size: 21px;
	color: #FFF;
	width: 60px;
	height: 36px;
	padding: 5px;
	background: #FF5300;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
	border-radius: 0;
}





.search_con {
	float: left;
	margin: 5px 5px 0 5px;
	border: 0px solid #555;
}

#panel_hide {
	position: absolute;
	right: 251px;
	top: 110px;
	margin: 0;
	width: 15px;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background: #FFF;
	z-index: 20;
	text-align: center;
	padding: 1px;
}
#panel_hide a {
	text-decoration: none;
	font-size: 17px;
	font-family: "arial";
	color: #000;
	font-weight: 100;
}

#panel_show {
	position: absolute;
	right: 0;
	top: 110px;
	margin: 0;
	width: 15px;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background: #FFF;
	z-index: 20;
	text-align: center;
	padding: 1px;
}

#panel_show a {
	text-decoration: none;
	font-size: 17px;
	font-family: "arial";
	color: #000;
	font-weight: 100;
}
	

#log {
	display: none;
	position: absolute;
	color: #000;
	margin-right: 20px;
	margin-top: 30px;
	float: right;
	border: 1px solid black;
	background: #FFF;
	z-index: 1000;
	top: 0;
	right: 0;
}
	
/* fancy checkboxes */
/*label  { display: block; cursor: pointer; line-height: 18px; padding-bottom: 5px; font-size: 13px;}
label.c_on      { background: url(../img/icheck_on.v1.png) no-repeat; }
.label_check { padding-left: 30px; background: url(../img/icheck_off.v1.png) no-repeat; }
.label_check input { margin-right: 5px; position: absolute; left: -9999px; }
*/

label  { 
	background: url(../img/check_1.png) no-repeat;
}
label:hover { 
	background: url(../img/check_4.png) no-repeat;
}
label.c_on  {
	background: url(../img/check_2.png) no-repeat;
}
.label_check {
	margin: 8px 8px 8px 7px;
	padding: 0 5px 0 23px;
	width: 261px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
}
.smalltab {
	width: 240px;
	margin-left: 13px;
}

.chartimg {
	margin: 7px 0;
}

#chartcanvas {
	border: 0px solid #000;
	text-align: center;
}

#report {
	float: right;
	color: #000;
	background-color: #CAD5DC;
	padding: 3px 5px;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 13px;
	margin-right: -8px;
	cursor: pointer;
}

#report:hover {
	color: #FFF;
	background-color: #555;	
}

#reportbox {
	background-color: #CAD5DC;	
	width: 275px;
	border: 0px solid #000;
	padding: 10px 9px;
	text-align: right;
}
#reportbox textarea {
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
	font-size: 17px;
	font-weight: 100;
	color: #555;
	width: 265px;
	height: 70px;
}
#reportbox input {
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
	font-size: 17px;
	padding: 3px 5px;
}



/*
.label_check {
	background: #E6EBEC;
	margin-top: -1px;
	margin-right: -1px;
	padding: 2px 5px 4px 5px;
	width: 73px;
	float: left;
	cursor: pointer;
	line-height: 17px;
	font-size: 13px;
	text-align: center;
}
.smalltab {
	width: 58px;
	margin: 6px 0 0 6px;
	font-size: 12px;
	padding: 4px 8px 5px 8px;
	border: 1px solid #333;
}
*/












/*

.button, input[type=button], input[type=submit], button {
	text-decoration: none;
	border-color:#888;
	border-color:rgba(0, 0, 0, 0.56);
	cursor: pointer;
	outline: none;
	color:#111;
	font-family: "Gill Sans MT", "Lucida Grande","Lucida Sans","Lucida Sans Unicode","Segoe UI",Verdana,sans-serif !important;
	display:inline-block !important;
	vertical-align:top;
	position:relative;
	font-size:12px !important;
	font-weight:bold !important;
	text-align:center;
	background-color:#aaa;
	background-image:url(../img/back.png);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.75)), to(rgba(255,255,255,0)));
	background-image: linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
	background-repeat:repeat-x;
	text-shadow:1px 1px 0 rgba(255,255,255,.67);
	line-height:2;
	margin:0 0 1em 1em;
	padding:0 1em;
	height:2em;
	-moz-box-shadow:1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
	-webkit-box-shadow:1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
	box-shadow:1px 1px 0 rgba(255,255,255,.5) inset, -1px -1px 0 rgba(255,255,255,.5) inset;
	-webkit-transition: background .185s linear;
	-moz-transition: all .185s linear;
	-o-transition: all .185s linear;
	transition: all .185s linear;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.button, .button:after, button, button:after, input[type=submit], input[type=button] {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-width:1px;
	border-style:solid;
 
}
.button:after, button:after{
	display:block;
	position:absolute;
	content:' ';
	width:100%;
	height:100%;
	border-color: transparent transparent #ccc;
	border-color: transparent transparent rgba(255, 255, 255, 0.67);
	bottom:-2px;
	left:-1px;
}
.button:hover, .button:focus, button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=submit]:hover, input[type=submit]:focus {
	background-color:#a8c0cb;
}
.button:active, button:active, input[type=submit]:active, input[type=button]:active {
	line-height:2.0;
	-moz-box-shadow
		:0 .33em 1em rgba(0,0,0,.67) inset,
		1px 1px 0 rgba(255,255,255,.25) inset, 
		-1px -1px 0 rgba(255,255,255,.25) inset;
	-webkit-box-shadow:
		0 .33em 2em rgba(0,0,0,.67) inset,
		1px 1px 0 rgba(255,255,255,.25) inset, 
		-1px -1px 0 rgba(255,255,255,.25) inset;
	box-shadow:
		0 .33em 2em rgba(0,0,0,.67) inset,
		1px 1px 0 rgba(255,255,255,.25) inset, 
		-1px -1px 0 rgba(255,255,255,.25) inset;
		-webkit-transition: line-height .1s linear;
		-moz-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
}
.button.bg, .button.bg:hover, .button.bg:focus {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.75), rgba(255,255,255,0));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.75)), to(rgba(255,255,255,0)));
}
 
.button.blue {
	background-color:#9eb4bf;
}
.button.blue:hover {
	background-color:#b4cdda;
}
.button.bigblue {
	font-size: 13px;
	background-color:#76AE00;
	padding: 3px 15px;
}

.button.passive {
	color: #999;
}
.button.large {
	font-size:15px;
}
.button.path {
	float: left;
	margin: 5px 0 0 5px;
	height: 30px;
	font-size: 13px;
	line-height: 2.3;
}
.button.pathall {
	float: left;
	margin: 5px 0 0 5px;
	height: 30px;
	font-size: 13px;
	line-height: 2.3;
}
.button.mib {
	float: left;
	margin: 5px 0 0 5px;
	height: 30px;
	font-size: 13px;
	line-height: 2.3;
}
.button.mapb {
	float: left;
	margin: 5px 0 0 5px;
	height: 30px;
	font-size: 13px;
	line-height: 2.3;
}
.button.com {
	float: right;
	margin: 5px 0 0 5px;
	height: 30px;
	font-size: 13px;
	line-height: 2.3;
	padding: 0 15px;
}
.button.inun {
	float: left;
	margin: 5px 0 0 5px;
	height: 30px;
	font-size: 13px;
	line-height: 2.3;
}


*/













/*  fancy buttons  */
a.btnmain {
    color: #000;
    text-decoration: none;
    font-size: 17px;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	text-align: center;
	padding: 7px 13px;
	margin: 0 5px 7px 0;
	border: 0px solid #CCC;
	
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
 
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	
	cursor:pointer;
	overflow:hidden;
 
    text-shadow: none;
    /*color: transparent;*/
}

a.btnwht {
	float: right;
	background:#D2DDE4;
	-webkit-box-shadow: 0px 7px 0px #B2BDC4;
    -moz-box-shadow: 0px 7px 0px #B2BDC4;
    box-shadow: 0px 7px 0px #B2BDC4;
}
a.btnwht:hover {
	-webkit-box-shadow: 0px 5px 0px #B2BDC4;
    -moz-box-shadow: 0px 5px 0px #B2BDC4;
    box-shadow: 0px 5px 0px #B2BDC4;
   -webkit-transform: translate(0, 2px);
	-moz-transform: translate(0, 2px);
	transform: translate(0, 2px);
}
a.btnwht:active { 
	-webkit-box-shadow: 0px 3px 0px #B2BDC4;
    -moz-box-shadow: 0px 3px 0px #B2BDC4;
    box-shadow: 0px 3px 0px #B2BDC4;
   -webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	transform: translate(0, 4px);
}

a.btndisabled {
    float: right;
    cursor: not-allowed;
    background: #D2DDE4;
    color: #AAA!important;
    -webkit-box-shadow: 0 7px 0 #B2BDC4;
    -moz-box-shadow: 0 7px 0 #B2BDC4;
    box-shadow: 0 7px 0 #B2BDC4
}














/* Autocomplete
----------------------------------*/
.ui-autocomplete { 
	position: absolute; cursor: default; 
	z-index: 30;
}	
/*.ui-autocomplete-loadingloading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }*/

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/

.ui-menu, .pac-container {
	list-style:none;
	padding: 0; 
	margin: 0;
	
	display:block;
	width: 290px;
	border: 1px solid #000 !important;
	/*border-bottom: 0px solid #999 !important;*/
	box-shadow: 0 0 5px rgba(0,0,0,0.8) !important;
}

.pac-container {
	width: 291px !important;
	margin: -1px 0 0 0 !important;
	border: 1px solid #000 !important;
	/*border-bottom: 0px solid #999 !important;*/
	box-shadow: 0 0 5px rgba(0,0,0,0.8) !important;
}

.pac-container:after {
	border-bottom: 1px solid #999 !important;
}

.pac-icon, .pac-icon-marker {
	display: none;
}

.ui-menu .ui-menu {
	margin-top: 0px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 290px;
	background: #FFF;
	color: #000;
}

.ui-menu .ui-menu-header, .ui-menu .ui-autocomplete-category {
	margin:0;
	padding: 3px 5px;
	zoom: 1;
	float: left;
	clear: left;
	width: 280px;
	text-align: left;
	
	font-weight: 100;
	font-size: 17px;
	/*font-family: calibri, tahoma, verdana, 'trebuchet ms', "Gill Sans MT", arial;*/
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
	border-bottom:1px solid #999;
	background: #FFF;
	background: #E7F2F9;
	background: #C7D2D9;
	color: #000;
}

.pac-matched {
	color: #800;
	font-weight: 100;
}

.pac-item-query {
	font-size: 17px;
	color: #000;
	/*font-family: calibri, tahoma, verdana, 'trebuchet ms', "Gill Sans MT", arial;*/
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
}

.ui-menu .ui-menu-item a, .pac-item {
	text-decoration:none;
	display:block;
	padding: 3px 5px;
	line-height: 1.3;
	zoom:1;
	
	font-weight: 100;
	font-size: 17px;
	color: #000;
	/*font-family: calibri, tahoma, verdana, 'trebuchet ms', "Gill Sans MT", arial;*/
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
	border-bottom:1px solid #999;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus, 
.ui-menu .ui-menu-item a.ui-state-active, .pac-item:hover, .ui-menu .ui-menu-item:hover, .pac-container .pac-item-selected {
	font-weight: 100;
	margin: 0px;
	background: #FFFFCC !important;
	color: #000;
}
.ui-menu .ui-menu-item a img{
	float: right;
	margin: 1px -2px 0 3px;
}





/*	Marker Label */
.marker-label {
	z-index: 99;
	position: absolute;
	display: block;
}

.marker-label-txt {
	font-family: calibri;
	border: 1px solid #777;
	padding: 0 7px;
	width: auto;
	height: 23px;
	white-space: nowrap;
	color: #000;
	background: #FFF;
	font-size: 14px !important;
	line-height: 23px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
	margin-top: -15px;
	cursor: pointer;
	font-weight: 600 !important;
}
.mlabel0 {
	background: #FFF;
}
.mlabel1 {
	background: #D5FF70;
}
.mlabel2 {
	background: #FFDB00;
}
.mlabel3 {
	background: #FF9;
}

.marker-label-txt:hover {
	color: #FFF;
	background: #555;
}
/*	Marker Label */




/* your custom CSS \*/
	@keyframes pulsate {
		from {
			transform: scale(0.4);
			opacity: 1.0;
		}
		95% {
			transform: scale(1.3);
			opacity: 0;
		}
		to {
			transform: scale(0.4);
			opacity: 0;
		}
	}
	@-webkit-keyframes pulsate {
		from {
			-webkit-transform: scale(0.4);
			opacity: 1.0;
		}
		95% {
			-webkit-transform: scale(1.3);
			opacity: 0;
		}
		to {
			-webkit-transform: scale(0.4);
			opacity: 0;
		}
	}
	/* get the container that's just outside the marker image, , #map_canvas div < img[src*="img/spacer.gif?id=pulsating"]
		which just happens to have our Marker title in it */
	#map_canvas div.gmnoprint[title="Pulsating"], #map_canvas div.pulse {
		-webkit-animation: pulsate 1.5s ease-in-out infinite;
		animation: pulsate 1.5s ease-in-out infinite;
		border: 4pt solid #06f;
    
		/* make a circle */
		-webkit-border-radius:51px;
		border-radius:51px;
		
        /* multiply the shadows, inside and outside the circle */
		-webkit-box-shadow: 0 0 5px #06f;
		box-shadow: 0 0 5px #06f;
		
        /* set the ring's new dimension and re-center it */
		height:51px!important;
		margin:-31px 0 0 -22px;
		width:51px!important;
	}
	/* hide the superfluous marker image since it would expand and shrink with its containing element */
	#map_canvas div.gmnoprint[title="Pulsating"] img, #map_canvas div.pulse img {
		display:none;
	}




#poweredby {
	display: none;
	position: absolute;
	bottom: 0;
	right: 60px;
	width: 83px;
	height: 40px;
	padding: 0;
	border: 1px solid #555;
	border-bottom: 0px solid #555;
	border-right: 0px solid #555;
	cursor: pointer;
	background: #2693FF;
	z-index: 30;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;	
	text-shadow: 1px 1px 0 rgba(0,0,0,.9);
	font-size: 19px;
	line-height: 37px;
	text-align: right;
	color: #FFF;
}

#iwis_home {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	padding: 4px 0 2px 0;
	border-top: 1px solid #555;
	cursor: pointer;
	background: #555;
	z-index: 28;
}
#iwis_home img {
	border: 0 solid #000;
	width: 60px;
	height: 30px;
	padding: 0;
}
#iwis_home:hover {
	background: #2693FF;
}



/*HYDROGRAPH*/

#np_hydrograph_panel {
	display: none;
	position: absolute;
	top: -1px;
	right: 400px;
	width: 405px;
	z-index: 23;
	padding: 5px 7px;
	background: #FFF;
	border: 1px solid #555;
	font-family: "PFDinTextCompProMedium","Segoe UI",Helvetica,Arial,sans-serif;
	font-size: 17px;
}

#hydrograph_image {
	width: 405px;
}