.UHCGruper_MainBar{
	background:url('barback.png') repeat-x;
	/*margin:0px;*/
	padding:0px;
}
.UHCGruper_UPNorm{
	border:0px solid black;
	background-color:black;
}
.UHCGruper_LONorm{
	border:0px solid black;
	background-color:black;
}
.OuterBarDiv{
	/*margin-left:100px;*/
	position:absolute;
	border:1px solid lightblue;
	cursor:pointer;
}
.label1{
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
	color:silver;
}
.label_curr{
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
}
.DescrDiv{
	font-family:Helvetica;
	font-size:11px;
	/*font-weight:bold;*/
}
.UHCGruper_BEST{
	border-left:2px dotted red;
	width:1px;
}
.cd_pointer{
	vertical-align:top;
	text-align:center;
	background:url("../../pict/bar/bullet_arrow_up.png") no-repeat;
	padding-top: 4px;
}
.tooltipbox{
	background-color:#E7B000;
	border:1px solid grey;
	font-family:Helvetica;
	padding:5px;
	font-size:11px;
}
/*****************************BAR COLOR CLASSES*********************************/
.bar_red{
	background:url("../../pict/bar/bar_red.png") repeat-x 50%;
	/*background-color:red;*/
}
.bar_orange{
	background:url("../../pict/bar/bar_orange.png") repeat-x 50%;
	/*background-color:orange;*/
}
.bar_green{
	background:url("../../pict/bar/bar_green.png") repeat-x 50%;
	/*background-color:green;*/
}
.bar_yellow{
	background:url("../../pict/bar/bar_yellow.png") repeat-x 50%;
	/*background-color:green;*/
}
.bar_blue{
	background:url("../../pict/bar/bar_blue.png") repeat-x 50%;
}
.bar_darkGreen{
	background:url("../../pict/bar/bar_darkGreen.png") repeat-x 50%;
}
.bar_grey{
	background-color:lightgrey;
}
