/* Google Maps Controls
-----------------------------------------------------------------------------------------*/
#gm-zoom {
	width: 19px;
}
#gm-zoomin, #gm-zoomout {
	width: 17px;
	height: 17px;
}
#gm-ladder {
	padding: 3px 0;
	position: relative;
}
#gm-ladder-top {
	width: 17px;
	height: 3px;
	font-size: 0;
	line-height: 0;
}
#gm-ladder-bottom {
	width: 17px;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
#gm-ladder-level {
	width: 19px;
	height: 11px;
	position: absolute;
	top: 0;
	font-size: 0;
	line-height: 0;
}
#gm-ladder-steps div {
	width: 17px;
	height: 7px;
	font-size: 0;
	line-height: 0;
}
#gm-zoomin, #gm-zoomout, #gm-ladder div {
	margin: 0 auto;
	cursor: pointer;
}
#gm-type {
	background-color: #5b5b5b;
}
#gm-type a {
	color: #ffffff;
	font: normal 12px/23px 'Trebuchet MS', sans-serif;
	margin: 0 7px;
	text-decoration: none;
}
#gm-type a.selected {
	color: #fa9d00;
}
#gm-pan {
	width: 51px;
}
#gm-pan div {
	position: absolute;
	cursor: pointer;
	width: 17px;
	height: 17px;
}
#gm-pan-top {
	top: 0px;
	left: 20px;
}
#gm-pan-bottom {
	top: 40px;
	left: 20px;
}
#gm-pan-left {
	top: 20px;
	left: 0px;
}
#gm-pan-right {
	top: 20px;
	left: 40px;
}
#gm-pan-center {
	top: 20px;
	left: 20px;
}
#gm-cross {
	position: relative;
	top: 50%;
	left: 50%;
	width: 13px;
	margin-top: -6px;
	margin-left: -6px;
	background: transparent url(/images/mapcontrol/cross.gif) no-repeat top left;
}


/* Google Maps Markers
-----------------------------------------------------------------------------------------*/
#gm-tooltip {
	color: #000000;
	background-color: #ffffff;
	white-space: nowrap;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ff8000;
	position: absolute;
	height: 19px;
	font: normal 12px/19px 'Trebuchet Ms', Arial, Verdana, sans-serif;
}
#gm-detailwindow {
	position: absolute;
	height: 99px;
	width: 381px;
	background: url(/images/icoon/detailwindow-schaduw.png) no-repeat bottom left;
}
#gm-detailwindow div.content {
	position: absolute;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	width: 330px;
	font: normal 12px/17px 'Trebuchet Ms', Arial, Verdana, sans-serif;
	border: 1px solid #cd5781;
	border-color: #4f4f4f;
}
#gm-detailwindow table {
	width: 100%;
	height: 80px;
}
#gm-detailwindow .foto {
	width: 100px;
	text-align: center;
	padding: 5px;
}
#gm-detailwindow .foto img {
	height: 80px;
}
#gm-detailwindow .foto a {
	width: 100px;
	height: 80px;
	display: block;
}
#gm-detailwindow .details {
	padding: 0 7px;
}
#gm-detailwindow .titel {
	color: #1f74d3;
	font: bold 14px/18px 'Trebuchet MS', sans-serif;
	display: block;
}
#gm-detailwindow .tekst {
	color: #5b5b5b;
}
#gm-detailwindow .sluiten {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/images/icoon/detailwindow-sluiten.gif) no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
}