/* Results Bar	*/
.ResultBar		{	padding: 10px 0 10px 20px;	}
.ResultBarTitle	{	font-size: small;	}
.ResultBarChart	{	width: 300px; height: 30px; border: 1px solid #000000; 	}
.ResultBarChart div	{	margin: 0; padding: 0; border-collapse: collapse; height: 100%; font-size: 9px; float: left; overflow: hidden; }
.BarCON			{	background-color: #3300ff; width: 100%; color: #ffffff;	}
.BarGRN			{	background-color: #00ff00; width: 100%; color: #ffffff;	}
.BarIND			{	background-color: #999999; width: 100%;	color: #ffffff; }
.BarLAB			{	background-color: #ff0000; width: 100%;	color: #ffffff; }
.BarLD			{	background-color: #ffcc00; width: 100%;	color: #000000; }
.BarNONE		{	background-color: #ffffff; width: 100%;	color: #000000;	}
.BarOther		{	background-color: #333333; width: 100%;	color: #ffffff; }

/* Results Bar - Vertical	*/
.VResultBar				{	margin-left: 20px; width: 460px; border: 1px solid #aaaaaa; border-collapse: none; background-color: #eeeeee;	}
.VResultBar tr td	 	{	font-size: 9px;	}
.VResultBar tr.First td	{	padding-top: 6px;	}
.VResultBar tr.Last td 	{	padding-bottom: 6px;	}
.VResultBar tr td img 	{	height: 10px;  }
.VResultBar tr td span 	{	padding-left: 5px; vertical-align: middle; }


