/* CSS Document */
#calendar {
	width:623px;
	padding:0;
	margin:0;
	border-left:1px solid #b27d35;
	font:normal 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999;
	text-align:center;
	background-color:#fff;
}

caption {
	margin:0;
	padding:5px 0px;
	width:623px;
	background:#dab37d;
	color:#004022;
	vertical-align:middle;
	font:bold 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
}

th {
	font:bold 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
	background:#b27d35;
	border-right:1px solid #b27d35;
	border-bottom:1px solid #b27d35;
	border-top:1px solid #b27d35;
}

.today {
	color:#004022;
	font-weight:bold;
	background-color:#ff6;
}

td {
	border-right:1px solid #b27d35;
	border-bottom: 1px solid #b27d35;
	width:89px;
	height:89px;
	padding:2px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	background:url(images/bg_calendar.gif) no-repeat right bottom;
}

.noday {
	background-color:#efeae4;
}

td a {
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	display:block;
}

td a:link, td a:visited {	
	color:#b36100;
}

td a:hover, td a:active {
	color:#b36100;
}