html, body {
    margin: 0;
    height: 100%
    }

body {
    margin: 0px;
	padding: 0px;
    }

.input {
    background: #fff;
	height: 14px;
	color: gray;
}
.button {
    background: #fff;
	cursor:pointer;
}

#zoombox {
	color:gray;
	font-size: .9em;
}

#topper {
	background-color:#FFF;
    padding:1px;
    font-family: Arial, sans-serif;
    font-size:1.1em;
    color:#E01838;
    line-height:1em;}

	#headertext {
		margin:4px 4px;
		height: 0px;
		font-size: .7em;
		color: black;
		background: #FFF;	
	}

#footer{
	background-color: #FFF;
	color: #6b6b6b;
	height:25px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
    font-family: Arial, sans-serif;
    font-size:11px;
	text-align: right;
	margin-right: 5px;
	}

a:link{
	text-decoration:none;
	color: #1959A6;
	cursor:pointer;
}

a:hover{
	text-decoration:underline;
}

#expand {
	color: #1959A6;
	cursor:pointer; 
	font-family: Arial, sans-serif;
}


#embed {
	color: #1959A6;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	margin-left: 4px;
}



#embed:hover {
	text-decoration: underline;
}

#expand:hover {
	text-decoration: underline;
}


#infobox {
	color: #1959A6;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	margin-left: 6px;
	text-align: right;
	margin-top: 4px;
	font-size:1em;
}



#infobox:hover {
	text-decoration: underline;
}

#twitter_button {
	position: absolute;
	top: 4px;
	right: 6px;
}

#mapTopperInfo {
	display: none;  /* starts off hidden */
	height:60px;
	background-color:#ffffff;
	border:1px solid white;
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
	color:#000000;
	position: absolute;
        bottom:60px;
	left:40px;
	background-color:#FFF;
	padding:4px;
	padding-right:15px;
	font-family: Arial, sans-serif;
	font-size:12px;
	border: 0px;
	line-height:1.3em;
}

#printline{
	color: #1959A6;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	margin-left: 6px;
	text-decoration:none;
}

#printline:hover {
	text-decoration: underline;
}

#facebook-shares-button {
	margin-top:6px;
}

#map_canvas img, #map_canvas a {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	 -webkit-user-select: none; -moz-user-select: none;
	 }
	
#map_canvas{
	width:100%;
	position:absolute;
	top:40px;
	bottom:30px;
	left:0;
	right:0;}

h1 {font-size:18px; margin:0 0 4px 0;}
h2 {font-size:16px; margin:0 0 6px 0;}


	#pane_5, #pane_6 { -webkit-user-select:text; }
	*:focus { outline-style :none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
	

/*	h1,h2,h1 a{display:inline-block;font-size:13px;vertical-align:middle;}
	h1{margin:0 10px 0 0;padding:0;}
	
	img{margin:0;padding:0;border:none;}
	
	div.InfoWindow{font-family:Arial;font-size:90%;}
	div.InfoWindow div.Address{font-size:80%;font-style:italic;margin-bottom:.9em;}
	div.InfoWindow div.Title{font-weight:bold;}

	#LoadingDiv{-moz-opacity:.25;-khtml-opacity:.25;background-color:Black;opacity:.25;width:100%;z-index:1000;position:absolute;top:27px;bottom:44px;left: 0;right:0;}
	#LoadingDiv p{height:32px;margin:0;position:absolute;top:50%;vertical-align:middle;width:100%;}
	#LoadingDiv img{display:block;height:32px;margin:0 auto;position:relative;top:-50%;width:32px;} */

