.locarea {
	text-align: center;
}
.locmap {
}
.loclegend {
	padding: 10px;
}
.loclegitem {
	width: 30px;
	padding-bottom: 5px;
	float: left;
}
.loclegdesc {
	padding-bottom: 5px;
	float: left;
}
.loclegdiv {
	clear: both;
	height: 1px;
}
.loclegdiv span {
	display: none;
}
/* Google Map Popup Text Style (added during update on 9/23/2011) */
.locpopup {
	width: 200px;
	text-align: left;
}

/* Google Map Overlay Button Styles (added during update on 9/23/2011) */
.lmbuttonup {
	color: #000;
	background: #FFF;
	font-family: Arial;
	font-size: 12px;
	border: 1px outset #C0C0C0;
	padding: 0;
	text-align: center;
	width: 100px;
	cursor: pointer;
}
.lmbuttondown {
	color: #000;
	background: #FFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border: 1px inset black;
	padding: 0;
	text-align: center;
	width: 100px;
	cursor: pointer;
}
.lmbuttons {
	border: 1px solid black;
}

/* Category Styles (added during update on 4/12/2012) */
.lmcaton {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.lmcatoff {
	opacity:0.4;
	filter:alpha(opacity=40);
}

/* Label Styles (added during update on 10/24/2018) */
.lmlabel {
	color: white;
	background-color: black;
	padding: 1px;
	font-size: 10px;
	text-align: center;
	width: 10px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
