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

.chartRightTitle {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
	color: #003875;
	text-align: left;
	vertical-align: top !important;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}
.chartTitle {
	color: #003366;
	margin-left: 15px;
	margin-right: 5px;
	text-decoration: underline;
	list-style-type: circle;
	margin-top: 10px;
	padding-top: 14px;
	float: right;
	padding-bottom: 10px;
	letter-spacing: 1px;
	background-image: url(../images/bg/header_button.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.chartTitle A{
	background-color: transparent;
	margin-left: 15px;
	margin-right: 10px;
	text-decoration: underline;
	list-style-type: circle;
	margin-top: 15px;
	padding-top: 15px;
	float: right;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
}
.chartTitle A:hover{
	font-size: 13pt;
	color: #0066CC;
	background-color: transparent;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: underline;
	list-style-type: circle;
	margin-top: 0px;
	padding-top: 0px;
	float: none;
	border: 0.09px dashed #CCCCCC;
	padding-bottom: 0px;
}

.chartBody { background-position: 10px -10px; background-image: url(images/bg_graph.gif); background-repeat: no-repeat; }

.chartBar {
	font-weight: bold;
	text-align: center;
	vertical-align: middle !important;
	
}

.chartBar a{
	color: #FF9933;
	font-weight: bold;
	text-align: center;
	vertical-align: middle !important;
	font-size: 13px;
	
}
.chartBar a:hover{
	color: #FFCC00;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}

.chartBarLabel {
	font-weight: bold;
	padding-bottom: 2px;
	color: #990000;
	padding-left: 0px;
	background-repeat: repeat-x;
	line-height: 15px;
	font-size: 12px;
}

.chartTicks td { color: #84a2c4; }

