/* CSS Document */

#dhtmlgoodies_tooltip{
		background-color:#333; /*#D1E6FA;*/
		border:1px solid #555;
		color:#fff;
font-weight:bold;
		position:absolute;
		display:none;
		z-index:20000;
		padding:4px;
		font-size:0.9em;
		 -moz-border-radius:6px;/*	Rounded edges in Firefox */
		font-family: Arial, sans-serif;
			opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
border:1px solid #888;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#aaa;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.4;
		-moz-opacity: 0.4;
		-moz-border-radius:6px;/*	 Rounded edges in Firefox */
	}
