
/*Tool Tip Properties*/

#dhtmltooltip{
	
	position: absolute;
	width: 200px;
	border: 1px solid black;
	padding: 0px;
	background-color: #146aa6;
	visibility: hidden;
	z-index: 1000;
	color: #ffffff;/*font color of the text*/
	
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
*/
}
