@charset "utf-8";
/* CSS Document */

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 4px;
	background-color: #e4e4e4;
	visibility: hidden;
	z-index: 100;
	font-size: 12px;
	line-height: 14px;
	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);
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
}
#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
