@charset "utf-8";

.iftimepermits{
	font-size: 26px;
	color: #000;
	font-weight: bold;
	text-transform: capitalize;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.maphead .explore{
	font-family: 'Rancho', cursive;
	color: #0B5A7D;
	font-size: 3.5em;
	text-transform: capitalize;
	text-shadow:1px 1px 0px #0067C3;
	display: block;
	margin-left: 20px;
}

.maphead .buttons{
	display: block;
	/* [disabled]float: left; */
	position: absolute;
	/* [disabled]top: 0px; */
	right: 0px;
	bottom: 10px;
}


.popup_info{
	font-size: 1em;
	/* [disabled]color: #4D7FB2; */
	/* [disabled]background-color: #CF3; */
	/* [disabled]padding-left: 8px; */
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	font-weight: bold;
	font-family: "Trebuchet MS";
	/* [disabled]text-transform: uppercase; */
}
.popup_info:last-child {	/*
	[disabled]background-color: #FFDCA9; */	/*background-color: #999;*/
	margin-bottom: 5px;
}

.strong{
	font-size: 0.9em;
	color: #555;
	font-weight: normal;
	text-transform: capitalize;
}

.popup_head{
	font-size:1.1em;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background-color: #004F7D;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #65B2E0;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #65B2E0;
	margin-bottom: 4px;
}



.extra{
	display: block;
	/* [disabled]margin-top: 20px; */
	font-family: "Trebuchet MS";
	margin-right: 20px;
	margin-left: 20px;
}
.filterheadOLD {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #035481;
	font-weight: bold;
	display: block;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 4px;
}



::-webkit-input-placeholder {
	font-family: "Trebuchet MS";
    color:#333;
	font-size:11px;
	font-style:italic;
}
:-moz-placeholder {
	font-family: "Trebuchet MS";
    color:#333;
	font-size:11px;
	font-style:italic;
}
::-moz-placeholder {
	font-family: "Trebuchet MS";
    color:#333;
	font-size:11px;
	font-style:italic;
}
:-ms-input-placeholder {
	font-family: "Trebuchet MS";
    color:#333;
	font-size:11px;
	font-style:italic;
}

.maplegend {
	position: absolute;
	/* [disabled]width: 200px; */
	/* [disabled]height: 400px; */
	right: 15px;
	/*right: 535px;*/
	/* [disabled]background-color: #FFF; */
	top: 40px;
}




.buttons {
	/* [disabled]background-color: #F63; */
	display: block;
	position: absolute;
	top: 152px;
	right: 0px;
	/* [disabled]float: right; */
}
.buttons input[type=button] {
	float: right;
}
.buttons input[type=button]:nth-child(2) {
	margin-top: 12px;
}



input[type=button] {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	/* [disabled]background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) ); */
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
}

input[type=button]:hover {
	/* [disabled]background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) ); */
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}

input[type=button]:active {
	position:relative;
	top:1px;
}









.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}    
#placeSearch {
	/* [disabled]right: 0px; */
	/* [disabled]top: 0px; */
}
#waterSearch {
	/* [disabled]right: 0px; */
	/* [disabled]top: 76px; */
}
.form-wrapperORIG {
	width: 450px;
	padding: 15px;
	margin: 150px auto 50px auto;
	background: #444;
	background: rgba(0,0,0,.2);
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);	
	overflow: visible;
	position: absolute;
	right: 0px;
}
.form-wrapper inputORIG {
	width: 330px;
	height: 20px;
	padding: 10px 5px;
	float: left;
	font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
	border: 0;
	background: #eee;
	border-radius: 3px 0 0 3px;
}
.form-wrapper buttonORIG {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 110px;
	font: bold 12px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: #fff;
	text-transform: uppercase;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color: #D9382A;
}
.form-wrapper buttonORIG {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 80px;
	font: bold 15px/40px 'trebuchet MS';
	text-shadow:1px 1px 0px #810e05;
	color: #fff;
	text-transform: capitalize;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color: #D9382A;
}


/* Form wrapper styling */
.form-wrapper {
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	overflow: visible;
	position: relative;
	margin-right: auto;
	margin-left: auto;	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";*/
	background-color: #2191C0;
	border: 3px solid #FFF;
	background: #2191c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #2191c0 0%, #55a1c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2191c0), color-stop(100%,#55a1c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2191c0 0%,#55a1c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2191c0 0%,#55a1c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2191c0 0%,#55a1c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2191c0 0%,#55a1c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2191c0', endColorstr='#55a1c1',GradientType=0 ); /* IE6-9 */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.form-wrapper .wrapper {
	width: 230px;
	float:left;
}

.form-wrapper .wrapper:first-child {
	margin-right: 16px;
}

.form-wrapper .wrapper .searchHead {
	font-size: 1em;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	display: block;
	font-weight: bold;
}
 
/* Form text input */
 
.form-wrapper input {
	width: 160px;
	height: 20px;
	float: left;
	border-radius: 3px 0 0 3px;
	font-family: "trebuchet MS";
	font-size: 12px;
	/* [disabled]font-weight: bold; */
	color: #333;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	text-transform: capitalize;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFF;
}
.form-wrapper input:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
	/* [disabled]-moz-appearance: none; */
	/* [disabled]color: #F30; */
}
 
