/* Global Styles */
#dhtmltooltip
{
	color: #003300;
	font-family: Arial;
	font-size: 9pt;
	position: absolute;
	left: -300px;
	padding: 2px;
	background-color: snow;
	visibility: hidden;
	z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}
#dhtmlpointer
{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
