#svg_map {
	z-index: 0;
}
#toolTip {
	display: none;
	position: absolute;
	z-index: 1;
	min-width:250px;	
}

#toolTipComment p {
	padding-bottom: 2px !important	;
}

#toolTip > .ToolTipFrameClass {
	background-color: rgba(255,255,255,0.9);
	border: 2px solid #9F323A;
	border-radius: 10px;
	padding: 5px;
/*	opacity: .90;*/
	max-width: 300px;
	border-collapse: separate;	
}
.ToolTipFrameClass TD {
	background-color:inherit;
}
.toolTipCommentClass {
	font-size: 12px;
	font-family: arial;
	color: #000000;
}
#toolTipName {
	color: #000;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	font-size: 14px;
	font-weight:bold;
	padding: 5px;
	font-family: arial;
}