html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

div#container {
	position: relative;
	width: 99%;
	height: 99%;
	display: block;
	border: groove;
	z-index: 0;
}

div#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.block {
	position: absolute;
	background-color: #d3d9de;/*#666;*/
	color: #fff;
	font: italic 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 0;
	padding-right: 0;
	z-index: 1;
	overflow: auto;
	/* IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/
	/* IE 5-7 */
	/*filter: alpha(opacity=60);*/
	/* Netscape */
	/*-moz-opacity: 0.6;*/
	/* Safari 1.x */
	/*-khtml-opacity: 0.6;*/
	/* Good browsers */
	/*opacity: 0.6;*/
	/*-webkit-border-radius: 10px;
	 -khtml-border-radius: 10px;
	 -moz-border-radius: 10px;*/
	border-radius: 10px;
}

ul#markers.small {
	height: auto;
	overflow: auto;
}

ul#markers {
	top: -13px;
	right: 7px;
	height: 350px;
	width: 300px;
	color: #d3d9de;
}

ul#markers > li {
	list-style-type: none;
	cursor: pointer;
	background-color: #444;
	background-color: #003558;
	margin: 5px;
	padding: 5px;
	border-radius: 10px;
}

ul#markers > li:hover {
	background-color: #000;
	background-color: #d3d9de;
	color: #003558;
}

.hidden {
	visibility: hidden;
}

div#infoDiv {
	bottom: 13px;
	right: 7px;
	color: #d3d9de;
}

div#infoDiv img {
	max-height: 150px;
	max-width: 150px;
}

div#infoDiv table {
	margin: 0 15px 15px 15px;
}

div#infoDiv table td:nth-child(0) {
	font-style: italic;
}

div#infoDiv table a {
	text-decoration: none;
	color: inherit;
}

div#infoDiv div#infoWindow {
	background-color: #003558;/*#000;*/
	margin: 5px;
	border-radius: 10px;
}