/**
 * #e66915;
 */


/**
 * layout.default.css overrides
 */
ol.project-list .meta span.date {
    background-image: url(images/icon-bullet.gif) !important;
    color: #e66915 !important;  
}

    
/**
 * layout.accordion_horizontal.css overrides
 */
 
 /* handle appearance for active panel handle */
#project-list div.current div.handle {
    background: url(images/accordion_horizontal/acco-handle-top-current.png) no-repeat top left !important;
}
    #project-list div.current div.handle h2.handle-inner {
        background: url(images/accordion_horizontal/acco-handle-bottom-current.png) no-repeat bottom left !important;
    }

#project-list div.currentfirst div.handle {
    background: url(images/accordion_horizontal/acco-handle-top-currentfirst.png) no-repeat top left !important;
}
    #project-list div.currentfirst div.handle h2.handle-inner {
        background: url(images/accordion_horizontal/acco-handle-bottom-currentfirst.png) no-repeat bottom left !important;
    }
    
div.project-node .meta span.date {
    background-image: url(images/icon-bullet.gif) !important;
    color: #e66915 !important;
}

 
/**
 * layout.popup.css overrides
 */
#reference a {
    color: #e66915 !important;
    background-image: url(images/icon-bullet.gif) !important;
}
 
#meta span.date {
    color: #e66915 !important;
    background-image: url(images/icon-bullet.gif) !important;
}

#image-wrapper #image-title {
    color: #e66915 !important;
}
 
#prev-project {
    background-image: url(images/popup/pager-previous.png) !important;
}

#next-project {
    background-image: url(images/popup/pager-next.png) !important;
}


