/* CSS Document */

/* CALENDAR */
#calendar { background: url('../images/main/calendar_back.gif') no-repeat; float: left; height: 384px; margin: 10px 0 9px 10px; width: 569px;}
#calendar .month {float: left; padding: 16px 0px 0px 0px; text-align: center; width: 569px; height:95px; height:87px; color:black; font-weight:bold; }
#calendar .month .month_name {display:inline; font-size:13px; font-size:15px;}
#calendar .weeks {float: left; height: 198px; width: 569px; }
#calendar .weeks li {color: #755B41; color:#817F80; float: left; font-size:13px; text-align:center; vertical-align:bottom; margin: 0; overflow: hidden; width:81px; height:47px; line-height:47px;}
#calendar .weeks li.outofmonth {color: #C9C9C7;}
#calendar .weeks li a:link,
#calendar .weeks li a:visited {color:#8E4F23; font-weight:bold; text-decoration:underline;}
#calendar .weeks li a:hover {color:#702407; color:#573015; }
#calendar .weeks ul {float: left; list-style: none; margin: 0; padding: 0;}

a.next:link,
a.next:visited {
	margin-left:34px;
	font-size:11px;
	color:#995226;
	font-weight:normal;
}
a.next:hover {
	color:#573015;
}

a.previous:link,
a.previous:visited {
	margin-right:34px;
	font-size:11px;
	color:#995226;
	font-weight:normal;
}
a.previous:hover {
	color:#573015;
}


a:link img,
a:visited img {
	border:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}

/* popup */
.navtext {
	font-size:12px;
	font-family:Arial;
	layer-background-color:#EBCCBC;
	background-color:#EBCCBC;
	color:#794F26;
	line-height:1.2;
}
.leftcol {
	float:left;
	margin-right:20px;
}
.rightcol {
	float:left;
}