html, body, #mapDiv { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
	position: relative; 
	font-family: "Trebuchet MS";
}

#HomeButton {
	position: absolute;
	top: 95px;
	left: 20px;
	z-index: 50;
}

#LocateButton {
	position: absolute;
	top: 135px;
	left: 20px;
	z-index: 50;
}

#search {
        display: block;
        position: absolute;
        z-index: 2;
        top: 20px;
        left: 74px;
        }

#bottomPanel {
        margin: 0;
        position: absolute;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
	bottom: 15px;
        z-index: 100;
}

#timeInfo{
	border-radius: 8px;
	border: solid 2px #000000;
	background-color: #d6eaf8;
	display: block;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 1000px;
	z-index: 99;
}

#popup{
	position:absolute;
	display:hidden;
	top:50px;
	left:50%;
	width:500px;
	height:auto;
	margin-left:-250px;
	background-color:white;
	z-index:6;
	padding:20px;
	border:solid 5px #333333;
	border-radius:5px;
}

#popup h1{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3F5C9A;
	border-bottom:1px #3F5C9A solid;
	margin:0;
	padding:0;
}

#popup h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	margin:0;
	padding-top:10px;
	text-align:left;
}

#popup p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0;
	padding:0;
	text-align:justify;
}

#popup a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0;
}

#overlay-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 5;
	display: none;
}

#header {
	height: 35px;
	line-height: 0px;
	border-color: #00467F;
	background-color: #58567A;
	border-width: 2px;
	border-radius: 5px;
	overflow: hidden;
}

#bannerTitle {
	position: relative;
	/* bottom: 15px; */
	left: 10px; 
	font-family: "Times New Roman", Georgia;
	font-size: 28px;
	font-weight: bold;
	color: #F1F1F1;
}

#copyright {
	position: relative;
	bottom: 10px;
	font-family: "Times New Roman", Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #F1F1F1;
}

#layersDiv {
	padding: 5px;
}

#layersDiv2 {
	padding: 5px;
}

#tocDivBase {
	padding-left: 5px;
}

#tocDivDepthLayer {
	padding-left: 5px;
}

#timeSliderTitle {
	font-size: 16px;
	font-weight: bold;
}

#chartTitle {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#closeDiv {
	position: relative;
	bottom: 5px;
}

#disclaimer {
	font-size: 11px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;     
}

.esriLegendLayer {
	font-size: 12pt;
}

.esriLegendLayerLabel {
	font-size: 12pt;
}

.close-image{
	display: block;
	float:right;
	position:relative;
	top:-15px;
	right: -15px;
	height: 20px;
}

.claro .dijitTitlePaneTitle {
	background: #fff;
	font-weight: 600;
	border: none;
	border-bottom: solid 1px #29201A;
	border-top: solid 1px #29201A;
}

.claro .dijitTitlePaneTitleHover {
	background: #eee;
}

.claro .dijitTitlePaneTitleActive {
	background: #808775;
}

.claro .dijitTitlePaneContentOuter {
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.dojoxFloatingPaneTitle, .reportTitlePane {
	color: white;
	background-color: #76a2c5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	overflow: auto;
}

.dojoxFloatingPaneContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	overflow: auto;
}

.modal {
	display: none;
	position: fixed; /* Stay in place */
	/* z-index: 1; Sit on top */
	/* padding-top: 1px;*/
	border-radius: 15px;
	border-style: solid;
	border-width: 2px;
	left: 200px;
	top: 200px;
	background-color: rgb(255,255,255);
	width: 50%; /* Full width */
	height: 465px; /* Full height */
}

.close {
	color: #aaaaaa;
	/*float: right;*/
	position: relative;
	top: -8px; 
	font-size: 36px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}


@media only screen and (min-width: 250px) and (max-width: 768px) {

	#bannerTitle {
		position: relative;
		bottom: -5px; 
		left: 5px; 
		font-family: "Times New Roman", Georgia;
		font-size: 20px;
		font-weight: bold;
		color: #F1F1F1;
	}

	#copyright {
		position: relative;
		bottom: 5px;
		font-family: "Times New Roman", Georgia;
		font-size: 9px;
		font-weight: bold;
		color: #F1F1F1;
	}

	#tdBanner {
		width: 60% !important;
	}

        #disclaimer {
	        font-size: 0px;
        }

	td.bannerWidth {
		width: 20% !important;
	}

	img.banner {
		width: 100%;
		height: auto;
	}

	#popup {
		top: 130px;
		width: 275px;
		left:10%;
		margin-left:-20px;
		height: 180px;
		overflow: scroll;
	}

	#timeInfo {
		border-radius: 8px;
		border: solid 2px #000000;
		background-color: #d6eaf8;
		display: block;
		padding: 5px;
		position: relative;
		text-align: center;
		width: 300px;
		z-index: 99;
	}
	
	.modal {
	    display: none;
	    position: fixed; /* Stay in place */
	    border-radius: 15px;
	    border-style: solid;
	    border-width: 2px;
	    left: 40px;
	    top: 5px;
	    background-color: rgb(255,255,255);
	    width: 86%; /* Full width */
	    height: 350px; /* Full height */
    }
	
	#chartTitle {
	    font-size: 17px;
	    font-weight: bold;
	    text-align: left !important;
    }
	
	td.mobile {
		align: left !important;
	}
	
	#chartDiv {
		height: 280px !important;
	}

}


@media only screen and (min-width: 769px) and (max-width: 1023px) {

	#bottomPanel {
		left: 50%;
		margin: 0 auto; 
		margin-left: -330px;
		position: absolute;
		bottom: 4.5em;
	}

	#timeInfo {
		border-radius: 8px;
		border: solid 2px #000000;
		background-color: #d6eaf8;
		display: block;
		padding: 5px;
		position: relative;
		text-align: center;
		width: 650px;
		z-index: 99;
	}

	#chartTitle {
	    font-size: 20px;
	    font-weight: bold;
	    text-align: left !important;
        } 


}