#dhtmltooltip
{
	margin:0px 0px 0px 0px; 
	padding:5px 5px 5px 5px;   
  position: absolute;
  left: -300px;
  width: 150px;
  border: 2px solid black;
  background-color: #C3C3C3;
  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 .judul
{
	margin:0px 0px 5px 0px; 
	padding:0px 0px 0px 0px; 
	border-bottom:solid 2px rgb(69,69,69); 
	font-family:tahoma; 
	color:#964B4B; 
	font-weight:bold; 
	font-size:13px;
	text-transform: uppercase;
}

#dhtmltooltip h4
{
	margin:2px 0px 3px 0px; 
	padding:0px 0px 0px 0px; 
	border-bottom:solid 1px rgb(207,207,207); 
	font-family:tahoma; 
	color:#7a7a7a; 
	font-weight:normal; 
	font-size:11px;
}

#dhtmltooltip p.data
{
	margin:0px 0px 0px 20px; 
	padding:0px 0px 0px 0px; 
	border-bottom:solid 1px rgb(164,164,164);
	font-family:tahoma; 
	color:#666666; 
	font-weight:bold; 
	font-size:12px;
}

#dhtmlpointer
{
  position:absolute;
  left: -300px;
  z-index: 101;
  visibility: hidden;
}
