#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid gray;
	padding: 5px;
	background-color: #FFFFE0;
	visibility: hidden;
	z-index: 100;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify; /*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;
}

.tooltip	{
	border-bottom: 1px dotted red;
	color: navy;
	/*cursor: help;*/
	text-decoration: none;
}
.tooltip:hover{
		border-bottom:1px dotted #317082;
		color: navy;
		/*cursor: help;*/
		text-decoration: none;
		