td {	
	font-size: 11px;
	font-family: arial, sans-serif;
} 
/*Calender styling*/

.calender_mouseover_current {
background-color:	#abc18d;
color: 				black;
}
.calender_mouseout_current{
background-color:	#C9E3A6;
color: 				black;
}
.calender_mouseover_normal {
background-color:	white;
color:				black;
}
.calender_mouseout_normal {
background-color:	white;
color:				black;
}
.calender_mouseover_othermonth {
background-color:	#d7eabd;
}
.calender_mouseout_othermonth {
background-color:	#e5f2d3;
}

a.calender_current{
color:				black;
font-size: 			12px;
font-family: 		Arial, Verdana;
font-weight: 		bold;
text-decoration: 	none;
}
a.calender_current:hover {
color: 				#657253;
font-family: 		Arial, Verdana;
text-decoration: 	none;
font-weight: 		bold;
}
a.calender_normal{
color:				black;
font-size: 			12px;
font-family: 		Arial, Verdana;
font-weight: 		bold;
text-decoration: 	none;
}
a.calender_normal:hover {
color: 				#657253;
font-family: 		Arial, Verdana;
text-decoration: 	none;
font-weight: 		bold;
}
a.calender_othermonth{
color:				black;
font-size: 			12px;
font-family: 		Arial, Verdana;
font-weight: 		bold;
text-decoration: 	none;
}
a.calender_othermonth:hover {
color: 				#878787;
font-family: 		Arial, Verdana;
text-decoration: 	none;
font-weight: 		bold;
}
a.calender_headers{
color:				black;
font-size: 			12px;
font-family: 		Arial, Verdana;
font-weight: 		bold;
text-decoration: 	none;
}
a.calender_headers:hover {
color: 				#657253;
font-family: 		Arial, Verdana;
text-decoration: 	none;
font-weight: 		bold;
}
