﻿body
{
	font-family:Arial;
}

.button
{
	cursor:pointer;
	border-color: Black;
	border-width: 2px;
	border-style:solid;
	margin: 3px;
	padding: 5px;
	text-decoration: underline;
	color:Blue;
}

.container
{
	background-color: Gray;
	border-color: Red;
	border-width: 2px;
	border-style:solid;
	margin: 3px;
	padding: 5px;
}



/* begin controls */

.controls {
	position: relative;
	width: 106px;
	height: 456px;
	right: -670px;
	top: -720px;
	background: url('../Images/mapcontrols/controlsbg.gif') no-repeat;
	font-family: arial;
	z-index: 101;
}

	/*
	* html .controls {
		background: url('Images/mapcontrols/controlsbg.gif') no-repeat;
	}
	*/


	.controls .collapse {
		float: right;
		margin-top:10px;
		margin-right: 15px;
		display: block;
		font-size:11px;
		color: #666;
		cursor: pointer;
	}

		*:first-child+html .controls .collapse {
			width: 74px;
		}
		* html .controls .collapse {
			width: 74px;
			margin-right: 7px;
		}

	.controls .collapse strong {
		font-size: 14px;
		float: right;
		margin-top:-14px;
		margin-left: 3px;
	}
		.controls .collapse strong, x:-moz-any-link, x:default {
			margin-top:-16px;
		}
		*:first-child+html .controls .collapse strong {
			margin-top: -15px;
		}
		* html .controls .collapse strong {
			margin-top: -15px;
		}
		
	.controls .buttons {
		text-align:center;
		width: 86px;
		height: 82px;
		margin-top:11px;
		float: left;
		margin-left: 11px;
		cursor:pointer;
		position:relative;
		left:2px;
		top:25px;
	}
	
	/* FF3 buttons */
	
	.buttons .arrowup, x:-moz-any-link, x:default {
		margin-left: 0px;
	}
	.controls .arrowleft {
		
	}
	.controls .arrowdown, x:-moz-any-link, x:default {
		margin-left: 0px;
	}
	.controls .arrowright, x:-moz-any-link, x:default {
		margin-right: 2px;
	}
	
	* html  .buttons .arrowup {
		margin-left: 2px;
	}
	* html  .buttons .arrowdown {
		margin-left: 2px;
	}
	
	
		* html .controls .buttons {
			margin-left: 5px;
		}
	
	.controls .buttons tr td.up {
		padding-top:3px;
	}
	
		*:first-child+html  .controls .buttons tr td.up {
			padding-top:0px;
		}
		* html  .controls .buttons tr td.up {
			padding-top:0px;
		}
		
	.controls .buttons tr td.left {
		padding-left:2px
	}
	
		*:first-child+html .controls .buttons tr td.left {
			padding-left:0px
		} 
		* html .controls .buttons tr td.left {
			padding-left:0px
		}
		
	.controls .slider {
		/*background: url('../Images/mapcontrols/controlsliderbg.gif') no-repeat;*/
		width:32px;
		height:146px;
		clear: both;
		float: left;		
		margin-left:38px;
	}
	
		* html .controls .slider {
			margin-left: 19px;
		}
	
	.controls .slider .plus {
		float: left;
		margin-top: 0px;
		margin-left: 6px;
		cursor:pointer;
	}
	
	.controls .slider .track {
		height: 250px;
		clear: both;
		width: 14px;
		margin-left:7px;
		top:0px;
	}
	
	.controls .slider .minus {
		float: left;
		margin-top: 0px;
		margin-left: 6px;
		cursor:pointer;
	}
	
		*:first-child+html .controls .slider .minus {
			margin-top: 0px;
			margin-left:7px;
		}
	
	.controls .features {
		clear: both;
		margin-left:16px;
		padding-top:15px;
	}
	
	.controls .features img {
		cursor: pointer;
		border: 1px solid transparent;
	}
	
		* html .controls .features img {
			border: 1px solid #eee; 
		}
		
	.controls .slider .track .scroller 
	{
		cursor:pointer;
	}
	
/* end controls */

/* begin SPLASH SCREEN */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#DDD;
  /*display:none;*/
  width:2000px;
  height:2000px;
}

#splash .window {
  position:absolute;
  width:220px;
  height:20px;
  display:none;
  z-index:9999;
  padding:20px;
}

#splash #dialog {
  width:220px; 
  height:20px;
  padding:10px;
  background-color:#FFF;
}

#splashimg
{
    background-image:url('../Images/splash_loading.gif');
    width: 220px;
    height: 20px;
}


/* end SPLASH SCREEN */


/* begin Hide the map scale */

.MSVE_ScaleBar 
{ 
    display:none!important; 
} 
.MSVE_ScaleBarLabel 
{ 
    display:none!important; 
} 

/* end Hide the map scale */

