.pieChartContainer {
	overflow:hidden;
	width:815px; padding-bottom:15px !important;
}

.pieChartLink{
    background-image:url('../img/discussionPieChart.jpg');
    margin-top:1em;
    width:156px;
    height:143px;
    cursor:hand
}
.pieChart{
	overflow:hidden;
	padding-top:1em; border:1px solid #CCC;
	background-color:#fff;
}
.pieChart td.jqplot-table-legend{
    padding-left:1em;
}
.pieChart table.jqplot-table-legend{
    margin-top:0px;
    margin-bottom:0px
}
.pieChart td.jqplot-table-legend > div{
    border-color:#666;
    padding:0;
}
.pieContainerFirst {
	float:left;
	padding-left:5px;
	width:400px;
}
.pieContainerSecond{
	float:right;
	padding-right:5px;
	width:400px;
}
.pieChartFooter {
	clear:both;
	padding:6px 2px 0 0;
	color:#666; text-align:right;
	font-size:0.8em;
}
.pieChart h1{
    font-size: 15pt;
    padding-left:1em;
}
.pieChart .jqplot-title{
    margin-top:2em;
    z-index:1;
}
.pieChart .chartTitle{
    margin-left: 10em;
    font-weight:bold;
}
.pieChart .jqplot-target {
	height:285px;
	color:#000;
}
.discussionPieChart{
    float:right;
    width:156px;
    padding:0 0 15px 15px;
    background-color:#fff;
}
.pieChartCaption {
    border-left:1px solid #CCCCCC;
    font-size:0.725em;
    margin-left:7px;
    margin-top:-.5em;
    padding: 5px 0 0 20px;
    width:115px;
    color:#666666;
    line-height: 1.15em;
}