#content {
    padding-right: 0px;
    padding-bottom: 20px;
}

h2 {
    font-size: 11px;
}

#SubimageBandLocal {
    margin: 20px 0px 32px 0px;
    width: 100%;
    padding: 0px;
}
#allcal {
    width: 207px;
    float: left;
    margin-right: 28px;
    padding-top: 0px;
}
#calendarmonth {
    width: 207px;
    padding-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
}
#calendarmonth h4 {
    background-color: #00447b;
    color: white;
    padding: 4px 0px 4px 7px;
    font-weight: bold;
    font-size: 11px;
    margin-top: 0px;
}

#calendarmonth table {
    width: 207px;
    margin-left: auto;
    margin-right: auto;
}
#calendarmonth table th {
    font-weight: normal;
    text-align: center;
}
#calendarmonth table td {
    text-align: center;
    padding: 2px;
}
#calendarmonth table td.normal {
    background-color: transparent;
}
#calendarmonth table td.highlight {
    background-color: #ccd6e0;
}

#calendarmonth a {
    color: black;
    display: block;
    width: 100%;
    height: 100%;
}
#calendarmonth a.current {
    color: #00447b;
    font-weight: bold;
}
#calendarmonth a.normal {
    color: black;
    font-weight: normal;
}

#event_list {
    margin-top: 15px;
    clear: both;
}
#event_list h4 {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 0px;
    color: #00447b;
}
#event_list h4 .title {
    font-weight: bold;
}
#event_list h4 a {
    font-size: 11px;
}


#event_list table tr.odd {
    background-color: white;
}
#event_list table th {
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    padding: 8px 8px 8px 4px;
}
#event_list table td {
    font-size: 10px;
    padding: 8px 8px 8px 4px;
}
#event_list table td.upper {
    text-transform: uppercase;
}

#arrows {
    width: 185px;
    height: 11px;
    margin-top: 10px;
}
#rewind {
    background: transparent url(/events/img/left_arrow.gif) 0px 0px no-repeat;
    width: 12px;
    height: 11px;
    float: left;
    margin-left: 87px;
    margin-right: 15px;
}
#fastforward {
    background: transparent url(/events/img/right_arrow.gif) 0px 0px no-repeat;
    width: 12px;
    height: 11px;
    float: left;
}

#current_exhibitions {
    width: 334px;
    float: left;
}
#current_exhibitions h4 {
    background-color: #787878;
    color: white;
    padding: 4px 0px 4px 7px;
    margin: 0px 0px 3px 0px;
    font-weight: bold;
    font-size: 11px;
}
#current_exhibitions .current_body {
    background-color: #dbdbdb;
    height: 140px;
}
#current_exhibitions .current_body p {
    margin: 0px;
    padding: 8px 10px;
}


#ABlocalNav a.current {
    color: #333333;
}

