@CHARSET "ISO-8859-1";
/************/
/* ScaleBar */
/************/
#vss_sb {
	position: absolute;
	right: 1px;
	color: #FFc61E;
	width: 100%;
	height: 32px;
	font-size: 9px;
	font-weight: bold;
	overflow: hidden;
}

#scaleBar {
	left: 366px;
	width: 205px;
	bottom: 0px;
	position: absolute;
	overflow: hidden;
	height: 32px;
	font-size: 11px;
}

.sbWrapper {
	position: absolute;
	margin: 15px 50% 0 50%;
	font-family: Helvetica, Verdana, Arial;
}

.sbBar {
	top: -5px;
	border: 1px solid #333333;
	background-color: white;
	height: 6px;
}

.sbBarAlt {
	top: -5px;
	border: 1px solid #333333;
	background-color: #333333;
	height: 6px;
}

.sbMarkerMajor {
	width: 0px;
}

.sbMarkerMinor {
	width: 0px;
}

.sbNumbersBox {
	top: 4px;
	font-size: 1em;
	color: #333333;
}

.sbLabelBox {
	top: -6px;
	font-size: 1em;
	color: #333333;
}

.sbLabelBoxSingleLine {
	top: -0.8em;
	font-size: 0.8em;
	color: #333333;
	font-variant: small-caps;
}


