@charset "UTF-8";



#calendar {
	width: 141px;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #512D0F;
	text-align: center;
	background-color: #fff;
}

.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


caption {
	margin: 0;
	padding: 0;
	width: 141px;
	color: #FFFFFF;
	text-align: center;
	background-color: #5D3512;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

th {
	color: #48250C;
	background-color: #D7EAA7;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #5D3512;
	border-right-color: #5D3512;
	border-bottom-color: #5D3512;
}


td {
	width: 20px;
	height: 20px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #49260D;
	border-bottom-color: #49260D;
}

td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

td a:link, td a:visited {
	color: #FFFFFF;
	background-color: #5D3512;
}

td a:hover, td a:active {
	color: #A4AE38;
	background: url(images/bg_calendar.gif) no-repeat right top;
}
#rightcontainer h1 {
	font-size: 14px;
	color: #592714;
}
