#myCalendar { color: #333333;font-size:10px; margin-left: 10px;width:210px;font-family: Arial, tahoma, verdana; background-color: #bbc8d7; }
#myCalendar td { text-align: center; }
#myCalendar a { color: #669966; text-decoration: underline; }
#myCalendar a:hover { color: #bbc8d7; text-decoration: underline; }
#EventList { color:#333333; font-size: .8em; font-family: Arial, tahoma, verdana; }
.myCalendarHeading { font-weight: bold; background-color: white; color:#669966;}
.nonMonthDay { background-color: #f2f3ed; }
.monthDay { background-color: white; }
.weekDays { font-weight: bold; }
.calevent { background-color: #FFFFCC; }
.weekEND { background-color: #eaeaea; }
.eventSearch {margin-right:5px; margin-bottom: 0; color: #333333; font-size: .8em; font-family: Arial, tahoma, verdana; }
.eventSearch input { font-size: 1.7ex; font-family: Verdana, Arial, Helvetica, sans-serif; }
.eventSearch input:hover { text-decoration: none; cursor: pointer; }
.eventSearch a { text-decoration: none; cursor: pointer; }
.eventSearch a:hover { text-decoration: none; cursor: pointer; }
#searchbutton input{ color: white; background-color: #6b8fb3; margin-top: 10px; border-color: #e3e3e3 #444 #444 #e3e3e3; border-style: solid; border-width: 1px; }
#searchbutton input:hover { background-color: #547ca3; }
#listMonthLink { font-size: 10px; font-family: Arial, tahoma, verdana; padding-top: 30px; padding-left: 5px; }
#listMonthLink a:link, #listMonthLink a:visited { text-decoration: none; cursor: pointer; color:#314B7E; }
#listMonthLink a:hover, #listMonthLink a:active{ text-decoration: none; cursor: pointer; color:#999999; }
#keywords input:hover { cursor: auto; }
.event_date { font-size: .9em; padding-left: 5px; font-weight:bold; border-right: 1px solid #f0f0f0; border-left: 1px solid #f0f0f0; }
.event_title { font-size: 1.2em; font-weight: bold; background-color: #BBC8D7; color:#333333; padding: 2px; border: 1px solid #f0f0f0; }
.event_desc { font-size: 1em; padding: 2px 2px 2px 5px; border-right: 1px solid #f0f0f0; border-left: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.ind_event { margin-bottom: 10px; }