/* calendar css ************************************************** */
.calendarData {
	background-color: #FDF2DD;
}

.calendarDataMarked {
	background-color: #FFFFFF;
}

.calendarBorder {
	background-color: #EF9704;
}

.calendarHeader {
	background-color: #F1C06E;
}

.calendarDaysHeader {
	background-color: #F6D494;
}

.calendarDay {
	font-weight: bold;
	color: #000000;
	font-size:14px; 
	font-family:"Arial","MS Sans Serif","sans-serif";
	text-decoration: none
}

.calendarLink {
	font-weight: normal;
	color: #000000;
	font-size:14px; 
	font-family:"Arial","MS Sans Serif","sans-serif";
	text-decoration: none
}

.calendarLink:hover {
	font-weight: normal;
	color: #000000;
	font-size:14px; 
	font-family:"Arial","MS Sans Serif","sans-serif";
	text-decoration: underline
}

.prevnextLink {
	font-weight: bold;
	color: #000000;
	font-size:14px; 
	font-family:"Arial","MS Sans Serif","sans-serif";
	text-decoration: underline
}

.prevnextLink:hover {
	font-weight: bold;
	color: #000000;
	font-size:14px; 
	font-family:"Arial","MS Sans Serif","sans-serif";
	text-decoration: none
}
/* end calendar css ************************************************** */
