﻿.olControlPanel div
{
	display: block;
	width: 24px;
	height: 24px;
	margin: 1px;
}
.olControlPanel .olControlMeasureItemInactive
{
	width: 24px;
	height: 24px;
	background-image: url("../img/measuring-stick-off.png");
}
.olControlPanel .olControlMeasureItemActive
{
	width: 24px;
	height: 24px;
	background-image: url("../img/measuring-stick-on.png");
}
.olControlPanel .olControlZoomBoxItemInactive
{
	width: 24px;
	height: 24px;
	background-image: url("../img/drag-rectangle-off.png");
}
.olControlPanel .olControlZoomBoxItemActive
{
	width: 24px;
	height: 24px;
	background-image: url("../img/drag-rectangle-on.png");
}
.olControlPanel .olControlDragPanItemInactive
{
	width: 24px;
	height: 24px;
	background-image: url("../img/panning-hand-off.png");
}
.olControlPanel .olControlDragPanItemActive
{
	width: 24px;
	height: 24px;
	background-image: url("../img/panning-hand-on.png");
}
.switchbutton
{
	border: solid 1px Black;
	padding: 3px;
	width: 70px;
	margin-right: 3px;
	float: left;
	text-align: center;
	font-size: 11px;
}
.switchbutton.inactive
{
	background-color: #606191;
	color: White;
}
.switchbutton.active
{
	background-color: White;
	color: Black;
	font-weight: bold;
}
.menu
{
	font-weight: bold;
	color: White;
	text-decoration: none;
}
.menuitem
{
	padding: 2px 5px 2px 5px;
	color: White;
	background-color: #2e3192;
}
.static
{
	margin-bottom: 2px;
	width: 210px;
}
.dynamic
{
	border-left: solid 2px #606191;	
}
.menuitemhover
{
	color: White;
	background-color: #F80;
}
a.menuitem
{
	text-decoration: none;
}
a:hover.menuitem
{
	text-decoration: none;
}
