table.hours, table.daysOfWeek {
	/*margin-left:-25px;*/
	position:relative;
	border-collapse:collapse;
	font:normal 11px "Trebuchet MS", Verdana, Tahoma;
}
table.hours tr.bars td, table.daysOfWeek tr.bars td {
	background:#f2f2f2;
	padding:1px;
	height:1px;
	vertical-align:bottom;
	text-align:center;
	font-size:10px;
	letter-spacing:0px;
	line-height:12px;
	height:140px;
}
table.hours tr.bars td.currentHour, table.daysOfWeek tr.bars td.currentDay {
	background:#921618;
	color:#fff;
	
}
table.hours tr.bars td.currentHour .hourLabel { color:#fff; }
table.hours td .bar, table.daysOfWeek td .bar {
	height:0;
	overflow:hidden;
	display:block;
	position:relative;
	margin-top:1px;
}
table.hours td .bar {
	width: 21px;
}
table.daysOfWeek td .bar {
	width: 64px;
}
table.hours tr.x-axis td, table.daysOfWeek tr.x-axis td {
	font-size:11px;
	text-align:center;
	height:11px;
	line-height:10px;
}
.hourLabel, .dayOfWeekLabel {
	font-size:12px;
	font-weight:bold;
	margin:0px 0 1px 0;
	padding-top:4px;
	border-top:2px solid #4A6751;
	width:21px;
}
.saleStatistic_Header
{
	clear: both;
	padding: 20px 0px 5px 0px;
}
.saleStatistic_Header .Title
{
	position: relative;
	font-weight: bold;
}
.saleStatistic_Header .Summary
{
	font-size: 11px;
}

table.hours td .bar, table.daysOfWeek td .bar {
	background:#F29F01;
	width:100%;
	
}
.hourLabel {
	border-top:2px solid #921618;
	color:#101010;	
}

