
#dhtmltooltip{
	float:left;
	position: absolute;
	left: -300px;
	width:205px;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#tooltip_top{
	position: relative;
	margin:0px;
	width:205px;
	height: 3px;
	background-image:url(../images/l_images/tooltip_top.gif) !important;
	background-image: none;
	background-repeat:no-repeat;
}
#tooltip_med{
	position: relative;
	margin:0px;
	width:205px;
	padding-left:3px;
	color:#666666;
	font-weight:normal;
	background-image: url(../images/l_images/tooltip_med.gif) !important;
	background-image: none;
	background-repeat:repeat-y;
}
#tooltip_bot{
	position: relative;
	margin:0px;
	width:205px;
	height: 14px;
	background-image: url(../images/l_images/tooltip_bot.gif) !important;
	background-image: none;
	background-repeat:no-repeat;
}
