#calendar {
	padding: 0;
	margin: 0;
	border-left: 4px solid #CCC;
	text-align: center;
	background-color: #fff;
}
th {
	color: #333;
	background: #f2f2f2;
}
.today, td.today a, td.today a:link, td.today a:visited {
	color: #fff;
	font-weight: bold;
	border: 1px solid #ccc;
}
.currentday, td.currentday a, td.currentday a:link, td.currentday a:visited {
	color: #fff;
	font-weight: bold;
	background: #ccc;
}
.event, td.event a, td.event a:link, td.event a:visited {
	font-weight: bold;
	border: 1px solid #4682B4;
}
td {
	width: 24px;
	height: 24px;
	text-align: center;
}
td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}
td a:link, td a:visited {	
	color: #4682B4;
}
td a:hover, td a:active {
	background: none;
	color: #fff;
	background-color: #4682B4;
}
