<!--
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.map {
	border: 1px solid #046181;
	height: 660px;
	margin-right:3px;
}

.mapwindow{
	margin:0;
	overflow:hidden;
}
.mapwindow .imgwrapper{
	width:80px;
	height:80px;
	overflow:hidden;
	margin:3px;
	border:1px solid #666;
}
.mapwindow .imgwrapperhotel{
	width:64px;
	height:64px;
	overflow:hidden;
	margin:6px 11px 4px 11px;
	border:1px solid #666;
}
.mapwindow .imgwrapperbuilding{
	width:80px;
	height:120px;
	overflow:hidden;
	margin:3px;
	border:1px solid #666;
}
.mapwindow > .title{
	text-align:center;
	padding:0 1px;
}
.mapwindow a{
	color: black;
	text-decoration:none;
}
.mapwindow a:hover{
	text-decoration:underline;
}

.mapnav{
	background-color:#fff;
	list-style:none;
	margin:0;
	padding:2px 0 2px 2px;
	border: 1px solid #046181;
	height: 656px;
	overflow:auto;
}
.mapnav li{
	clear:left;
}
.mapnav li > div + div a{
	color:#000!important;
	text-decoration:none;
	cursor:pointer;
	padding-left:0!important;
}
.mapnav li > div{
	width:126px;
	text-align:left;
}
.mapnav li > div:hover{
	color:#0000ff;
}
.mapnav li > div a:hover{
	text-decoration:underline;
	color:#ff0000!important;
	background-color:#fff;
	padding-left:0;
}

.legend{
	margin:4px 3px 0 0;
	padding:0 2px 4px 4px;
	border: 1px solid #046181;
}
.legend .header{
	font-weight:bold;
	margin:6px 0 4px 0;
}
.legend .text{
	margin:0 0 10px 4px;
}

/*** ExtInfoWindow ***/

#map_window{
  width: 88px;
}
#map_window_contents{
  background-color: #FFF;
  border: 1px solid  #000;
}
#map_window_beak{
  width: 28px;
  height: 14px;
  background: url('/img/zzbgground/beak.png') top left no-repeat transparent;
}
* html #map_window_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/zzbgground/beak.png', sizingMethod='crop');
}
#map_window_tl, #map_window_tr, #map_window_bl, #map_window_br,
#map_window_t,#map_window_l,#map_window_r,#map_window_b{
  height: 0px;
  width: 0px;
}
-->