/* CSS Document */

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 3px solid #000000;
	padding: 2px;
	background-color: #FFFF00;
	visibility: hidden;
	z-index: 100;
	text-align: center;
	font-weight: bold;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}