
/* styles for interactive world map */

#mapwrapper  { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal; 
	color:#336699;
	position:relative;
	padding-bottom:10px; 
}
#mapheader {
	z-index: 10; 
}
#worldmap {
	/*z-index: 10;*/
	position:relative; 
}
#mapwrapper h4 { 
	font-size: 13px;  
	line-height: 13px; 
	font-weight: bold;
	margin: 5px 0 5px 0px;
	padding-left: 0px;
	color:#2E406B;
}
#mapwrapper h6 { 
	font-size: 11px;  
	line-height: 13px; 
	font-weight: bold;
	margin: 2px 0 2px 0px;
	padding-left: 0px;
	color:#336699;
}
#mapwrapper p, #mapwrapper td { 
	font-size: 11px;  
	line-height: 13px; 
	margin: 6px 0 8px 0px;
	padding-left: 0px;
	color:#336699; 
}

#mapwrapper a, #mapwrapper a:link, #mapwrapper a:visited {
	color:#336699;
	font-weight: bold;
	text-decoration: underline;
}
#mapwrapper a:hover {
	text-decoration: none;
	color:#336699;
}

#mapwrapper span.imgLeft {
	float: left;
	margin-right: 10px;
	margin:4px 10px 4px 4px;
	padding:0;
	border: 1px solid #474747;
}

#mapwrapper span.imgRight {
	float: right;
	margin-left: 10px;
	margin:4px 4px 4px 15px;
	padding:0;
	border: 1px solid #474747;
}

#mapwrapper ul {
	display: block;
	text-align:left;
	margin: 5px 0 10px 25px;
	padding: 0;
}

#mapwrapper ul li {
	line-height: 1.1em;
	text-align:left;
	margin: 0;
	padding: 0 0 5px 0;
}

#mapwrapper .innerContainer
{
	margin:0; 
	padding:0;
	width:100%;
}

#mapwrapper .imageContainer
{
	/*float: left;
	width:auto;*/
	width:100%;
}

#mapwrapper .imageContainer img
{
	margin-right: 10px;
	margin:4px 10px 2px 4px;
	padding:0;
	border: 1px solid #474747;
}

#mapwrapper .textContainer
{
	/*float: left;
	width:auto;*/
	width:100%;
}


#mapwrapper .popup {
	position: absolute; 
	z-index: 18;  
	/*width: 338px;*/  
	/*display: none;*/
	visibility:hidden;
}
#mapwrapper .popuptop {
	position: relative; 
	z-index: 20; 
	/*shift for drop shadow*/
	top: -3px; 
	left: -3px; 
	/*width: 335px;*/
	border:1px solid #CCC;
	background: #B7D2E5 url(../../../../wcm/fragments/csf_imap/_images/pop-back.jpg) bottom left repeat-x; 
}
#mapwrapper .popimg {
	margin: 12px 0 0 12px;
	float: left;
	border: 1px solid #474747;
}

/*
.popupbot {
 position: absolute; 
 z-index: 18; 
 top: 3px; 
 left: 3px;  
 width: 335px; 
 background-color: #85a7cb;
}
*/

#mapwrapper .marker {
	position: absolute; 
	z-index: 15; 
	width: 11px;
	height: 11px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#mapwrapper .markershadow {
	position: absolute; 
	z-index: 13; 
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
}

#mapwrapper .markerlabel {
	position: absolute; 
	z-index: 14; 
	color:#000000;
}

#mapwrapper .markerlabel p{
	color:#000000;
	font-size: 10px;
	margin:0;
	padding:0;
}

#mapwrapper .pointer {
	position: relative; 
	height:19px;
	z-index: 21; 
	bottom: 0px;
}

#mapwrapper .pointertop {
	position: absolute; 
	z-index: 22; 
	top: 0px; 
	left: 0px; 
	width: 16px; 
	height: 18px;
	top: -4px;
}
#mapwrapper .pointerbot {
	position: absolute; 
	z-index: 21; 
	top: -3px; 
	left: 3px; 
	width: 16px; 
	height: 18px;
}

#mapwrapper .map-shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}


#mapwrapper .map-shadow-container .shadow {
    background-color: #85a7cb;
}

#mapwrapper .map-shadow-container .container {
    margin: 8px;
	
}

