.locarea {
	text-align: center;
}
.locmap {
	border: 2px solid black;
}
.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: 100%;
	text-align: left;
}
.locpopup h3, .locpopup h4 {
	margin: 0;
}
.locpopup p {
	padding: 0 0 0.35em 0;
	margin: 0;
	font-size: 1.1em;
}

/* 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 2/13/2015) */
.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;
}

/* Drag Zoom Button Styles (added during update on 5/11/2020) */
.lmdzbutton {
	box-shadow: 0 0 4px #CCC;
}
@media print {
	.lmdzbutton {
		display: none;
	}
}

/* Center On Box Styles */
.locarea input[type=text] {
	margin-top: 0.5em;
}
