#calendar {
	width: 450px;
	padding: 0;
	margin: 0 auto;
	margin-top:25px;
	margin-bottom:25px;
	border-left: 1px solid #BB9B40;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

caption {
	margin: 0 auto;
	padding: 0;
	width: 450px;
	background: #58514C;
	color: #fff;	 
	font: bold 20px Arial, Helvetica, sans-serif;
	text-align: center;
}

th {
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #CA3315;
	border-right: 1px solid #BB9B40;
	border-bottom: 1px solid #BB9B40;
	border-top: 1px solid #BB9B40;
}

.today, td.today a, td.today a:link, td.today a:visited {
	color: #fff;
	font-weight: bold;
	background: #58514C;
}

td {
	border-right: 1px solid #BB9B40;
	border-bottom: 1px solid #BB9B40;
	width: 40px;
	height: 20px;
	text-align: center;
	background: url(../images/bg_calendar.gif) no-repeat right bottom;
}

td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

td a:link, td a:visited {	
	color: #608194;
	background: url(../images/bg_calendar.gif) no-repeat;
}

td a:hover, td a:active {
	color: #6aa3ae;
	background: url(../images/bg_calendar.gif) no-repeat right top;
}