.messageOverlay{
	position: relative; 
	top: -55%; 
	width: 208px; 
	height:13px;
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	border:0px;
	z-index: 100; 
	/*opacity: .75; 
	filter: alpha(opacity=75);*/
	background-image:url(../../template/images/loadingAnimation.gif);
	font-size:11px;
	color:#000000;
}
.messageOverlay_hidden{
	display:none;
	z-index: -100; 
}

div.markerTooltip{
	  color: black;
	  font-weight: bold;
	  background-color:#FFFFFF;
	  white-space: nowrap;
	  margin: 0;
	  padding: 2px 4px;
	  border: 1px solid black;
	  font-size:11px;
}
.markerDetail{
	width:350px;
	padding:2px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
}

.markerDetailTable{
	width:350px;
}

.detailedInfoBox{
	font-size:11px;
	float:left;
	width:320px;
	padding:3px 0px 3px 3px;
}

.clearer{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
/*.boxarrow{
	width:14px;
	height:28px;
	background-image:url(../images/boxarrow.png);
	margin-left:-16px;
	position:absolute;
	margin-top:-2px;
}
*html .boxarrow{
	width:14px;
	height:28px;
	background-image:url(../images/boxarrow.png);
	margin-left:-345px;
	position:absolute;
	margin-top:-2px;
}*/

