
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip.pretty {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #111;
	background-color: #B5EAAA;  /*    FCDFFF      */
	width: 210px;
	padding:5px;
	height: 50px;
	opacity: 0.8;
/*	background: url('/hsportal/vm/images/shadow.png');     */
}

/*
#tooltip h3, #tooltip div { margin: 0; }


#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}

#tooltip.pretty div { width: 220px; text-align: left; }
*/
/*
#tooltip.fancy {
	background: url('/hsportal/vm/images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}

#tooltip.fancy.viewport-right {
	background: url('/hsportal/vm/images/shadow2-reverse.png');
}	
*/



	
