.MapArea
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.MapTable
{
	background-color:#f0f0f0;
	border: solid 1px black;
}
.PanButton
{
	padding: 0px 0px 0px 0px;
}
.SliderControl
{
	float:left;
}
.ZoomPanArea
{
	float:right;
	margin-top:7px;
}
.ZoomPan { float:left; }
.PoiMouseover
{
	border: solid 1px black;
	z-index: 250;
	display: none;
	position: absolute;
	background-color: White;
}
.BoxContent
{
	font-family: Arial;
	color: Black;
	font-size: 11px;
	font-weight:bold;
	padding: 2px 2px 2px 4px;
	overflow:visible;
	width:auto;
	
}
a.BoxContent:link, a.BoxContent:hover, a.BoxContent:visited
{
	font-family: Arial;
	color: Black;
	font-size: 10px;
	text-decoration: none;
}
a.BoxContent:hover
{
	text-decoration: underline;
}
