/* link for actual date */
a.calActDay, a.calActDay:link, a.calActDay:hover, a.calActDay:visited {

	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#002552;
	font-weight:			bold;
	text-decoration:		none;

}

/* link for all other days */
a.calDay, a.calDay:link, a.calDay:hover, a.calDay:visited {

	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#002552;
	font-weight:			bold;
	text-decoration:		none;

}

/* all other link */
a.cal, a.cal:link, a.cal:hover, a.cal:visited {

	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#002552;
	font-weight:			bold;
	text-decoration:		none;

}

/* header data - month and year */
td.calMonth, td.calYear {

	text-align:				center;
	border:					1px solid #FFFFFF;
	font-family:			Arial, Helvetica, sans-serif;
	font-weight:			bold;
	font-size:				11px;
	color:					#000000;

}

/* all days */
td.calDay {

	cursor:					pointer;
	border:					1px solid #FFFFFF;
	width:					16px;
	height:					16px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	color:					#000000;

}

/* all days onMouseOver */
td.calDayOn {

	cursor:					pointer;
	border:					1px solid #0066cc;
	width:					16px;
	height:					16px;
	background-color:		#EEEEEE;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	color:					#000000;

}

/* actual date */
td.calActDay {

	cursor:					pointer;
	border:					1px solid red;
	width:					16px;
	height:					16px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	color:					#000000;

}

/* none existing days - empty cells */
td.calDayEmpty {

	width:					16px;
	height:					16px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;

}

/* Label for working days - monday to friday */
td.calDayWD {

	text-align:				center;
	border:					1px solid #FFFFFF;
	width:					16px;
	height:					16px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	color:					#000000;

}

/* Label for weekend days - saturday, sunday */
td.calDayWE {

	text-align:				center;
	border:					1px solid #FFFFFF;
	width:					16px;
	height:					16px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	color:					#999999;

}