#svg_map {
	z-index: 0;
}
#toolTip {
	display: none;
	position: absolute;
	z-index: 1;
	min-width:250px;	
}
body .ToolTipFrameClass {
	background-color: #fff;
	border: 2px solid #bbb;
	border-radius: 10px;
	padding: 5px;
	opacity: .90;
	max-width: 300px;
	border-collapse: separate;
	line-height: 15px;
    margin: 0;	
}
.ToolTipFrameClass TD {
	background-color:inherit;
	padding: 0px;
	margin: 0px;
	border:0px none;
    vertical-align: top;
}

.ToolTipFrameClass TD:last-child {
    padding-left: 2px;
}

.toolTipCommentClass {
	font-size: 11px;
	font-family: arial;
	color: #000000;
}
body #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;
	margin: 0px;	
}