/* CSS Document */
#dhtmlgoodies_tooltip {
	background-color: #eeeeee;
	border: 1px solid #666666;
	position: absolute;
	display: none;
	z-index: 20000;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
	-moz-border-radius: 5px; /* Rounded edges in Firefox */
	font-family: Arial, Helvetica, sans-serif;
	
}
#dhtmlgoodies_tooltipShadow {
	position: absolute;
	background-color: #666666;
	display: none;
	z-index: 10000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius: 5px; /* Rounded edges in Firefox */
}
