/*.clsPrvNxtDay {background-color:#FFFFFF; }*/
#cal {color:#000000; background-color:#FFFFFF; border: 0px solid #1a4551;font: 10px Verdana, Arial, Helvetica, sans-serif; }
#cal td { text-align:center; width: 30px;height:30px; background-color: #FFFFFF;}//7B75F7
tr#days-of-week td { background-color: #aaa;}
#cal thead td {background-color: #E3F6C8; font-size: 12px; font-weight: bold;}
#cal thead a{ color: #FFF;}
#cal a{color: #ff0000; text-decoration:none;}
/*#cal .cal-prev-month-day, #cal .cal-next-month-day {color: #215f27;} */
#cal .cal-prev-month-day, #cal .cal-next-month-day .last-day-of-week{	color:lightgrey;
	background-color:red;
	text-decoration:line-through;
	cursor:default;}
/* #cal-current-day { color:#FFFFFF;background-color: #1b5421 !important;} */
/* #booked {color:#993300; font-weight:bold;} */
.booked { 	
	color:white;
	background-color:red;
	text-decoration:line-through;
	cursor:'';
	padding:5px;
	}
.tempbooked { 	
	color:white;
	background-color:red;
	text-decoration:'';
	cursor:'';
	padding:7px;
	}	
.unbooked { 	
	text-decoration:'';
	cursor:'';
	color:#000000;
	}	
