.current_month
{
	font-weight:bold;
	background:White;
}
.calendar_footer
{
	background:FAFAFA;
}
.big_calendar
{
	font-size:10pt;
	border:solid 1px #D4D4D4;
	background:#EEEEEE;
	width:750;
}
.week_days
{
	background:#3670A0;
	color:#E1EDD0;
	font-weight:bold;
}
.current_day
{
	background:White;
	border:solid 1px #D1DDC0;
}
.not_day
{
	background:White;
}
.day_w_events
{
	background:#EEFFEE;
	border:solid 1px #D1DDC0;
}
.day_wo_events
{
	background:#EEEEEE;
	border-bottom:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
	border-top:solid 1px #FAFAFA;
	border-left:solid 1px #FAFAFA;
}

A.events_link
{
	color:#3670A0;
	font-weight:bold;
	width:100%;
	height:100%;
}
