#dhtmltooltip
{
	position: absolute; 
	border: 1px solid #8abde6; 
	background-color: #fff; 
	visibility: hidden; 
	z-index: 500;
}

#tooltiptable
{
	background-color: #fff;
}

#tooltiptable .heading
{
	border-top: 1px solid gray; 
	background-color: #8abde6; 
	padding: 3px;
	font-weight: 900;
}

#tooltiptable .content
{
	padding: 3px; 
	background-color: #fff;
}
