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