@charset "UTF-8";
/* CSS Document */
div#jrmap {
	margin: 0 0 25px 0;
}

div.jrmap-hotspot {
	position: absolute;
	cursor: pointer;
	/* use this for defining regions
	opacity:0.85;
	filter:alpha(opacity=85);
	background-color: #1e1e1e; */
}
div#jrmap-popup {
	position: absolute;
	width: 380px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f1deb5;
	font-size: 12px;
	padding: 0 0 16px 0;
	background-image: url(../jrmap/popup-bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
div#jrmap-background {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity:0.85;
	filter:alpha(opacity=85);
	background-color: #1e1e1e;
}
div#jrmap-internal {
	position: relative;
	margin: 15px;
	/*padding-left: 165px;*/
	background-repeat: no-repeat;
}
div#jrmap-internal img {
	float: left;
	margin: 0 20px 10px 0;
}
div#jrmap-internal h1 {
	font-weight: bold;
	font-size: 14px;
}
div#jrmap-close {
	width: 19px;
	height: 23px;
	/*background-image: url(../jrmap/close2.gif);*/
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 370px;
}
.jrmap-clear {
	clear: both;
}