/* OVERRIDE attraction.css with new blue header */

a.addFav > span {
    background-color: #026cdf;
}

#eventListing.local td.dateBlock,
#eventListing-2.local td.dateBlock{
    background-color:#026cdf;
    border-top: 1px solid #026cdf;
}

#eventListing td.findTix a,
#eventListing-2 td.findTix a{
   border: 1px solid #026cdf !important;
}

#bv_summary .BVRRRatingSummaryLinkWrite {
    border: 1px solid #026cdf;
}

.button.sell {
    color: #026cdf !important;
    border: 1px solid #026cdf !important;
}

#video_list li a,
#video_list li a:hover,
#video_list li a.selected  {
    background:#efefef url('img/sys/alpha/attraction/nb_override_butn_videolist.png') 295px 4px no-repeat;
}

#video_list li a:hover { background-position: -27px 4px;}
#video_list li a.selected  { background-position:-349px 4px;}
#video_list li a.selected { color:#414144;font-weight:bold;}

