table.iCal { 
	width: 100%; 
}
table.iCal td { 
	/*padding-left: 0.125em; 
	padding-right: 0.125em; */
}
table.iCal tr.newDate td, table.iCal tr.newDate th { 
	/*border-top: 1px solid #000;*/ 
}
table.iCal {
	/*border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;*/
}
table.iCal .date {
	text-align: left;
	font-size: 90%;
	background-color: #033;
	color: #fff;
	padding-left: 0.25em;
	padding-right: 0.25em;
}
table.iCal td.time {
	text-align: center;
	color: #0f9;
}
table.iCal span.time {
	font-size: 90%;
	font-family: Helvetica;
	font-stretch: condensed;
}
table.iCal .label { 
	text-align: left; 
}

body {
	background: none;
	background-color: #000;
}