.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: #171b34;
	font-size: 12px;
	font-weight: bold;
	}

.calendarDayHeader {
	text-decoration: none;
	color: #171b34;
	font-size: 10px;
	font-weight: normal;
	}

.calendarDayToday {
	background-color: #f6bf26;
	padding: 0; 
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	vertical-align: top;
	height: 92px;
	text-decoration: none;
	color: #826c00;
	border: solid 2px transparent;
	}
	
.calendarDay {
	background-color: #171b34;
	padding: 0; 
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	vertical-align: top;
	height: 92px;
	text-decoration: none;
	border: solid 2px transparent;
	color: #eee0cf;
	}

.calendarDayMiddle {
	background-color: #888a97;
	height: 62px;
	text-align: center;
	vertical-align: middle;
	}

.calendarDayOtherMonth {
	padding: 0;
	background-color: #797b87;
	text-decoration: none;
	color: #42434e; 
	padding-left: 0;
	padding-right: 0;
	vertical-align: top;
	border: solid 2px transparent;
	height: 92px;
	}

.calendarDayOtherMonthMiddle {
	background-color: #afb1b9;
	height: 62px;
	text-align: center;
	vertical-align: middle;
	}
	
a.calendarLink:link {
	color: #98dc42;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.calendarLink:hover {
	color: #96ee26;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.calendarLink:visited {
	color: #96ee26;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.calendarLinkOtherMonth:link {
	color: #98dc42;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
a.calendarLinkOtherMonth:hover {
	color: #96ee26;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.calendarLinkOtherMonth:visited {
	color: #96ee26;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	