
#calendar {
	width: 100px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaabad;
	text-align: center;
	border-style:solid;
	border-width: 1px;
	border-color: #efe4d0;
	background-color: #efe4d0;
}

.nav, .nav a {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efe4d0;
	color: #a89960;	
	text-align: center;
	height:9px;
}	

caption.cal {
	margin: 0;
	padding: 0;
	width: 100px;
	background-color: #efe4d0;
	color: #a89960;	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height:19px;
}

.caption {
	margin: 0;
	padding: 0;
	width: 100px;
	background-color: #efe4d0;
	color: #a89960;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height:9px;
}

th.cal {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6c6145;
	background-color: #efe4d0;
	text-align: center;
		height:9px;
}

.today {
color:#4273ab;
	background: #fefbe8;
	width: 9px;
	height: 9px;
	text-align: center;

}

td.cal {
color:#4273ab;
	text-align: center;
	background-color: #ffffff;
	padding: 2px;
	width: 9px;
	height: 9px;
	border-style:solid;
	border-width: 0px;
	border-color: #6588c0;
}

td.ends {
color:#4273ab;
	text-align: center;
	background-color: #eff2f9;
	padding: 2px;
	width: 9px;
	height: 9px;
	border-style:solid;
	border-width: 0px;
	border-color: #6588c0;
}

td.currentweek {
color:#4273ab;
	text-align: center;
	background-color: #d9cab7;
	padding: 2px;
	width: 9px;
	height: 9px;
	border-style:solid;
	border-width: 0px;
	border-color: #6588c0;
}

td.currentweekends {
color:#4273ab;
	text-align: center;
	background-color: #c6b9a6;
	padding: 2px;
	width: 9px;
	height: 9px;
	border-style:solid;
	border-width: 0px;
	border-color: #6588c0;
}

td.cal a, td.ends a, td.currentweek a, td.currentweekends a, .today a {
	font-weight: bolder;
	display: block;
	text-align: center;
}

td.cal a:link, td.cal a:visited , td.ends a:link, td.ends a:visited , td.currentweek a:link, td.currentweek a:visited , td.currentweekends a:link, td.currentweekends a:visited, .today a:link, .today a:visited {	
	color: #392b1e;
}

td.cal a:hover, td.cal a:active, td.ends a:hover, td.ends a:active, td.currentweek a:hover, td.currentweek a:active, td.currentweekends a:hover, td.currentweekends a:active, .today a:hover, .today a:active {
	color: #aaabad;
}