@charset "UTF-8";
#dhtmlgoodies_tooltip{
	background-color:#FFFFFF;
	border:1px solid #FCB040;
	position:absolute;
	display:none;
	z-index:20000;
	font-size:12px;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 50px;
	text-align: left;
	color: #121212;
	background-image: url(../images/rmhc_cni_logo.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	height: 110px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 80px;
	line-height: 16px;
	}
	#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.5;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:5px;	/* Rounded edges in Firefox */
	}
