@CHARSET "ISO-8859-1";

.olControlPanel div {
	display: block;
	top: 30px;
	width: 24px;
	height: 24px;
	margin: 5px;
	position: relative;
}

.olControlPanel .defaultBtnItemActive {
	width: 24px;
	height: 24px;
	background-image: url('/img/mapbutton/default_active.png');
}

.olControlPanel .defaultBtnItemInactive {
	width: 24px;
	height: 24px;
	background-image: url('/img/mapbutton/default_inactive.png');
}

.olControlPanel .drawBtnItemActive {
	width: 22px;
	height: 22px;
	background-color: blue;
}

.olControlPanel .drawBtnItemInactive {
	width: 22px;
	height: 22px;
	background-color: orange;
}

.olControlPanel .clearBtnItemActive {
	width: 22px;
	height: 22px;
	background-color: blue;
}

.olControlPanel .clearBtnItemInactive {
	width: 22px;
	height: 22px;
	background-color: orange;
}

.olControlPanel .zoomboxBtnItemInactive {
	width: 22px;
	height: 22px;
	background-color: orange;
}

.olControlPanel .zoomboxBtnItemActive {
	width: 22px;
	height: 22px;
	background-color: blue;
}

.olControlPanel .olControlZoomToMaxExtentItemActive {
	width: 22px;
	height: 22px;
	background-color: blue;
}

.olControlPanel .olControlZoomToMaxExtentItemInactive {
	width: 22px;
	height: 22px;
	background-color: orange;
}

.olControlPanel .addMarkerBtnItemActive {
	width: 22px;
	height: 22px;
	background-color: blue;
}

.olControlPanel .addMarkerBtnItemInactive {
	width: 22px;
	height: 22px;
	background-color: orange;
}

.olControlPanel .defaultViewBtnItemActive {
	width: 22px;
	height: 22px;
	background-color: blue;
}

.olControlPanel .defaultViewBtnItemInactive {
	width: 22px;
	height: 22px;
	background-color: orange;
}