/* Start CSS Coding
=====================================================================*/

/* Start Map CSS
=====================================================================*/
#mapclose {
	position: absolute;
	display: block;
	padding: 7px 15px;
	bottom: 0px;
	right: 0px;
	background: #A0C423;
	color: white;
	font-family: arial, sans-serif;
	font-size: 14px;
}

#mapopen {
	display: block;
	padding: 7px 15px;
	background: #A0C423;
	color: white;
	font-family: arial, sans-serif;
	font-size: 14px;
}

#map {
	border: 1px solid #fdfdfd;
	-moz-box-shadow: 1px 1px 5px #b1b0ac;
	-webkit-box-shadow: 1px 1px 5px #b1b0ac;
	box-shadow: 1px 1px 5px #b1b0ac;
	margin: 0 0 29px 29px;
	float: left;
}

#map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(/core/gfx/map/map_marker.png);
	background-repeat: no-repeat;
	z-index: 2;
}
#map a.yellow {  background-position: 0px -15px; }
#map a.green   {  background-position: 0px -30px; }
#map a.blue     {  background-position: 0px -45px; }
#map a.purple {  background-position: 0px -60px; }

#map a.bullet:hover { text-decoration: none; }

#map div.popup{
	display: none;
	position: absolute;
	top: 15px;
	left: 175px;
	width: 225px;
	height: 30px;
	background: url(/core/gfx/map/popup.png) no-repeat;
	z-index: 10;
}

#map div.yellow { background-position: -225px 0px } 
#map div.green   { background-position: -450px 0px } 
#map div.blue     { background-position: -675px 0px } 
#map div.purple { background-position: -900px 0px } 

#map div.popup h3 {
	display: block;
	padding: 8px 13px 13px 13px;
	color: white;
	font-size: 17px;
}
#map div.yellow h3 { color: black; }

#map div.popup div.popupcontent{
	position: absolute;
	top: 54px;
	height: 256px;
	padding: 0 15px;
	overflow: auto;
	overflow: visible; /* Thanks Kevin Mario! */
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
}
#map div.popup div.popupcontent p{
	margin: 10px 0;
	width: 195px;
}
#map div.popup div.popupcontent a {
	color: blue;
	border-bottom: 1px dotted blue;
}
#map div.popup div.popupcontent a:hover {
	text-decoration: none;
	}
#map div.popup a.close{
	display: block;
	position: absolute;
	top: 286px;
	left: 15px;
}
#map div.popup a.close img{
	border: none;
	z-index: 100;
}

#map .highlight {
	background-position: 0px -15px;
	z-index: 100 !important;
}

.localities div.popup {
	display: none;
}

