
table.cal {
	width: 200px;
	padding: 0;
	margin: 0px 20px 0px 20px;	
	border: 1px solid #b2cddc;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	background-color: #fff;

}
table.cal td { text-align:center; background-color: #eaeaea; padding: 2px;}
table.cal tr.days-of-week td {background-color: #b2cddc; color: #666666; font-weight: bold;}
table.cal th{	
	font-weight:bold;
	font-size:12px;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
	
	}
table.cal thead td {background-color: White ;  font-size: 12px; font-weight: bold;}

table.cal a{
	text-decoration: none;
	font-weight: bold;
	display: block;
}

table.cal a.event,table.cal thead a{
	background-position: left;
	color:black;
	font-weight: bold;
	text-decoration: underline;	
}

table.cal a.event:hover,table.cal thead a:hover{
	text-decoration: none;	
	color: #DF9496;
}

table.cal a:hover #cal a:active{
	color: #6aa3ae;
	background-color: black;
}

table.cal .cal-prev-month-day, table.cal .cal-next-month-day {color: #215f27;}
table.cal-current-day {
	color: RED;
	font-weight: bold;	
}

table.cal .cal-header a{color: #86AAC9; text-decoration: underline;}
table.cal .cal-header a:hover{color: black;}


