#calcontain {
	position: relative;
	text-align: center;
	font: 12px/14px Arial, sans-serif;
	border: 2px solid #D6D6D6;
	padding: 1px;
	background-color: #FFFFFF;
	color: #55a6ab;
	font-weight: bold;
}

#calhead {
	position: relative;
	background-color: #ffffff;
	border: 1px solid white;
	font: 14px/14px Georgia, serif;
	color: #8E3714;
	margin: 5px 5px 0px 5px;
}

#current {
	font-weight: bold;
}

#backy{ float: left; width: 15px; display:none; cursor: pointer; }
#nexty{ float: right; width: 15px; display:none; cursor: pointer; }

#back{ position: relative; float: left; margin-top: -13px; margin-left: 2px; width: 19px; cursor: pointer; font-weight: bold; text-indent: -1000em; background: #ffffff url(../images/backy_arrow.gif) no-repeat top;}
#next{ position: relative; float: right; margin-top: -13px; margin-right: 2px; width: 19px; cursor: pointer; font-weight: bold; text-indent: -1000em; background: #ffffff url(../images/nexty_arrow.gif) no-repeat top;}
#gotoday{ display: none; }

.daynames{ background-color: #fff; color: #666666; font-weight: bold; }
.daynames td{ border:1px solid #FFFFFF; height: 10px; text-align:center; }

.weekday { background-color: #fff; height:20px; padding-top:2px; text-align:center; border-top: 1px solid #e5e5e5;}
.weekend { background-color: #fff; height:20px; padding-top:2px; text-align:center; border-top: 1px solid #e5e5e5;}
.archerCal { width: 92%; }
.archerCal .event { text-decoration: none; border-bottom: none;}
.event { font-weight: bold;  text-decoration: none; color: #ffffff; font-size-adjust: .65; background: #ffffff url(../images/date_selected.gif) no-repeat center;cursor: pointer;}
#today { font-weight: bold;  color: #ffffff; font-size-adjust: .65; background: #ffffff url(../images/date_selected_today.gif) no-repeat center;}
.calEmpty{ background-color: #fff; height:20px; color: #ccc; border-top: 1px solid #e5e5e5;}

.eventitem {
	width: 280px;
	margin-bottom: 10px;
	border: 3px double #D6D6D6;
	background-color: #FFFFFF;
}
.eventitem .mydate { padding: 6px 10px 3px 10px; background-color: #FFFFFF; font: 12px/14px Arial, sans-serif; font-weight: bold;color :#55a6ab; }
.eventitem .mytime { padding: 0 10px 3px 10px; background-color: #FFFFFF; font: 12px/14px Arial, sans-serif; font-weight: bold;color :#666666; }
.eventitem .title { padding: 5px 10px 3px 10px; color: #FFFFFF; font-weight: bold; font: 14px/14px Georgia, serif; font-weight: bold; color: #8E3714;  }
.eventitem .body { padding: 0 10px 10px 10px; background-color: #F5F5F5; font-size: 11px; }
