﻿#liteViewMapDiv
{
	position:relative;
	width:440px;
}

#mapAreaDiv
{
	position:relative;
	width:440px;
	height:440px;
	border-width:thin;
	border-color:Black;
}

.panNorth
{
	/* Contained with mapHolderDiv */
	position:absolute;
	height:40px;
	width:40px;
	top:0px;
	left:45%;
}

.panNorthEast
{
	/* Contained with mapAreaDiv */
	position:absolute;
	height:40px;
	width:40px;
	top:0px;
	right:0px;
}

.panEast
{
	/* Contained with mapAreaDiv */
	position:absolute;
	height:40px;
	width:40px;
	top:50%;
	right:0px;
}

.panSouthEast
{
	/* Contained with mapAreaDiv */
	position:absolute;
	height:40px;
	width:40px;
	bottom:0px;
	right:0px;
}

.panSouth
{
	/* Contained with mapAreaDiv */
	position:absolute;
	height:40px;
	width:40px;
	bottom:0px;
	right:50%;
}

.panSouthWest
{
	/* Contained with mapAreaDiv */
	position:absolute;
	height:40px;
	width:40px;
	bottom:0px;
	left:0px;
}

.panWest
{
	/* Contained with mapAreaDiv */
	position:absolute;
	height:40px;
	width:40px;
	top:50%;
	left:0px;
}

.panNorthWest
{
	/* Contained with mapAreaDiv */
	position:absolute;
	height:40px;
	width:40px;
	top:0px;
	left:0px;
}

#mapImageDiv
{
	/* Contained with mapAreaDiv */
	position:absolute;
	top:40px;
	left:40px;
	height:360px;
	width:360px;
	border: thin #d51218  solid
}

#mapControlsHolderDiv
{
	position:relative;
	width:440px;
	height:100px;
	text-align:center;
	
}

.lblWidthLabel
{
	/* Contained with mapWidthDiv */
	float:left;
	margin-left:30%;
	text-align:left;
	font-weight:bold;
}

.lblWidthValue
{
	/* Contained with mapWidthDiv */
	float:left;
	font-weight:bold;
	padding-left:10px;
}

#mapZoomingDiv
{
	/* Contained with mapControlsHolderDiv */
	width:300px;
	margin-left:auto;
	margin-right:auto;
	border: 1 solid black;
	text-align:center;
	border-top-style:solid;
	border-top-color:#d51218;
	border-top-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#d51218;
	border-bottom-width:3px;
	padding: 5px;
	
	
}

.imgBtnMapControl
{
	/* Contained with MapControlsDiv */
	height:15px;
	width:15px;
}

#mapWidthDiv
{
	/* Contained with mapControlsHolderDiv */
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-bottom:5px;
}

.mapTypeControlsDiv
{
	margin-top:10px;
	
}

.selectableApplicationsDiv
{
	/*Contained within liteViewMapDiv */
	position:relative;
	width:100%;
	text-align:center;
	
}

.cboSelectableApplications
{
	width:25%;
	font-size:80%;
	margin-right: 1%;
}

.processingMessage
{
	font-weight: bold;
	font-size:140%;
	color: red;
	background-color: White ;
	z-index: 99;
	
}

.progressPanel
{
	width:60%;
	height:10%; 
	left: 0px; 
	position: absolute; 
	top: 50%;
	border-style:none;
	background-color:White;
}

