﻿body{}

.mainPanel
{
	background-image:url(../Images/mAP/BackgroundMap.png);
	margin-top:12px;
}

.MT_MAP_ToolTip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}

.MT_MAP_TOP_ToolTip{
	display: block;
	padding: 30px 8px 0;
    background: url(../Images/mAP/bubble.gif) no-repeat top;
}

.MT_MAP_MIDDLE_ToolTip{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../Images/mAP/bubble_filler.gif) repeat bottom; 
}

.MT_MAP_BOTTOM_ToolTip{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../Images/mAP/bubble.gif) no-repeat bottom;
}

.zoomOutButton
{
	background-image:url(../Images/mAP/ZoomOut.png);
	background-color:transparent;
	position:relative;
	border:solid 0px #2d73b2;
	left:250px;
	top:5px;
	width:14px;
	height:14px;
}

.zoomDivButton
{
	position:relative;
	left:250px;
	top:5px;
}

.zoomButton
{
	border: solid 1px #a9a9a9; 
	color: #0b5590; 
	background-color: transparent; 
	height: 11px;
	width: 11px; 
	font-weight: bold; 
	font-size: 9px;
}

.zoomInButton
{
	background-image:url(../Images/mAP/ZoomIn.png);
	background-color:transparent;
	position:relative;
	top:5px;
	border:solid 0px #2d73b2;
	left:250px;
	width:14px;
	height:14px;
}


.PrintMapButton 
{
	background-color:transparent;
	background-image:url(../Images/mAP/Print.png);
	border:solid 0px #2d73b2;
	margin-left:5px;
	width:14px;
	height:14px;
}


.SaveMapButton 
{
	background-color:transparent;
	background-image:url(../Images/mAP/Save.png);
	border:solid 0px #2d73b2;
	margin-left:5px;
	width:14px;
	height:14px;
}

.MailMapButton 
{
	background-color:transparent;
	background-image:url(../Images/mAP/Mail.png);
	border:solid 0px #2d73b2;
	margin-left:5px;
	width:14px;
	height:14px;
}

.InitMapButton 
{
	background-color:transparent;
	background-image:url(../Images/mAP/InitialPos.png);
	border:solid 0px #2d73b2;
	margin-left:5px;
	width:14px;
	height:14px;
}

.legend
{
	text-decoration: underline;
	border:transparent 0px solid;
	background:none transparent;
	font-size: 9px;
	color: #0B5590;
	font-weight: bold;
}

.divButtons
{
	position:relative;
	left:460px;
	top:5px;
}

.leftBut
{
	background-color:transparent;
	background-image:url(../Images/mAP/left.png);
	border:solid 0px #2d73b2;
	position:relative;
	top:7px;
	left:1px;
	width:14px;
	height:14px;
}

.upBut
{
	background-color:transparent;
	background-image:url(../Images/mAP/up.png);
	border:solid 0px #2d73b2;
	position:relative;
	left:5px; 
	top: 3px;
	width:14px;
	height:14px;
}

.downBut
{
	background-color:transparent;
	background-image:url(../Images/mAP/down.png);
	border:solid 0px #2d73b2;
	position:relative;
	left: -9px; top: 16px;
	width:14px;
	height:14px;
}

.rightBut
{
	background-color:transparent;
	background-image:url(../Images/mAP/right.png);
	border:solid 0px #2d73b2;
	position:relative;
	left: -5px; 
	top: 7px;
	width:14px;
	height:14px;
}


/*****************************************************************/
.divButtonsFF
{
	position:relative;
	left:460px;
	top:7px;
}

.leftButFF
{
	background-color:transparent;
	background-image:url(../Images/mAP/left.png);
	border:solid 0px #2d73b2;
	position:relative;
	top:10px;
	width:14px;
	height:14px;
}

.upButFF
{
	background-color:transparent;
	background-image:url(../Images/mAP/up.png);
	border:solid 0px #2d73b2;
	position:relative;
	left:-2px; 
	top: 2px;
	width:14px;
	height:14px;
}

.downButFF
{
	background-color:transparent;
	background-image:url(../Images/mAP/down.png);
	border:solid 0px #2d73b2;
	position:relative;
	left: -15px; top: 16px;
	width:14px;
	height:14px;
}

.rightButFF
{
	background-color:transparent;
	background-image:url(../Images/mAP/right.png);
	border:solid 0px #2d73b2;
	position:relative;
	left: -17px; top: 10px;
	width:14px;
	height:14px;
}
