body { /*    background-image: url(images/gradient.jpg);
     background-repeat: repeat-x;
     background-color: #b4b4b4;*/
	background-color: #FFF;
}
  
.mapOverview {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 200px;
	height: 150px;
	border: thin solid #000;
	background-color: #fff;
	overflow: hidden;
	z-index: 0;
}

.closeWidgetContainer {
	background-image:
		url("js/com/esri/solutions/jsviewer/assets/images/widget/w_close_red.png");
	height: 20px;
	width: 20px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

.legendContainer {
	display: none;
}

.headerLegend {
	background-color: #FFF;
	border: thin solid #BBB;
	opacity: .9;
	display: none;
	width: 250px;
	height: 100%;
}

.contentLegend {
	color: #EEEEEE;
	background-color: #336699;
	width: 100%;
}

.contentLegend li {
	color: #000000;
}

.listLegend {
	margin: 0;
	padding: 0;
	background-color: #DDD;
	text-align: left;
}

.listLegend li {
	margin: 0pt;
	padding: 0pt;
	list-style: none;
}

.listLegend li:hover {
	text-decoration: underline;
}

.listLegend li img {
	width: 20px;
	vertical-align: middle;
}

.cacheListLegend {
	margin: 0;
	padding: 0;
	background-color: #EEE;
}

.cacheListLegend li {
	margin: 0;
	padding: .2em;
	list-style: none;
}

.cacheListLegend li img {
	width: 20px;
	vertical-align: middle;
}

.cacheListLegend span {
	
}

#rightPanel {
	position: absolute;
	right: 0px;
	height: 100%;

}

#CenterPanel {
	position: absolute;
	
}

/* Sample CSS for positioning the map non-full-screen */
/*#map {
 position: absolute;
 left: 10px;
 top: 300px;
 width: 1000px;
 height: 550px;
 border: 2 px solid white;
 background-color: white;
 opacity: 1;
 }*/
#loadingImg {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
	display: none;
	width: 50%;
	margin: 0px auto;
	background-color: transparent;
}

#imgLoading {
	width: 50px;
	height: 50px;
	background-color: transparent;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

.idResult ul {
	margin: 0;
	padding: 0;
	background-color: #369;
	color: #FFF;
	width: 100%;
}

.idResult li {
	background-color: #EEE;
	color: #369;
	list-style: none;
	margin: 0;
	padding-left: .4em;
}

#searchSubmit  {
	background-image: url("js/com/esri/solutions/jsviewer/assets/images/small_icons/i_tools.png");
	background-repeat; no-repeat;
	width: 20px;
	height: 20px;
}

.searchError {
	font-weight: bold;
	color: red;
	background-color: inactivecaption;
	padding: .5em;
}


.printLegend {
	position: relative;
	background-color: #FFF;
}

@media print {
	
	@page {
	size: landscape
}
	html, body { width: 100%; height: 100%; margin: 0; padding: 0; overflow:visible; }
        #borderContainer { width: 100%; height: 100%; overflow:visible; }
	
		
	body {
		position: relative;
		
	}
	#leftPanel{
		
		overflow:hidden !important;

	}
	
	#accordionContainer{
		
		overflow:hidden !important;

	}
	
	#identifyPane {
		overflow:hidden !important;
	}
	
	#idenifyPane_wrapper {
		overflow:hidden !important;
	}
	#identifyResults_wrapper {
	overflow:hidden !important;
	}
	#close{
		
		display: none;
		visibility: hidden;
	}
	#searchLocate_wrapper {
		display: none;
		visibility: hidden;
		
		
	}
	#mapLayerPane_wrapper {
		display: none;
		visibility: hidden;
	}
	#measurePane_wrapper {
		display: none;
		visibility: hidden;
	}
	#savedLocations_wrapper {
		display: none;
		visibility: hidden;
	}
	
	#leftPane_splitter {
		display: none;
	}
	.indexOff {
		display: none;
	}
	
	.mapNavContainer {
		display: none;
	}
	
	.mapNavContainer2 {
		display: none;
	}
	
	table#map_zoom_slider.dijit.dijitReset.dijitSliderV {
		display: none;
	}
	.listLegend {
		height: 1000px;
		display: block;
		float: right;
		display: none;
		visibility: hidden;
		
	}
	 #rightPanel {
		width:180px;
	z-index: 98;
	right: 0px;
	float: right;

