/* JMH: Contains css rules used by the Chart user control. */

.chartRightTitle {
	font-weight: bold;
	font-size: 14px;
	color: #350105;
	text-align: left;
	vertical-align: top !important;
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 2px;
	margin-left: 8px;
}
.chartTitle {
	font-size: 9.5pt;
	color: #3f5678;
	background-color: transparent;
	margin-left: 15px;
	margin-right: 10px;
	text-decoration: none;
	list-style-type: circle;
}
.chartBody {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}

.chartBar { border-right: #386c72 1px solid; border-top: #386c72 1px solid; border-left: #386c72 1px solid; color: white; font-family: Verdana; font-weight: bold; text-align: center; vertical-align: middle !important; }
.chartBarLabel {
	font-weight: bold;
	padding-bottom: 2px;
	color: #000000;
}

.chartTicks td { color: #84a2c4; }

