table.cal {
	border-collapse: collapse;
	margin: 6px;
}

table.cal th {
	letter-spacing:0.1em;
}

table.cal td {
	font-size: 0.8em;
	text-align: center;
	cursor: default;
}

table.cal a {
	color: blue;
}

table.cal a:visited {
	color: blue;
}

#today {
	font-weight: bold;
}

#selected {
	font-weight: bold;
	color: blue;
	background-color: #FFFF00;
}

.grey {
	background-color: #EEEEEE;
}

.active {
	font-weight: bold;
	background-color: #F7F9B7;
}

.right {
	border-right: 1px solid #999999;
}

.bottom {
	border-bottom: 1px solid #999999;
}