#theToolTip {
	position: absolute;
	text-align: center;
	left: -300px;
	width: auto;
	padding: 0;
	background: #000;
	visibility: hidden;
	z-index: 100;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 6px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=1);
}
#ToolTipPointer {
 position: absolute;
 left: 0;
 z-index: 101;
 visibility: hidden;
}

#theToolTip p {
 color: #fff;
}

#ToolTipTextWrap {
 color: #fff;
}