#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #C3CA00;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-family: Verdana; font-size: 8px; font-weight: normal;
}

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

#tooltip.pretty {
	font-family: Verdana; font-size: 10px; font-weight: normal;
	border: none; width: 151px;	padding-left:20px; height: 74px;
	opacity: 0.95;
	background: url(../images/cust_dashboard/tooltip.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.greenTxt { color: #CBD300; font-size: 12px; }
.Txt10px { font-size: 12px; }

#tooltip.pretty div { width: 220px; text-align: left; color: #FFFFFF; }

.tt a { text-decoration: none; cursor: pointer; color: #333; font-weight: 300; }