﻿.XYLocatorText
{
	COLOR: #336699;
	BACKGROUND-COLOR: transparent;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-small;
    border-style:none;	
    width:100px;
}
.ZoomBox
{
	border:2px;
	border-style:solid;
	border-color:Red;
	visibility:hidden;
	z-index:10000;	
	overflow: hidden; 
	position: absolute; 
}

.MapCanvas
{    
    POSITION: absolute; 
    TOP: 0px; 
    LEFT: 0px; 
    border:solid 0px;
    height:379px;
    width:622px;
    /*margin:35px;  not allowed - browser compatibility issues*/
}
.MapCanvasContainer
{   
    /*POSITION: absolute; 
    LEFT: 15px; 
    TOP: 15px; 
    */
    position: relative;
    overflow: hidden;    
    padding:0px;    
    border:none;
    height:379px;
    width:622px;
    background-color:White;
}
.CoordinatesRow{
    display:none;
}
.ToolContainer
{
    /*LEFT: 630px; 
    TOP: 15px; 
    POSITION: absolute; 
    */
    float:left;
    width:33px;
    padding: 0px;
    border:none;
    margin-left: 6px;
}
.Tools
{   
   /*border:solid 1px;*/
}
.Tools img
{
    float:none;    
    height:32px;
    width:32px;
    border: solid 1px #AAA;    
	margin-bottom:3px;
	padding:2px;
	cursor:pointer;
}
.Tools img.Selected
{
    height:32px;
    width:32px;    
    border: solid 3px #3AE;	
	margin-bottom:3px;
	padding:0px;
	cursor:default;
}
.NonPortal{
    display:none;
    visibility:hidden;
}
.ZoomScale
{   
    text-align:center;
    width:39px;
    margin-top:12px;    
    /*border:solid 1px;*/
}

.ZoomScaleButton
{
background-color:#AEA;
margin-right:2px;
width:20px;
height:12px;
display:table-cell;
padding:0px;
font-size:8px;
text-align:center;
overflow:hidden;
cursor:pointer;
}

.ZoomScaleButton.Active
{
    background-color:#48A;
    color:#EEE;
}


