div#popup {
	display: none;
	position: absolute;
	top: 0px; left: 100px;
	background-color: white;
	border: 1px solid gray;
	font-size: 12px;
	padding: 3px;
	border-radius: 5px;		
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2)
}

.esriPopup .titleButton.maximize {
	display: none;
}

#popup {
	display: none;
}

#bdate_Year_ID {
	width: 60px;
}
 
#edate_Year_ID {
	width: 60px;
}

#bdate_Month_ID {
	width: 100px;
}

#edate_Month_ID {
	width: 100px;
}

#bdate_Day_ID {
	width: 60px;
}

#edate_Day_ID {
	width: 60px;
}

.logo {
	float: left;
}

.logo img {
	margin: 0px 10px 0px 0px;	
}
table {

}

#datarow {
	display: none;
}

img {
   border: 0;
}

img.nomargin {
   margin: 0px;
}

img.icon {
   margin: 0px;
   vertical-align: bottom;
   margin-right: 10px;
   margin-bottom: 2px;
}

#footer {
	text-align: center;
}

#linkpanel {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	-webkit-overflow-scroll: scroll;
	background-color: transparent; 
}

#linkframe {
	
}

iframe {
	border: 0px;
}

#map_canvas {
    height: 600px;
    border: 0px solid black;
}

#controls {
    width: 50%;
    position: absolute;
    left: 10px;
    }

#contacts {
    width: 50%;
    position: absolute;
    right: 0px;
    }
    
#infowindowframe {
    width: 200px;
    padding-bottom: 0px;
    border: solid;
    border-width: 0px;
}

#infowindowtitle {
    text-align: center;
    background-color: #7799cc;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

#infowindowleftpane {
    float: left;
    padding-bottom: 0px;
    font-size: 10px;
}

#infowindowrightpane {
    float: right;
    padding-bottom: 0px;
    font-size: 10px;
}

.suggestion_list
	{
	background: white;
	border: 1px solid;
	padding: 4px;
	z-index: 500000;
	}
	
.suggestion_list ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 500000;
	}
	
.suggestion_list a
	{
	text-decoration: none;
	color: navy;
	z-index: 500000;
	}
	
.suggestion_list .selected
	{
	background: navy;
	color: black;
	z-index: 500000;
	}
	
.suggestion_list .selected a
	{
	color: white;
	}

#autosuggest
	{
	display: none;
	background-color: white;
	}
#suggestform
    {
	background-color: white;
	z-index: 1000;
	}

	#container{
		overflow: visible !important;
	}