/* ------------------------------------------------------------------ */
#mapContainer {
	
}
#gis-slide-container-1, #gis-slide-container-2, #gis-slide-container-3 {
	width: 100%;  
	height:0px;	
	margin: 0px;
	padding:1px;		
	visibility: hidden; 	
	border-top:0px solid #999;
	position: relative;
	top: 0px;
	z-index:14;	
	clear:both;
}

#gis-v1_slide, #gis-v2_slide, #gis-v3_slide {
	background: 	white url('images/transparent_bg.png') repeat;	
	width: 	99.99%;	 	
	float: 	right;
	padding: 	0px;
	margin: 	0px;
	margin-bottom:5px;
	position: relative;
	z-index:15;
	padding-bottom:20px;		
}
#gis-v1_slide a, #gis-v2_slide a, #gis-v3_slide a {
	color: #F08146;
}
#gis-v1_slide a:hover, #gis-v2_slide a:hover, #gis-v3_slide a:hover {
	color: #FFF5EE;
}
.gis-toggle-container {
	position: 	relative;
	z-index:	16;
	padding: 	0px;
	margin: 	0px;
	background: transparent url(../images/togglebg.png) repeat-x left top;		
	float:	left;
	clear: right;
	display: block;
	white-space: clear;
	overflow: hidden;
}
#gis-v1-toggle, #gis-v2-toggle {
	font-family: 	Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: 		#FFF;
	cursor: 	pointer;
	/*width:		100px;*/
	padding-left: 4px;	
	padding-right: 4px;	
/*	line-height: 	24px;
	height: 	24px;	*/
	margin: 	0px;

}
a#gis-v1-toggle, a#gis-v2-toggle, a#gis-v3-toggle {
	text-decoration: none;	
}
a#gis-v1-toggle:hover, a#gis-v2-toggle:hover, a#gis-v3-toggle:hover{
	text-decoration: underline overline;	
}
#gis-v1-toggle {
	background: url('../icons/vcard.png') no-repeat left center;
}
#gis-v2-toggle {
	background: url('../icons/cart_go.png') no-repeat left center;
}
#gis-v3-toggle {
	background: url('../icons/help.png') no-repeat left center;
}
#measurement { 	
	OVERFLOW: VISIBLE;
}
#measurementOutput {
	position: relative;
	width: 100%;
	clear:both;
	float:left;
	clear: both;	
	height: auto;
	min-height:24px;
	line-height: 110%;
	overflow: hidden;	
}
#measurementPoints {
	position		: relative;
	background-color	: #EFEFEF;
	width			: 100%;
	float			:left;		
	clear			:both;	
	height			: 150px; 
	white-space		: clear;
	overflow-y		: auto;
}
#measurementPoints table {
	width			: 95%;
	padding			: 2px;
	border			: 2px #CCC solid;	
	border-collapse	: collapse;
}
#measurementPoints table td, #measurementPoints table th {
	padding: 2px;
	border:1px #CCC solid;	
	white-space: clear;
	text-align: left;	
}
#measurementInfo {	
	position: relative;
	width: 95%;
	float:left;
	clear:both;		
}
#measurementCoords {	
	
}
