
a.tooltip {
	color: #455959;
	text-decoration:underline;
}
a:hover.tooltip{	
	color: #947b51;
	text-decoration:underline;
}

#dhtmlgoodies_tooltip {
	background-color: #d3ccbe;
	border: 1px solid #d3cec4;
	position: absolute;
	display: none;
	z-index: 20000;
	padding: 6px;
	font-size: 10px;
	-moz-border-radius: 6px; /* Rounded edges in Firefox */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#dhtmlgoodies_tooltipShadow {
	position: absolute;
	background-color: #FFF;
	display: none;
	z-index: 10000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-moz-border-radius: 6px; /* Rounded edges in Firefox */
}
