table.schedule{
	width:700px;
	font-size:9px;
	border-collapse:collapse;
	border-color:#333333;
	color:#333333;
	margin-top:10px;
	margin-bottom:10px;
	empty-cells:hide;
}
table.schedule th{
	font-weight:normal;
	text-align:left;
	padding:2px;
	padding-left:4px;
	background-color:#EEEEE4;
}
table.schedule td{
	text-align:left;
	padding:2px;
	padding-left:4px;
	width:100px;
	height:100px;
	vertical-align:top;
}
table.schedule td li{
	list-style:none;
}