#events {
    width: 834px ;
    border: 1px dotted #B2B2B2 ; 
}

#events_headline_title {
    min-height: 21px ;
    background: white ;
    padding-left: 14px;
    padding-top: 7px;
}

#events_headline_title h2 {
    font-size: 15px;
    font-weight: bold;
}

#events_accordion .ui-state-active {
    background: #ECF0F3 ;
}

.event_header {
    position: relative ;
    background: #E4E4E4 ;
    height: 50px ;
    border-top: 1px dotted #B2B2B2 ; 
    overflow: hidden ;
    cursor: default !important ;
    outline: 0 !important ;
}

.event_header:hover {
    background: #ECF0F3 ;
}

.event_header:focus, .event_header:active {
    outline: 0 !important ;
}

.event_icon {
    position: absolute ;
    top: 10px ;
    left: 20px ;
}

.event_dates_and_location {
    position: absolute ;
    top: 13px ;
    left: 55px ;
    width: 190px ;
}

.event_header_description {
    position: absolute ;
    top: 6px ;
    left: 262px ;
    width: 550px ;
}

.event_content {
    background: #ECF0F3 ;
    position: relative ;
    zoom: 1 ; 
    overflow: hidden ;
}

.event_content_spacer {
    float: left ;
    width: 242px ;
    padding-bottom: 10px ; 
    padding-left: 20px;
}

.event_content_description {
    float: left ;
    width: 550px ;
    margin-top: -43px ;
    z-index: 1000 ;
    display: block !important ;
}

.event_arrow_more {
    position: absolute ;
    top: 37px ;
    left: 823px ;
}


/* Only used on CIT EVENTS for listing of other rubrics */

.events_wrap {
    margin-top: 20px ;
    width: 834px ;
    border: 1px dotted #B2B2B2 ; 
}


.events_headline_title {
    min-height: 21px ;
    background: white ;
    padding-left: 14px;
    padding-top: 7px;
}

.events_headline_title h2 {
    font-size: 15px;
    font-weight: bold;
}

.events_accordion .ui-state-active {
    background: #ECF0F3 ;
}
