.barChart{
	position:relative;
	width:100%;
	margin-bottom:4px;
	height:195px;
}
.horizBar{
	font-family: arial,verdana,helvetica,sans-serif;
	color: #000000;
	font-size: 10px;
	height: 40px;
	text-align: right;
}
.chartTable{
	font-family: arial,verdana,helvetica,sans-serif;
	color: #000000;
	font-size: 9px;
	width:100%;
	height:167px;
	table-layout:fixed;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	background: url(../../i/graph_bg.gif) 0 7px;
}
.chartProgressImage {position:absolute;left:50%;top:50%;margin:-11px 0 0 -28px;}
.labelTable{
	font-family: arial,verdana,helvetica,sans-serif;
	color: #000000;
	font-size: 9px;
	width:100%;
	table-layout:fixed;
}
.barCell{
	padding-left:2px;
	padding-right:3px;
	width:3%;
	vertical-align:bottom;
	text-align:center;
}
.labelCell{
	padding-left:2px;
	padding-right:1px;
	width:3%;
	text-align:center;
}
.bar{
	width:100%;
	background-color:#8BB3F8;
	border:outset 1px #8BB3F8;
	border-bottom:0;
	cursor:pointer;
}
.weekendBar{
	width:100%;
	background-color:#BAD0F7;
	border:outset 1px #BAD0F7;
	border-bottom:0;
	cursor:pointer;
}
.dayBar{
	width:100%;
	background-color:#FF9934;
	border:outset 1px #FF9900;
	border-bottom:0;
	cursor:pointer;
}
.tooltip{
	font-family: arial,verdana,helvetica,sans-serif;
	background-color:#FFFFFF;
	border:solid 1px #BAD0F7;
	padding: 4px 6px 4px 6px;
	width: 190px;
	z-index: 9999;
}
.tooltip A.ResultPrice,
.tooltip A.ResultPrice:link,
.tooltip A.ResultPrice:visited,
.tooltip A.ResultPrice:hover  {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.monthLabel{
	padding: 4px 4px 4px 4px;
	font-family: arial,verdana,helvetica,sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.monthButton{
	cursor: pointer;
}
.barMonth{
	width:75%;
	background-color:#8BB3F8;
	border:outset 1px #8BB3F8;
	border-bottom:0;
	cursor:pointer;
	margin:0 auto;
}
