/*

 * CSS styleshet for default theme.

 *

 * Author: Sindre Mehus

 */



@import "base.css?v=6.1";



/* The primary background color (white). */

.bgcolor1, table.music tr:nth-of-type(odd) {

    background-color: white;

}



/* The secondary background color (light gray). */

.bgcolor2, .ruleTableHeader, .log, table.music tr:nth-of-type(even) {

    background-color: #F5F5F5;

}



.topframe {

    background-color: #201a3d;

    color: white;

}



.topframe .icon {

    color: white;

}



.top-menu-item:hover {

    background-color: #ceb302;

}



.left-menu-item:hover {

    background-color: white;

}


#startButton, #stopButton {
    color: #ceb302!important;
}

.ui-slider .ui-slider-handle {
    background: #ceb302!important;
}

.ui-slider-range-min {
    background: #ceb302!important;
}

#bufferButton {
    color: #ceb302!important;
}

#playButton {
    color: #ceb302!important;
	}