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

ul#spotlight-buttons a:hover,
ul#spotlight-buttons a[id*=rs-btn]:hover:before,
ul#spotlight-buttons a[id*=rs-btn]:active:before,
ul#spotlight-buttons li.selected a[id*=rs-btn]:before {
    background-color: #026cdf;
}

.shade-module a.shade-button {
    background-color: #026cdf;
}

.shade-module a.shade-button:hover,
.shade-module a.shade-button:active,
.shade-module a.shade-button :focus {
    background-color: #004da1;
}

