@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	width: 980px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

#header {
	position: relative;
	/*left: 0px;
	top: 0px;*/
	height: 96px;
	width: 100%;
	padding: 1px;
	text-align: left;
	background-image: url("http://www.flat2map.com/images/skyline.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

#headerlogo {
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	height: 75px;
}

#nav {
	font-size: 0.8em;
	position: relative;
	width: auto;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

#maincontent {
	position: relative;
	padding: 5px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	min-height: 577px;
	/*background-color: #FFFFCC;*/
	/*background-color: #6699CC;*/
	background-color: #CDDCFE;
	border: 1px solid #006699;
}

#footer {
	color: #666666;
	font-size: 0.8em;
	height: 20px;
	width: auto;
	padding: 3px;
}
#footer a {
	color: #666666;
}

.loading_outer {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
.loading_inner {
	width: 150px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	border: 1px solid #000000;
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
	z-index: 3000000;
}

select {
	font-size: 1em;
	
}

input {
	font-size: 1em;
	
}

#form {
	width: 400px;
	margin-top: 200px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#search {
	float: left;
	font-size: 1em;
	width: 300px;
	border: 1px solid #000000;
	padding: 3px;
	height: 16px;
	vertical-align: middle;
}

#wait {
	float: left;
	border: 1px solid #000000;
	border-left: 0px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 3px;
}

#autocomplete {
	font-size: 1em;
	width: 400px;
	border: 1px solid #000000;
	padding: 0px;
	margin-bottom: 15px;
	cursor: pointer;
}

#autocomplete ul {
	list-style-type:none;
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	background-color: #6699CC;
}
#autocomplete li {
	list-style-type:none;
	list-style: none;
	list-style-position: inside;
	margin: 1px;
	padding: 2px;
	background-color: #FFFFFF;
}
#autocomplete li:hover {
	list-style-type:none;
	list-style: none;
	list-style-position: inside;
	margin: 1px;
	padding: 2px;
	background-color: #95B8DB;
}

.count {
	margin-left: 10px;
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}

#startDate, #endDate {
	width: 75px;	
}

h1 {
	display: inline;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

div.markerTooltip, div.markerDetail {
	color: black;
	font-weight: normal;
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid black;
	font-size: 0.7em;
}

