table.cal {
	background-color: #fff;
}

table.cal tr th,
table.cal tr td {
	color: #000;
}

table.cal tr th {
	font-size: 14px;
	height: 30px;
	text-align: center;
}

table.cal tr td {
	height: 100px;
	vertical-align: top;
	width: 100px;
}

table.cal tr td div {
	float:left;
	width: 100%;
}

table.cal tr td ul {
	list-style: none;
	padding: 0 5px;
}

table.cal tr td ul li {
	padding: 2px 0;
}

table.cal tr td.today {
	background-color: #fdd;
}
