@charset "utf-8";
/* CSS Document */
table a {
	color: #77AA37;
}
div.calendar table th a {
	font-size: 13px;
	color: #77AA37; 
	font-weight: bold;
}
div.calendar table th.jumpto a {
	font-size: 11px;
	font-weight: bold;
}
div.calendar table {
	background-color: #C2D693;
	color: #fff;
	margin: 0; padding: 5px;
	text-align: center;
	float: left;	
}
div.calendar table th.caption { 
	color: #77AA37; 
}

div.calendar table td {
	padding: 0; 
	margin: 0;
	height: 22px;
	width: 22px;
}
div.calendar table td a {
	background-color: #77AA37;
	padding: 2px;
}
div.calendar td.current_day a {
	color : #FFFFff !important;
}
div.calendar td.related_day {
	
}
div.calendar td.week_cell {
	
}

div.calendar td a.current_day { color: #fff; }
div.calendar td a.related {}
div.calendar a.event { background-color: #77AA37; /*border: 1px solid #FFFFFF;*/ }


