
#calendar {
	width: 143px;
	padding: 0;
	margin: 0;
	font: normal 11px "Tahoma";
	color: #616B76;
	text-align: center;
}

.nav, .nav a {
	font: bold 16px "Gill Sans MT";
	background-color: #c8d6e8;
	color: #819aae;	
	text-align: center;
}	

caption.cal {
	margin: 0;
	padding: 0;
	width: 143px;
	background-color: #c8d6e8;
	color: #819aae;	
	font: bold 11px "Tahoma";
	text-align: center;
}

.caption {
	margin: 0;
	padding: 0;
	width: 143px;
	background-color: #c8d6e8;
	color: #819aae;	
	font: bold 11px "Tahoma";
	text-align: center;
}

th.cal {
	font: bold 11px "Tahoma";
	color: #39362f;
	text-align: center;
}

.today, td.today a, td.today a:link, td.today a:visited {
	color: #ffffff;
	font-weight: bolder;
	background: #8b9fb2;
}

td.cal {
	text-align: center;
	background-color: #ffffff;
	padding: 2px;
	width: auto;
	height: auto;
}

td.ends {
	text-align: center;
	background-color: #f3f3f3;
	padding: 2px;
	width: auto;
	height: auto;
}

td.currentweek {
	text-align: center;
	background-color: #c8d6e8;
	padding: 2px;
	width: auto;
	height: auto;
}

td.currentweekends {
	text-align: center;
	background-color: #bdcbdc;
	padding: 2px;
	width: auto;
	height: auto;
}

td.cal a, td.ends a, td.currentweekends a, td.currentweek a{
	font-weight: bolder;
	display: block;
	text-align: center;

}
