/* ============= events ============ */
#eventsTable {width:100%; margin-bottom:30px; table-layout:fixed; border-collapse:collapse; line-height:normal;}
#eventsTable tr td:first-child {border-left:none;}
#eventsTable tbody tr:first-child td {border-top:none;}
#eventsTable tr:first-child td {padding-top:18px;}

#eventsTable th {padding:0 8px; font-size:9px; color:#807a76; text-align:left;}
#eventsTable td {padding:8px; color:#a5a097; vertical-align:top; border-left:2px solid #d5cfc1; border-top:1px solid #c7c0b3;}

#eventsTable .eventBox {width:100%; height:100%; margin:-8px -10px -9px -8px; padding:8px 10px 9px 8px; color:#807a76; background:url(../images/events/event_bg_white.gif) bottom right #fff; -moz-border-radius:3px; -webkit-border-radius:3px; position:relative;}
#eventsTable .eventBox a {color:#1a171b;}
#eventsTable .soon .eventBox {color:#bdb8b4; background:url(../images/events/event_bg_black.gif) bottom right #2f2e2b;}
#eventsTable .soon .eventBox small {background-color:#2f2e2b;}
#eventsTable .soon .eventBox a {color:#e5e8e4; background-color:#2f2e2b;}

#eventsTable .moreThanOne p {min-height:0; height:auto;}

#eventsTable h5 {margin-bottom:10px;}
#eventsTable p {min-height:93px; margin:0; padding-bottom:5px; background:url(../images/events/event_default.gif) #d5d2c1; -moz-border-radius:2px; -webkit-border-radius:2px;}
#eventsTable small {background-color:#fff; padding-top:9px; display:block;}
#eventsTable .event p:first-child small {width:100%; padding-top:0; margin-top:-10px; float:left;}

#eventsTable .play {background:url(../images/events/event_play.gif) #ff4452;}
#eventsTable .music {background:url(../images/events/event_music.gif) #ff7c65;}
#eventsTable .exhibition {background:url(../images/events/event_exhibition.gif) #ffbb63;}
#eventsTable .other {background:url(../images/events/event_other.gif) #f8edcd;}

/* ========== eventsLegend ========= */
#eventsLegend {height:20px; margin:15px 0 15px 9px; padding:0;}
#eventsLegend dt {font:normal 1.42em Arial; color:#545454; text-transform:uppercase; letter-spacing:-1px; float:left;}
#eventsLegend dd {margin:0 0 0 4px; font:normal 1.42em Arial; color:#000; text-transform:uppercase; letter-spacing:-1px; line-height:19px; float:left;}
#eventsLegend dd img {margin-top:3px; vertical-align:top;}
#eventsLegend span {padding:0 6px;}
#eventsLegend .play {background:url(../images/events/event_leg_play_l.gif) left no-repeat #ff4452;}
#eventsLegend .play span {background:url(../images/events/event_leg_play_r.gif) right no-repeat;}
#eventsLegend .music {background:url(../images/events/event_leg_music_l.gif) left no-repeat #ff7c65;}
#eventsLegend .music span {background:url(../images/events/event_leg_music_r.gif) right no-repeat;}
#eventsLegend .exhibition {background:url(../images/events/event_leg_exhibition_l.gif) left no-repeat #ffbb63;}
#eventsLegend .exhibition span {background:url(../images/events/event_leg_exhibition_r.gif) right no-repeat;}
#eventsLegend .other {background:url(../images/events/event_leg_other_l.gif) left no-repeat #f8edcd;}
#eventsLegend .other span {background:url(../images/events/event_leg_other_r.gif) right no-repeat;}

/* =========== eventsNav =========== */
.eventsNav {height:48px; margin:0; padding:0; font:normal 1.42em Arial; text-transform:uppercase; line-height:24px; list-style:none;}
.eventsNav a {background:none; color:#545454;}
.eventsNav a:hover {text-decoration:none;}
.eventsNav a:hover span {text-decoration:underline;}
.eventsNav strong,
.eventsNav span {height:24px; padding:12px 0; display:block; cursor:pointer;}
.eventsNav strong {width:58px; font-weight:normal; text-align:center;}
.eventsNav .prev {float:left;}
.eventsNav .next {float:right;}
.eventsNav .prev strong {padding-right:6px; margin-right:-2px; background:url(../images/events/pagination_prev.gif) left no-repeat; float:left;}
.eventsNav .next strong {padding-left:6px; margin-left:-2px; background:url(../images/events/pagination_next.gif) right no-repeat; float:right;}
.eventsNav .prev span {float:left;}
.eventsNav .next span {float:right;}

