﻿body
{
	font-family: Verdana;
}

.TopBackground
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 34px;
	width: 100%;
	z-index: 101;
	background-image: url(../images/tools/topbar.gif);
	background-repeat: repeat-x;
}

.ToolbarNavig
{ 
	position: absolute;
	z-index: 200; 
	left: 5px; 
	top: 0px;
}

.ToolbarMapType
{
	position: absolute;
	z-index: 201; 
	right: 0px; 
	top: 0px;
}

.TopTools
{
	position: absolute;
	right: 200px;
	top: 0px;
	height: 34px;
	width: 400px;
	z-index: 102;
	background-image: url(../images/tools/toptoolsbar.gif);
	background-repeat: repeat-x;
}

.TopToolsEditor
{
	position: absolute;
	right: 200px;
	top: 0px;
	height: 34px;
	width: 280px;
	z-index: 102;
	background-image: url(../images/tools/toptoolsbar.gif);
	background-repeat: repeat-x;
}

.TopToolsStart
{
	position: absolute;
	width: 9px;
	height: 34px;
	z-index: 103;
	background-image: url(../images/tools/toptoolsbar_start.gif);
}

.TopToolsLabel
{
	position: absolute;
	left: 9px;
	top: 9px;
	font-size: 9pt;
	color: #666666;
}

.ToolbarTools
{
	position: absolute;
	left: 80px;
	top: 2px;
	z-index: 103; 
	color: #666666;
}

.ToolbarToolsHoverItems
{
	font-style: normal;
}

.ScaleSelector
{
	position: absolute;
	top: 5px;
	right: 2px;
	z-index: 103; 
	font-size: 9pt;
	color: #666666;
}
	
.MapContainer
{
	position: absolute;
	z-index: 0; 
	left: 0px; 
	top: 0px;
}

.Map
{
	position: absolute;
	z-index: 0; 
	left: 0px; 
	top: 0px;
}

.Navigation
{
	position: absolute;
	z-index: 101; 
	left: 5px; 
    top: 45px;
    width: 52px;
    height: 52px;
}

.ZoomLevel   
{
	position: absolute;
	z-index: 101; 
	left: 23px;
    top: 105px;
}

.divMapTips
{
	position: absolute;
	z-index: 102; 
	bottom: 3px;
    left: 10px;
	font-size: 9pt;
	color: #666666;
}

.BottomBackground
{
	position: absolute;
	left: 0px; 
	bottom: 0px;
	width: 110%;
	height: 39px;
	z-index: 101;
	background-image: url(../images/tools/bottombar.gif);
	background-repeat: repeat-x;
}

.CopyrightText
{
	position: absolute;
	right: 4px; 
	bottom: 10px;
	z-index: 102;
	font-size: 8pt;
	color: #666666;
}

.CopyrightText:link
{
	color: Black;
	text-decoration: none;
}

.CopyrightText:hover
{
	color: red;
	text-decoration: underline;
}

.CopyrightText:visited
{
	color: Black;
	text-decoration: none;
}

.EditorTask 
{
	position: absolute;
	top: 80px;
	right: 10px;
}

.EditorCloseButton
{
	position: absolute;
	right: 150px; 
	bottom: 0px;
	z-index: 104;
}

.FloatingPanelMeasure
{
	position: absolute;
	z-index: 103; 
	left: 100px; 
	top: 100px;
}

.CallbackActivityIndicator
{
	position: absolute;
	z-index: 103; 
	right: 10px; 
	top: 45px;
}

.mapCopyright
{
	position: absolute;
	z-index: 103; 
	right: 10px; 
	bottom: 45px;
	font-size: 8pt;
}