﻿#mainPanel
{
	position: relative;
	top:0px;
	left:0px;
	height:0px;
	width:auto;
	overflow:hidden; 
	z-index:3;
	border: 1px solid lightgrey;
	border-top:none;
	background-color:#F2EFE8;	
	
}

#mapContents
{
	position:relative;
	top:0px; 
	left:0px;
	height: inherit; 
	width:inherit;
	z-index: 5;
}

#mapContentsLoading
{
	top:0px; 
	left:0px; 
	height: inherit; 
	width: inherit;
	z-index: 20;
}

#POIHeader
{
	height:25px;
	
}

#markerTextDiv /* specify width here */
{
	padding-right:10px;
}

/*
#markerType
{
	color:gray; font-style:normal; font-size:8pt;font-family:Arial;width:120px;
}
*/


#multiMarkerName
{
	color:black; font-size:8pt;font-family:Arial;width:180px;
}
#multiMarkerContainer
{
	border-top:1px solid lightgrey;
	padding:2px; position: relative; z-index:9999;
}
#multiMarkerContainer:hover
{
	border-top:1px solid lightgrey;
	padding:2px; background-color: #F0F0F0;cursor:pointer;	

}

#markerName
{
	color:black; font-size:11px;font-family:Arial; font-weight:bold; 
}

#markerText
{
	color:gray; font-size:11px; font-family:Arial; font-weight:normal;
}

.marker_more
{
	font-family:Arial;
	font-size:11px;
	
}

#more_details
{
	position:relative;
	font-family:Arial;
	font-size:10px;
	/*margin-right:px;*/
	color:Blue;
	z-index:9999;
}
#more_details:hover
{
	cursor:pointer;	
	z-index: 9999;
}

#backImage
{
	float:left;padding-right:10px;
}
#backImage:hover
{
	cursor:pointer;	
}
