/*
  Style for map toolbar.
*/
.toolbar
{
	background-color  : #A7AEBA;
	border-color      : silver;
	border-style      : none;
	border-width      : 1px;
}

.maptool
{
	width: 5%;
	text-align: right;
}

.mapwidthtool
{
	text-align: right;
}

.toolbarzoom 
{
	font-family:tahoma,sans-serif;
	font-size:10px;
	background:#eeeeee;  
	padding: 0px;
	border:1px navy ridge;
}
.toolbarzoomtext
{
	font-family:tahoma,sans-serif;
	font-size:10px;
	background:#eeeeee;
}


