.pieChartContainer {
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0 18px 10px;
}

table.pieChart {
	border-collapse: collapse;
	width: 180px;	
}

table.pieChart th, table.pieChart td {
	padding: 5px 8px;
	border: 2px solid #fff;
}

table.pieChart th {
	text-align: left;
	background: #efefef;
}

.pieChartWrapper {
	float: left;
	position: relative;
	padding-right: 10px;
}
	
.pieChartWrapper img {
	position: absolute;
	top: 0;
	left: 0;			
}
	
img {
	border: none;
}
	
.tool-tip {
	color: #fff;
	width: 110px;
	z-index: 13000;
	background: #333;
	padding: 5px 8px;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
}
 
.tool-text {
	font-size: 11px;
	color: #eee;
}

.clear {
	clear: both;
}