TABLE.graphTable {
	margin: 1px;
	margin-bottom: 4px;
	padding: 2px;
	padding-bottom: 4px;
	border: #F2F2F2 1px solid;
	background-color: white;
}

SPAN.graphBar {
	border: #F2F2F2 1px solid;
	padding: 1px;
	margin: 1px;
	background: transparent;
	background-image: url(../images/tbar.png);
	background-repeat: repeat-x;
	background-position: center;
	/*
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	*/
}

TD.graphValue0 {
	background-color: #F2F2F2;
	background-image: url(../images/graph_bg.gif);
	padding: 1px;
	text-align: left;
	font-size: 10px;
	color: #5C5C5C;
}

TD.graphValue1 {
	background-color: white;
	background-image: url(../images/graph_bg.gif);
	padding: 1px;
	text-align: left;
	font-size: 10px;
	color: #5C5C5C;
}

TD.graphLeftText {
	text-align: right;
	width: 120px;
	padding: 1px;
	padding-right: 4px;
	border-right: #E4E4E4 1px solid;
	font-size: 10px;
}

TD.graphRightText {
	text-align: center;
	width: 80px;
	padding: 1px;
	padding-right: 4px;
	border-left: #E4E4E4 1px solid;
	font-size: 11px;
}

TD.graphTitle {
	font-size: 12px;
	border-bottom: #5D92C4 0px solid;
	color: #F14A06;
	color: #df3800;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 2px;
	text-align: center;
}

TD.graphSubtitle {
	color: #27629C;
	padding: 2px;
	border-bottom: #F7F7F7 1px solid;
	text-align: center;
}

TD.graphLabel {
	padding: 2px;
	border-bottom: #F7F7F7 1px solid;
	text-align: center;
}

TD.graphFooter {
	padding: 2px;
	border-top: #F7F7F7 1px solid;
	text-align: center;
}

TR.graphRow {
	padding: 0px;
}

B.graphValue {
	font-size: 11px;
	color: black;
	text-indent: 2px;
}