display: none;
		visibility: hidden;

    
	} 
	.headerLegend {
		width:180px;
	
	display: none;
		visibility: hidden;
			float: right;
		
	}
	.closeWidgetContainer {
		position: absolute;
		display: none;
	}
	
	#mapFooter {
	display: none;
}
}
	
	
	





/** Footer **/
div #footer {
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	background-color: #C6E9FC;
	/*color: #ffffff;*/
	color: #134474;
	position: relative;
	clear: both;
}

div #footer a {
	text-decoration: none;
	color: #134474;
}

div #footer a:hover {
	text-decoration: underline;
	color: #134474;
}

.footer-navigation li {
	display: inline;
	list-style-type: none;
	margin-left: 2px;
}

#mapFooter {
	font-family: sans-serif;
	background-color: #7BBBDE;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 99;
	opacity: .9;
}

.footerSection {
	font-size: 10px;
	padding: 5px;
	float: left;
	line-height: 0pt;
}

#mapFooter .footerSection a {
	text-decoration: none;
	color: #000;
}

#mapFooter .footerSection a:link {
	text-decoration: none;
	color: #000;
}

#searchBar{
	height: 60px;
}

/* #Advanced{
	margin: -40px 0px 0 265px;
	width:30px;
	height:25px;
}
#Help{
	margin: -68px 0px 0 625px;;
	width:30px;
	height:25px;
} */
/* #NavigationBar{
	width:400px;
}
#navigationButtons{
	width:400px; 
} */

#termsText{
	width:50%; margin-left: auto; margin-right: auto; margin-top: 100px; font-size: 1.2em;  margin-bottom: 50px;
	
}
#navigationButtons{
	width:auto;  margin:-40px 0 0 -120px;
}
#navigationButtons2{
	width:150px;  margin:150px 0 0 -40px;position:absolute; cursor: pointer; z-index: 99!important;
}



@media screen and (max-width: 340px) {
  #Banner{display: none;}
	
#searchBar{ height: 100px;}
	

#navigationButtons{
	width: 300px;
        margin: 30px 0 0 -350px;
}
#navigationButtons2{
	
        margin: 120px 0 0 -50px;
}
	.navText {
	font-size: 8px;
	line-height: 8px;
}	
#termsText{
	width:80%; margin-left: auto; margin-right: auto; margin-top: 100px; font-size: 1.2em;    margin-bottom: 50px;
	
}
#agreeToTerms{height: 20px; width: 100px;}
#declineTerms{height: 20px; width: 80px;}
 }
 
 @media screen and (min-width: 340px) and (max-width: 520px) {
  #Banner{display: none;}
	
#searchBar{ height: 100px;}
	
#Advanced{ margin: 0px 0px 0 0px;}
	.navText {
	font-size: 8px;
	line-height: 8px;
}	

#navigationButtons{
	width: 350px;
        margin: 30px 0 0 -350px;
}
#navigationButtons2{
	
        margin: 120px 0 0 -50px;
}
#termsText{
	width:80%; margin-left: auto; margin-right: auto; margin-top: 100px;font-size: 1.2em; margin-bottom: 50px;
	
}
#agreeToTerms{height: 20px; width: 100px;}
#declineTerms{height: 20px; width: 80px;}
 }
 
 @media screen and (min-width: 521px) and (max-width: 600px) {
  #Banner{display: none;}
	
#searchBar{ height: 60px;}
	
.navText {
	font-size: 8px;
	line-height: 8px;
}
#navigationButtons{
	width:350px; 
}
#termsText{
	width:80%; margin-left: auto; margin-right: auto; margin-top: 100px;font-size: 1.2em;    margin-bottom: 50px;
	
}
#agreeToTerms{height: 20px; width: 100px;}
#declineTerms{height: 20px; width: 80px;}
 }
 
 @media screen and (min-width: 600px) and (max-width: 620px){
  #Banner{display: none;}
	#termsText{
	width:80%; margin-left: auto; margin-right: auto; margin-top: 100px;font-size: 1.2em;     margin-bottom: 50px;
	
}
.navText {
	font-size: 8px;
	line-height: 8px;
}
#agreeToTerms{height: 20px; width: 100px;}
#declineTerms{height: 20px; width: 80px;}
 }