/* LAYOUT */
#dhtmltooltip {
	position: absolute;
	width: 290px;
	border: 2px solid #90a685;
	padding: 3px 5px;
	background-color: #eaeaea;
	font-size:9pt;
	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);	
}
#dhtmltooltip strong {
	font-size:11pt;
}
#dhtmltooltip em {
	font-size:10pt;
}
#dhtmltooltip ul {
	margin:10px 0 0 20px;
}
#dhtmltooltip li {
	line-height:1.3em;
	background: none;
	list-style:square;
	padding-left:0px;
}