.form-wrapper input::-webkit-input-placeholder {
   color: #333;
   font-weight: normal;
   font-style: italic;
}
 
.form-wrapper input:-moz-placeholder {
    color: #333;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper input:-ms-input-placeholder {
    color: #333;
    font-weight: normal;
    font-style: italic;
}   
 
/* Form submit button */
.form-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 30px;
	width: 60px;
	text-shadow:1px 1px 0px #810e05;
	color: #fff;
	text-transform: capitalize;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	/* [disabled]background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% ); */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color: #D9382A;
	font-family: "trebuchet MS";
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}  
   
.form-wrapper button:hover{
	/* [disabled]background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) ); */
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	/* [disabled]background-color:#0099FF; */
}  
   
.form-wrapper button:active,
.form-wrapper button:focus{
	outline: 0;
	background-color: #e54040;
}
 
.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 7px;
    left: -6px;
}
 
.form-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
	border-right-color: #c42f2f;
}     
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
} 



select {
	font-family: 'trebuchet MS';
	font-size: 13px;
	padding: 5px;
	width: 140px;
}
#hide {
	display: none;
}
#maximize {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#zrsa {
	display: block;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #666;
	right: 10px;
	bottom: 10px;
	/* [disabled]background-color: #36F; */
	width: 180px;
}

#zrsa a{
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}

#zrsa .zrsaimg{
	display: block;
	height: 16px;
	width: 16px;
	float: right;
	position: relative;
	padding-left: 6px;
	margin-top: -2px;
}
.searchHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: right;
	display: block;
}

.currentsettings {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 28%;
	color: #777;
	float: left;
	padding-right: 1%;
	position: relative;
	display: inline-block;
}
.currentsettings ul {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.currentsettings ul li{
	margin: 0px !important;
	font-size: 12px;
	font-weight: bold;
	/* [disabled]display: inline-block; */
	/* [disabled]width: 240px; */
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #02507E;
	background-color:inherit !important;
	position: relative;
	padding: 8px;
}

.currentsettings ul li .head{
	display: block;
	padding-bottom: 3px;
	/*margin-right: 20px;*/
}


.currentsettings li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.currentsettings ul .currentinfo{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	/* [disabled]margin-right: 30px; */
}

.currentsettings ul li img{
	height: 0px;
	width: 0px;
	cursor: pointer;
	background-image: url(../images/close_red.png);
	background-repeat: no-repeat;
	outline: none;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -11px;
	padding: 11px;
	visibility: hidden;
	/* [disabled]margin-left: 10px; */
}


.currentsettings ul li img:hover{
	background-image: url(../images/close_grey.png);
}



.filterinfo {
	font-size: 14px;
	font-weight: bold;
	/* [disabled]display: block; */
	padding-left: 5px;
	color: #000;
}


.ui-autocomplete {
	width: 150px;
	min-height: 160px;
	font-size: 11px;

}


.filters{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	position: relative;
	background: #d7d7d5; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7d7d5 0%, #cdcbc7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d7d5), color-stop(100%,#cdcbc7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d7d7d5 0%,#cdcbc7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d7d7d5 0%,#cdcbc7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d7d7d5 0%,#cdcbc7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d7d7d5 0%,#cdcbc7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d5', endColorstr='#cdcbc7',GradientType=0 ); /* IE6-9 */
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C4C0BD;
	float: left;
}

.filters ul h3 {
	margin: 0px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 18px;
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .2);
	display: block;
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	background: #2191c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #2191c0 0%, #55a1c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2191c0), color-stop(100%,#55a1c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2191c0 0%,#55a1c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2191c0 0%,#55a1c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2191c0 0%,#55a1c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2191c0 0%,#55a1c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2191c0', endColorstr='#55a1c1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #FFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.filters .top{
	display: inline-block;
	position: relative;
	width: 68%;
}

.filters .top .filter_tab{
	background-color: #D7D7D5;
	display: block;
	position: absolute;
	left: 0px;
	text-align: center;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	vertical-align: middle;
	font-weight: bold;
	overflow: visible;
	top: -43px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	color: #02507E;
}

.filterhead{
	font-size: 0.9em;
	color: #2793C0;
	padding-bottom: 8px;
	display: block;
	font-weight: bold;
	/* [disabled]background-color: #F63; */
}

.filters .top ul{
	margin: 0px;
	list-style-type: none;
	display: block;
	/* [disabled]background-color: #36F; */
	/* [disabled]height: 150px; */
	/* [disabled]float: left; */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.filters .top ul li{
	display: inline-block;
	/* [disabled]float: left; */
	margin-right: 15px;
	padding-right: 15px;
	/* [disabled]border-right-width: thin; */
	/* [disabled]border-right-style: dotted; */
	/* [disabled]border-right-color: #CCC; */
	/* [disabled]background-color: #0FF; */
	padding-top: 10px;
	padding-bottom: 10px;
 }
 
 
 
 input[type=search] {
	font-family: 'trebuchet MS';
	font-size: 13px;
	width: 136px;
	padding:5px;
}












