


/* ----- tool tip specific styles ----- */
#theToolTip {
	font-family: "arial";
	font-weight: bold;
	position: absolute;
	left: -300px;
	padding: 9px 10px 9px 10px;
	background-color: black;
	z-index: 100;

}
#theToolTipSh {
	font-family: "arial";
	font-weight: bold;
	position: absolute;
	left: -300px;
	padding: 5px 10px 5px 10px;
	background-color: black;
	z-index: 100;
	opacity:0.3;
	filter: alpha(opacity=30);

}


#ToolTipPointer {
	position: absolute;
	left: -300px;
	z-index: 101;
}

#theToolTip p {
	font-size: 9pt;
	color: white;
	margin-bottom: 0px;
	margin-top: 0;
}

#theToolTipSh p {
	font-size: 9pt;
	color: black;
	margin-bottom: 0px;
	margin-top: 0;
}

#ToolTipTextWrap {
	font-size: 10px;
	color: #592C16;
	margin-right: 10px;
}
