.pieChartContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 18px;
}

table.pieChart {
	border-collapse: collapse;
	width: 239px;
}

h1 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	border-bottom: 1px solid #cbcbcb;
}

p {
	text-align: center;
}

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: 12px;
}

select {
	width: 218px;
}
	
.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;
}

body {
	background-color: #224783;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}
