table.chart {
	width: 100%;
	margin:0 0 10px 0;
	color:#333;
	font-size: 12px;
	line-height: 16px;
}
table.chart th {
	border:none;
	color:#FFF;
	background: #1C5684 url(/images/calendar/cal_sprite.png) repeat-x scroll 0 -48px;
	text-align:center;
	padding: 5px 2px;
	font-size: 11px;
	font-weight: normal;
	border-left: solid 1px #00234C;
	border-right: solid 1px #00234C;
}
table.chart th.first {
	/*font-weight: bold;
	font-size: 13px;*/
	text-align: left;
}
table.chart td {
	vertical-align:top;
	border:1px solid #999;
	padding: 5px;
	text-align:center;
}
table.chart tr.incl td, table.chart tr.inclLn td { border-bottom:none !important; }
table.chart tr.inclLn td, table.chart tr.inclLst td { border-top:1px dotted #CCC !important; }
table.chart tr.inclLst td { border-bottom:1px solid #999; }

table.chart td.first {
	color:#00234C;
	text-align:left;
	font-weight: bold;
}
table.chart .zebra { background-color:#E3E2E2; }
table.chart em {
	color:#333;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}
table.chart td.empty {
	padding: 0;
	border-left: none !important;
	border-right: none !important;
}

.footnote {
	color: #333;
	font-size: 12px;
	line-height: 14px;
}
.footnote em {
	font-size: 10px;
	line-height: 12px;
}

#chartTitle {
	background: #1C5684 url(/images/calendar/cal_sprite.png) repeat-x scroll 0 -48px;
	padding: 6px 0 0 12px;
	height: 28px;
	color: #FFF;
	font-size: 15px;
	position: relative;
	text-align: left;
}