td.day {
	width:75px;
	height:75px;
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
}

td.day:hover {
	width:75px;
	height:75px;
	background-color:#DDDDDD;
	border:1px solid #AAAAAA;
}

td.day_event {
	width:75px;
	height:75px;
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
}

td.day_event:hover {
	width:75px;
	height:75px;
	background-color:#DDDDDD;
	border:1px solid #AAAAAA;
}

td.day a {
	color: #000;
	text-decoration:none;
}

td.day a:hover {
	text-decoration:underline;
}

td.day_event a {
	color: #000;
	text-decoration:none;
}

td.day_event a:hover {
	text-decoration:underline;
}

td.current_day {
	width:75px;
	height:75px;
	background-color:#CCCCCC;
	border:1px solid #AAAAAA;
}

td.current_day:hover {
	width:75px;
	height:75px;
	background-color:#BBBBBB;
	border:1px solid #AAAAAA;
}

td.current_day_event {
	width:75px;
	height:75px;
	background-color:#CCCCCC;
	border:1px solid #777777;
}

td.current_day_event:hover {
	width:75px;
	height:75px;
	background-color:#BBBBBB;
	border:1px solid #777777;
}

td.current_day a {
	color: #000;
	text-decoration:none;
}

td.current_day a:hover {
	text-decoration:underline;
}

td.current_day_event a {
	text-decoration:none;
}

td.current_day_event a:hover {
	text-decoration:underline;
}