table#calendar td.month a{
	color: #77c12e;
	font-weight: bold;
}

table#calendar tr {
	text-align: center;
}

table#calendar tr.daynames td {
	width: 50px;
	background: #999;
	color: #fff;
}

table#calendar tr.week td {
	height: 20px;
	line-height: 20px;
}

table#calendar td.today {
	color: #fff;
	font-weight: bold;
	background: #77c12e;
}

table#calendar td.event {
	color: white;
	background: #b5e66b; /* was: abe571 */
}

table#calendar td.event a, table#calendar td.today a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}

a.monthnav {
	color: #666;
	text-decoration: none;
}

a.monthnav:hover {
	color: #77c12e;
	text-decoration: underline;
}

#calendar_wrapper {
	display:block;
	height:190px;
	margin-top:10px;
}

table#calendar td a:hover {
	text-decoration:none;
}