
body
{
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
}

.mapArea
{
	z-index:0;
	height:90%;
	position:relative;
	clear:both;
}

.mapControlsArea
{
	position:relative;
}


.mapButtonsArea
{
	left:200px;
}


.mapDatasetsArea
{
	left:300px;
	margin-top:5px;
}


.mapHeader
{
	padding:0;
	border-collapse: collapse;
	border:0px;
	
}

.mapElements
{
	height:100%;
	width:100%;
}



.label
{
	font-weight: bold;
    font-size: 8pt;
    color:#000000;
}

.mapHeaderRow
{
	height:32px;
}

.mapButton
{
	cursor:hand;
	border-color:#000000;
	border-width:1px;
	border-color:#000000;
	background-color:Transparent;
	margin-top:0px;
	margin-bottom:8px;
	margin-left:4px;
	margin-right:4px;
}

.mapResizeButton
{
	cursor:hand;
	border-color:#000000;
	border-width:1px;
	border-color:#000000;
	background-color:Transparent;
	margin-top:10px;
	margin-right:5px;
}


.1SpatialLogo
{
	cursor:hand;
	border-color:#000000;
	border-width:1px;
	border-color:#000000;
	background-color:Transparent;
	margin-top:4px;
	margin-bottom:2px;
	margin-left:4px;
	margin-right:10px;
}

.mapToolbarPanel
{
    width:100%;
    background-color:Transparent;
	color:#000000;
	height:20px;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
}

