
#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";
	color: #000;	
	text-align: center;
}	

td.caption{
	color: #000;	 
	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-size: 10px;
	font-weight: bold;
	background: #194481;
	text-align: center;
}

.today {
	border-right: 1px solid #000000;
 	border-bottom: 1px solid #000000;
}

a:hover {
	border-right: none;
 	border-bottom: none;
}

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

td.ends {
	text-align: center;
	background-color: #f1f1f1;
	padding: 2px;
}

td.ends a:link, td.ends a:visited {	
	color: #45537a;
	font-weight: bold;
}

td.ends a:hover, td.ends a:active {
	color: #d46b22;
	font-weight: bold;
}

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

td.currentweek a:link, td.currentweek a:visited {	
	color: #45537a;
	font-weight: bold;
}

td.currentweek a:hover, td.currentweek a:active {
	color: #d46b22;
	font-weight: bold;
}

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

td.currentweekends a:link, td.currentweekends a:visited {	
	color: #45537a;
	font-weight: bold;
}

td.currentweekends a:hover, td.currentweekends a:active {
	color: #d46b22;
	font-weight: bold;
}

td.cal a {
	font-weight: bolder;
	display: block;
	text-align: center;
	color: #45537a;
}

td.cal a:link, td.cal a:visited {	
	color: #45537a;
}

td.cal a:hover, td.cal a:active {
	color: #d46b22;
}
