  @charset "utf-8";
/* CSS Document */

#calendarID #calendar-utilities {padding: 12px; text-align:center;}
	#calendarID .current-month {color: #444; font-weight:bold; font-size:1.5em}
#calendarID .calendar, #calendarID .days {width: 100%;}
#calendarID .calendar {border: solid 1px #ddd;border-right: none; border-bottom: none;}
#calendarID .calendar th {background: #eee;width:14.25%;text-align:center;border: solid 1px #ddd; border-top:none; border-left:none;}
#calendarID .calendar ul {list-style: none; padding:0; margin: 0;}
#calendarID .calendar ul li {line-height: 1.1em; margin-bottom:.5em; font-size:.85em;}
#calendarID .day-number {color:#000}
#calendarID .month a {color: #333d18; font-weight:bold; text-decoration:none;}
#calendarID .calendar table {border-right: none; border-bottom: none; margin:0}
#calendarID .calendar table td {background:white; width:14.25%; padding:4px;border: solid 1px #ddd; border-left: none; border-top: none; vertical-align:top; height:70px;}
	#calendarID table.mini table td {height: auto;}
#calendarID .calendar table td.today {background: #e6e6e6;color:black;}
#calendarID .calendar table td.off-month {background: #f3f3f3;}
#calendarID .event-item {border: solid 1px #ddd; margin-bottom:1.5em; padding:1em;}
#calendarID .location {color: #6d645b;font-size: .70em; line-height:1.2em; font-weight:normal;}
#calendarID .date {font-style:italic;}
