#svg_map {
	z-index: 1;
}
#toolTip {
	display: none;
	position: absolute;
	z-index: 2;
	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;
/* test */
	line-height: 15px;
    margin: 0;
}
.ToolTipFrameClass TD {
	background-color:inherit;
/* test */
	padding: 0px;
	margin: 0px;
	border:0px none;
    vertical-align: top;
}

.ToolTipFrameClass TD:last-child {
    padding-left: 5px;
}

.toolTipCommentClass {
	font-size: 11px;
	font-family: arial;
	color: #000000;
/* test */
	/*line-height:100%;*/
}
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;
/* test */
	margin: 0px;
	/*border:1px solid #000000;*/
}

.usaHtmlMapright #svg_map {
    position: relative;
    float: left;
}

.usaHtmlMapbottom #svg_map {
    position: relative;
}

.usaHtmlMapright #usaHtmlMapStateInfo {
    left: 20px;
    margin-right: 20px;
    position: relative;
}

.usaHtmlMapbottom #usaHtmlMapStateInfo {

}