ol {
	margin:0;
	padding: 0 1.5em;
	text-align: center;
	font-style: italic;
	font-size: 11px;
}
table {
	background:#D5E787;
	border-collapse:collapse;
	width:550px;
	border:5px solid #BBD83F;
	font-size: 12px;
}
td{
	padding: 4px;
}
th { text-align: center; font-weight: bold; padding-top: 4px; vertical-align: bottom;}
td { text-align: center; padding: 10px 4px 10px 4px;}
tbody td { font-size: 16px;}
td.type {text-align: left; font-weight: bold; font-size: 12px;}
col.holiday, col.high, col.green {
	width: 110px;
}
thead { 
	border-bottom: 4px solid #D5E787;
}
.holiday {background-color: #CEE374;}
.high {background-color: #BBD83F;}
.green {background-color: #C7DF61;}
.dates { font-size: 10px; color: #666666; vertical-align: top; padding-top: 0;}
.suites { background-image: url(../images/tablestripe.png);}

* html tr.suites td
{
	background:#C00;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tr_bg.png', sizingMethod='scale');
}