/* Map Viewer (Third Edition) by Howie Sternberg at howies@snet.net */

/* zoom to scale menu */
.mv_zoomtoscale {
	border: none;
	display: inline;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	position: relative;
	visibility: visible;
	cursor: default;
	z-index: 6;
}

/* zoom to scale menu when active and scales are listed */
.mv_zoomtoscaleactive {
	background-color: #FFFFFF;
	border: 1px solid #C1D2EE;
	display: inline;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	position: relative;
	visibility: visible;
	cursor: default;
	z-index: 6;
}
/* for map scale of current map */
.mv_scalecurrent {
	border: none;
	color: #0000FF;
	display: block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	position: relative;
	cursor: pointer;
}
/* for default and onmouseout class for each listed map scale */
.mv_scale {
	border: none;
	color: #3C78C8;
	display: block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	position: relative;
	cursor: pointer;
}
/* for onmouseover class for each listed map scale */
.mv_scaleover {
	border: none;
	color: #FF0000;
	display: block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	position: relative;
	cursor: pointer;
}
