/* Fading Tooltips By Frank Bueltge*/
body div#toolTip {
	position:absolute;
	z-index:1000;
	min-width:10px;
	background: #fff2e4;
border-bottom: 1px solid #d1ac85;
border-right: 1px solid #d1ac85;
border-top: 1px solid #FFF;
	text-align:left;
	padding:2px;
	min-height:1em;

}

body div#toolTip p {
	margin:0;
	padding:0;
	color:#d1ac85;
	font:11px;
	font-weight:normal;
}

body div#toolTip p em {
	display:block;
	margin-top:2px;
	color:#d1ac85;
	font-style:normal;
	font-weight:normal;
}

body div#toolTip p em span {
	font-weight:normal;
	color:#d1ac85;
}
