/* CSS Document */
.verticalBarGraph {
	height: 200px;
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
.verticalBarGraph li {
	bottom: 0;
	list-style:none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 39px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	}
.barGraph {
;
	font: 9px Helvetica, Geneva, sans-serif;
	height: 152px;
	padding: 0;
	position: relative;
	background-image: none;
	background-position: left bottom;
	width: 118px;
	margin: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.barGraph li {
	bottom: 0;
	color: #000000;
	padding: 0;
	position: absolute;
	list-style: none;
	text-align: center;
	width: 39px;
	background-color: #660099;
	background-image: none;
	background-repeat: repeat-y;
	background-position: right top;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
.barGraph li.p1{ background-color:#CC0000}
.barGraph li.p2{ background-color:#FF3300}
.barGraph li.p3{ background-color:#FF9966}
.barGraph li.p4{ background-color:#FFCC66}
.barGraph li.p5{ background-color:#FFFF33}
.barGraph li.p6{ background-color:#99FF33}
.barGraph li.p7{ background-color:#99CC66}
.barGraph li.p8{ background-color:#00CC99}
.barGraph li.p9{ background-color:#0099FF}
.barGraph li.d10{
	background-color:#660099;
}
.barGraph li.d1{ background-color:#CC0000}
.barGraph li.d2{ background-color:#FF3300}
.barGraph li.d3{ background-color:#FF9966}
.barGraph li.d4{ background-color:#FFCC66}
.barGraph li.d5{ background-color:#FFFF33}
.barGraph li.d6{ background-color:#99FF33}
.barGraph li.d7{ background-color:#99CC66}
.barGraph li.d8{ background-color:#00CC99}
.barGraph li.d9{ background-color:#0099FF}
.barGraph li.d10
{	background-color:#660099;
	width: 30px;
}
.barGraph li.arrow
{
	width: 50px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
