#dhtmltooltip{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 20px;*/

	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 10px;
	background-color: lightyellow;
	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);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

span.tooltip{
	cursor: default;
	color: #000000;
	border-bottom: 1px dashed #666600;
}

a.tooltip{
	color: #999999;
	font-weight: bold;
	border-bottom: 1px dashed #666600;
}

a.tooltip:hover{
	color: #999999;
	font-weight: bold;
	border-bottom: 1px dashed #666600;
}
