@charset "utf-8";
/* CSS Document */
table a {
	color: #77AA37;
}
#box_left table {
	background-color: #C2D693;
	color: #fff;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
	float: left;	
}
#box_left table th.caption { color: #77AA37; }

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

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


