#svg_map {
	z-index: 99999999999999;
}
#toolTip {
	display: none;
	position: fixed;
	z-index: 999999999999;
}
.ToolTipFrameClass {
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	border-radius: 10px;
	padding: 5px;
	opacity: .90;
	width: auto;
	height: auto;
}
.ToolTipFrameClass TD {
	background-color:inherit;
}
.toolTipCommentClass {
	font-size: 11px;
	font-family: arial;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
}
#image {
	font-size: 11px;
	font-family: arial;
	color: #000000;
	text-align: left;
	border: thin dashed #3FF;
}
#toolTipName {
	color: #000;
	font-size: 12px;
	font-weight:bold;
	padding: 5px;
	font-family: arial;
}