table#calendar td {
	border: 1px solid #EEEEEE;
	height: 75px;
	width: 14%;
	background-color: #FDFDFD;
	color: #45b863;
}
table#calendar td.empty {background: #ffffff}
table#calendar td#today {
	background: #45b863;
	color: #FCFCFC;
}

table#calendar a:link {
	color: #45b863;
	font-weight: bold;
	text-decoration: none;
}
table#calendar a:hover {
	color: #58E77E;
	font-weight: bold;
	text-decoration: none;
}

table#mini-calendar td {
	border: 1px solid #EEEEEE;
	height: 75px;
	width: 14%;
	background-color: #FDFDFD;
	color: #45b863;
}
table#mini-calendar td.empty {background: #ffffff}
table#calendar td#today {
	background: #45b863;
	color: #FCFCFC;
}

table#mini-calendar a:link {
	color: #45b863;
	font-weight: bold;
	text-decoration: none;
}
table#mini-calendar a:hover {
	color: #58E77E;
	font-weight: bold;
	text-decoration: none;
}
