﻿#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 250px;
	border: 1px solid #000000;
	padding: 5px;
	background-color: #FFFFE7; /*lightyellow;*/
	visibility: hidden;
	z-index: 100;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	
	/*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;
	
	/* BRB:  Customized to Load Pointer from CSS to utilize 
			 URL Rewriting of CSS tags provided by ASP.Net*/
	background: transparent url('Images/tooltip_arrow.gif');
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

