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

#calendar td{
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
}

.nav, .nav a {
	font: bold 16px "Gill Sans MT";
	background-color: #dfd2c2;
	color: #97826f;	
	text-align: center;
}

.textnav, .textnav a {
	font: bold 16px "Gill Sans MT";
	background-color: #dfd2c2;
	color: #97826f;	
	text-align: center;
	text-decoration: none;
}

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

.caption {
	margin: 0;
	padding: 0;
	width: 143px;
	background-color: #dfd2c2;
	color: #97826f;	
	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: #9c8b7a;
	width: 10px;
	height: 10px;
	text-align: center;
}

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

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

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

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

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

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

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

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