@charset "utf-8";
/* CSS Document */

/* tooltip styling */
.tooltip {
	display:none ;
	background:url(/assets/images/tooltip_grey_arrow_big1.png) top left no-repeat;
	_background:url(/budget2011/2011_budget_summary/images/tooltip_grey_arrow_big.gif) top left no-repeat;
	height:173px;
	padding:20px 30px 20px 50px;
	width:400px;
	font-size:11px;
	color:#000;
	z-index:999;

}

/* a .label element inside tooltip */
.tooltip .label {
	font-size:11px;
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#000;
	font-size:11px;
	text-decoration:underline;
	
}
.tooltip td {
	font-size:11px;

}
.tooltip p {
	font-size:11px;

}
.tooltip h4 {
	font-size:12px !important;

}

		/* tooltip styling. by default the element to be styled is .tooltip  */
/* trigger button */
#trigger_text{
	font-size:12px;
	font-weight:bold;
}
 .tt{}
 a.tt { text-decoration:none }
 a.tt:hover { text-decoration:underline}