.chart_icons{float:right;}

a.chart_column{font-weight:normal;color:blue;cursor:pointer;
	background-image:url('charting16.png');display:block;width:17px;height:16px;
}

a.chart_column.bar{background-position:0 0;}
a.chart_column.pie{background-position:-17px 0;}


a#save_as_image{font-weight:normal;color:blue;cursor:pointer;}
a#download_image{display:none;float:right;font-weight:normal;color:blue;cursor:pointer;}

#charting_dialog .jqplot-target{color:#000;}
#charting_dialog .jqplot-table-legend{color:#333;}

#chartpseudotooltip{
	color:#FFF;
	position:absolute;
	z-index:2;
	background: #eee;
	background-color:rgba(51,51,51,1);
    border: 1px solid #CCCCCC;
    font-size: 1em;
    padding: 1px;
    white-space: nowrap;
	display:none;
}