.calendar table td {
	font-size:12px;
	text-align:center;
	font-weight: bold;
	}

.calendarInterline {
	height: 10px;
	}

.calendarTitle {
	background-color: transparent;
	border-style: none;
	text-decoration: none;
	color: #323232;
	font-size: 12px;
	font-weight: bold;
	}

.calendarDayHeader {
	text-decoration: none;
	color: #323232;
	font-size: 10px;
	font-weight: normal;
	background-color: Transparent;
	}

.calendarDayToday, .calendarDayEventToday {
	background-color: #3a5ca3 ;
	border: 2px solid transparent;
	padding: 0; 
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	vertical-align: top;
	height: 92px;
	text-decoration: none;
	color: #ffffff;
	}

.calendarDayTodayMiddle {
	background-color: #7c93c2;
	height: 62px;
	text-align: center;
	vertical-align: middle;
	}
	
.calendarDay, .calendarDayEvent{
	background-color: #556527;
	padding: 0; 
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	vertical-align: top;
	height: 92px;
	text-decoration: none;
	border: solid 2px transparent;
	color: #dbded1;
	}
	
.calendarDayMiddle, .calendarDayEventMiddle {
	background-color: #959f78;
	height: 62px;
	text-align: center;
	vertical-align: middle;
	}

.calendarDayOtherMonth {
	padding: 0;
	background-color: #808474;
	text-decoration: none;
	color: #4c4e45; 
	padding-left: 0;
	padding-right: 0;
	vertical-align: top;
	border: solid 2px transparent;
	height: 92px;
	}

.calendarDayOtherMonthMiddle {
	background-color: #a0a591;
	height: 62px;
	text-align: center;
	vertical-align: middle;
	}
	
a.calendarLink:link {
	color: #a3cc53;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.calendarLink:hover {
	color: #b9e16a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.calendarLink:visited {
	color: #a3cc53;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.calendarLinkOtherMonth:link {
	color: #97df0e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.calendarLinkOtherMonth:hover {
	color: #aafe0b;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.calendarLinkOtherMonth:visited {
	color: #97df0e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
