td#calendar_title {
    vertical-align: top;
    height: 58px;
    font-family: georgia, times new roman, times, serif;
    color: #2a4ea0;
    width: 300px;
}

#calendar_title1 {
    font-size: 18px;
}

#calendar_title2 {
    padding-top: 4px;
    font-size: 12px;
    font-style: italic;
}

td#calendar_options {
    text-align: right;
    font-family: verdana;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
    color: #2a4ea0;
    line-height: 14px;
}

td#calendar_options a, td#calendar_options b {
    text-transform: none;
}

td#calendar_options a {
    color: #787878;
    font-weight: normal;
    text-decoration: none;
}

td#calendar_options b {
    color: #2a4ea0;
    font-weight: normal;
}

div#calendar_options_display {
    padding-left: 20px;
    float: right;
    text-align: left;
}

div#calendar_options_view {
    padding-left: 20px;
    float: right;
    text-align: left;
}

h3.calendar {
    font-size: 18px;
    font-family: georgia, times new roman, times, serif;
    clear: both;
    text-align: center;
    width: 525px;
}

table.calendar_grid_month {
    width: 525px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    background: #fff url(/media/images/design/calendar/calendar_grid_header_bg.gif) top center no-repeat;
}

#print table.calendar_grid_month {
    background: none;
}

table.calendar_list_month {
    width: 523px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    background: #fff url(/media/images/design/calendar/calendar_list_header_bg.gif) top center no-repeat;
}

td.calendar_grid_day, td.calendar_grid_day_blank {
    width: 73px;
    height: 73px;
    min-height: 73px;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    border-right: 1px solid #d0f0ef;
    border-bottom: 1px solid #d0f0ef;
    background: url(/media/images/design/calendar/calendar_grid_day_tlcorner_day.gif) top left no-repeat;
    vertical-align: top;
}

td.calendar_grid_day_blank {
    background: url(/media/images/design/calendar/calendar_grid_day_tlcorner_noday.gif) top left no-repeat;
}

td.calendar_grid_day_blank div {
}

td.calendar_grid_day_name {
    width: 73px;
    height: 14px;
    margin: 0px;
    background: #c2eceb;
    text-align: center;
    font-family: verdana;
    color: #0ab2b2;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
}

td.calendar_grid_day_name div {
    padding: 4px;
    width: 61px;
}

a.calendar_grid_day_link {
    display: block;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    width: 72px;
}

div.calendar_grid_day_date {
    font-family: verdana;
    font-size: 10px;
    color: #1cb6b4;
    font-weight: bold;
    text-align: left;
    padding: 4px;
    margin: 0px;
    text-decoration: none;
}

div.calendar_grid_event {
    font-family: verdana;
    font-size: 9px;
    line-height: 11px;
    color: #2a4ea0;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

div.calendar_grid_event {
    margin: 0px;
    padding: 0px 4px 4px 4px;
    text-decoration: none;
}

td.calendar_grid_month, td.calendar_list_month {
    width: 525px;
    height: 34px;
    font-family: georgia;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
}

td.calendar_list_date {
    height: 20px;
    font-family: verdana;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    background: #c7eb6f;
    color: #2a4ea0;
}

td#calendar_grid_prev, td#calendar_list_prev {
    text-align: left;
    font-family: verdana;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 8px;
    width: 170px;
    color: #2a4ea0;
}

td#calendar_grid_next, td#calendar_list_next {
    text-align: right;
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    padding-right: 8px;
    width: 170px;
    color: #2a4ea0;
}

td.calendar_list_event {
    font-family: verdana;
    font-size: 10px;
    text-align: left;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    color: #2a4ea0;
}

div.calendar_list_event {
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #eff9d6;
}

div.calendar_list_event h4 {
    text-transform: none;
}

td.calendar_list_event h4 {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-weight: bold;
}

td.calendar_grid_month, td#calendar_grid_prev a, td#calendar_grid_next a,
td.calendar_list_month, td#calendar_list_prev a, td#calendar_list_next a  {
    color: #2a4ea0;
    text-decoration: none;
}

.calendar_detail_title {
    font-weight: bold;
    color: #2a4ea0;
}
