/* Fading Tooltips By Dustin Diaz*/
body div#toolTip {
	position:absolute;
	z-index:1000;
	height: 11px;
	width:auto;
	background:#000;
	border-top:1px solid #ff9900;
	border-right:2px dotted #ff9900;
	text-align:left;
	padding:0px;
	min-height:11px;
	-moz-border-radius:5px;
	max-width: 160px;
}
body div#toolTip p { margin:0;padding:0;color:#fff;font:10px geneva,arial,sans-serif; }
body div#toolTip p em {
	display:block;
	margin-top:1px;
	color:#CCCCCC;
	font-style:normal;
	font-weight:bold;
}
body div#toolTip p em span { font-weight:bold;color:#333; }