#jmap_box{
	z-index:110;
	background-color:#FFFFFF;
}
.jmap_close{ z-index:300; }
#jmap_title{
	position:absolute;
	z-index:111;
	top:10px;
	left:10px;
	width:250px;
	height:30px;
	margin:0px auto;
	padding:10px 0px;
	border:solid 2px #000000;
	background-color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}
#jmap_canvas{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%; 	
	margin:0px;
	padding:0px;
}
#jmap_typebuttons, #jmap_zoombuttons{
	position:absolute;
	z-index:112;
	left:280px;
}
#jmap_typebuttons img, #jmap_zoombuttons img{margin-right:5px;}
#jmap_typebuttons{top:10px;}
#jmap_zoombuttons{top:35px;}
#jmap_menu{
	position:absolute;
	z-index:112;
	top:75px;
	left:10px;
	width:250px;
	max-height:370px;
	border-top:solid 2px #000000;
	border-bottom:solid 2px #000000;
	overflow:auto;
	line-height:20px;
} 
#jmap_menu_loading{
	background-color:#FFCCCC;
	border-bottom:solid 1px #000000;
	padding:0px;
	margin:0px;
} 
#jmap_menu_loading p{	
	padding:10px 0px;	
	margin:0px;
	text-indent:0px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
#jmap_menu_title{
	padding:10px 0px;
	background-color:#CCCCFF;
	border-right:solid 2px #000000;
	border-left:solid 2px #000000;
	border-bottom:solid 2px #000000;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
#jmap_menu_buttons{
	background-color:#FFFFFF;
	padding:5px 0px;
	border-right:solid 2px #000000;
	border-left:solid 2px #000000;
	text-align:center;
}
.jmap_menu_category {
	border-top:solid 1px #000000;
	border-right:solid 2px #000000;
	border-left:solid 2px #000000;
	background-color:#EFEFEF;
	padding-left:45px;
	text-indent:-40px;
}
.jmap_menu_category p{
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size:12px;
}
.jmap_menu_category img, .jmap_menu_category input{ vertical-align:middle; }
.jmap_menu_category input { margin:5px; }
.jmap_menu_category_highlight {	background-color:#CCCCFF; }
.jmap_menu_entries a{
	display:block;
	text-decoration:none;
	background-color:#FFFFFF;
	color:#000000;
	border-right:solid 2px #000000;
	border-left:solid 2px #000000;
	text-decoration: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	text-indent:-10px;
	cursor:pointer;
}
.jmap_menu_entries a:first-child{border-top:solid 1px #000000;}
.jmap_menu_entries a:last-child{border-bottom:none;}
.jmap_menu_entries a:hover {
	background-color:#EFEFEF;
}
.jmap_menu_entries_highlight {
	background-color:#EFEFEF;
	border-top:dashed 1px #000000;
	border-bottom:dashed 1px #000000;
}
.jmap_menu_entries img, .jmap_menu_entries_highlight img, .jmap_menu_entries img, .jmap_menu_entries_highlight img{ vertical-align:middle; margin:-2px 0px 0px 5px; }
.jmap_menu_shape{margin-right:10px;}
.jmap_iw_container {
	width:300px;
	height:100px;
	padding:5px;
	border:solid 1px #CCCCCC;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.jmap_iw_container p{ font-size:12px; padding:0px 0px 0px 10px; margin:0px;}
.jmap_hang_indent { text-indent:-10px;}
.jmap_iw_container_img{	display:block; padding-bottom:5px; min-height:100px; }
.jmap_iw_container_img img{	float:right; }
.jmap_iw_title {
	font-weight:bold;
	text-align:center;
	display:block;
	border-bottom:dashed 1px #CCCCCC;
	padding-bottom:3px;
	margin-bottom:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}