
#tooltip { width: 250px; }

#tooltip {
	color: #dddddd;
	background: #222222;
	border: 1px solid #333333;
	padding: 5px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-align: left;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	display: none;
	text-decoration: none;
}
div.tooltip { text-decoration: none; }

div.tooltip:hover {
	background-color: inherit;
	text-decoration: none;
}

div.graph {	
	position: relative;
	background-color: #666;
	width: 95%;
	border: 1px solid;
	padding: 0px;
	margin: 0px 0;
	height: 1em;
}

div.graph .bar {
	position: absolute;
	color: #CCC;
	background-color: #900;
	border: 0px solid #000;
	display: block;
	position: relative;
	text-align: center;
	height: 1em;
	line-height: .8em;
}
div.graph .bar span {
	position: absolute;
	left: 1em;
}