div.mainMap {
	margin: 0px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid silver;
}

div.mapSearch {
	display: none;
}

div.markerContainer {
	margin-bottom: 2px;
	padding: 0px 300px 0px 0px;
}
div.markerContainerInsert {
	font-size: 10px;
	border: 1px solid silver;
	background-color: white;
	opacity: 0.8;
}

div.moreButton {
	width: 60px;
	border: 1px solid black;
}
div.moreInner {
	border: 1px solid #ffffff;
	border-right-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	padding: 0px 6px 0px 6px;
	background-color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
div.infoLayerContainer {
	display: none;
	position: absolute;
	top: 17px;
	left: -1px;
	width: 140px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid black;
	background-color: white;
	opacity: 1.0;
}

div.mapButton {
	display: inline;
	width: 24px;
	height: 24px;
	padding: 5px;
	margin-right: 5px;
	background-color: white;
	border: 1px solid black;
}

img.pullIcon {
	margin: 0px;
	padding: 6px 6px 4px 5px;
}

div.LabeledMarker_markerLabel  {
  color: black;
  font-family: Arial;
  font-weight: bold;
  width: 50px;
  text-align: center;
}
div.simpleLabelBox  {
	opacity: 0.65;
	filter: alpha(opacity = 65);
	color: black;
  background-color: white;
  font-family: Arial;
  font-weight: bold;
  padding: 1px;
  text-align: center;
  border: 1px solid silver;
}
div.friendLabelBox  {
	opacity: 0.65;
	filter: alpha(opacity = 65);
	color: black;
  background-color: white;
  font-family: Arial;
  font-size: 10px;
  padding: 1px;
  text-align: left;
  border: 1px solid silver;
  white-space: nowrap;
}
span.listSub {
	color:#888;
	font-size:10px;
}
