body#isCalendarHTML { background: white url(../images/nav_background.jpg) repeat-y top left; margin: 0; padding: 0; text-align: left; }/* EVENTS */#EventCalendar td { color: #7b7b7b; position: relative; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-align: center; line-height: 20px; }#EventCalendar td.title { font-size: 11px; font-weight: bold; background: none; text-align: center; }#EventCalendar td.current { font-weight: bold; text-decoration: underline; }#EventCalendar td.current span { background: #efebda; border: 1px solid #878270; }#EventCalendar td span { display: block; width: 18px; height: 18px; border: solid 1px #e1d8bb; color: #000; }#EventCalendar td span.days { color: #000; font-weight: bold; line-height: 20px; text-align: center; }#EventCalendar td span.blank { color: #e1d8bb; background: none; }#EventCalendar td span.OldDate { color: #a49461; }#EventCalendar td a { color: #5d060d; background-color: #efebda; font-weight: bold; display: block; width: 18px; height: 18px; text-decoration: none; border: solid 1px #cbbf92; }#EventCalendar td a:hover { color: #d0bb45; background-color: #5d060d; border: solid 1px #cdb27b; }#EventCalendar td a.OldDate,#EventCalendar td a:hover.OldDate { color: #a49461; border: 1px solid #a49461; background: none; }select.month { width: 130px; color: #1C3F94; background-color: #CADEB9; }