/* 
    Document   : simpleTrack
    Created on : 07.10.2012, 22:55:33
    Author     : Andreas
    Description:
        Purpose of the stylesheet follows.
*/

.simpleTrack {
    background-color: #999999;
    color: white;
    width: 29cm;
    height: 1.2cm;
    margin: 1mm;
}

.simpleTrack div {
    float: left;
}

.simpleTrack .space {
    width: 5mm;
    height: 100%;
}

.simpleTrack .label {
    background-color: #555555;
    width: 4cm;
    height: 100%;
    padding: 2mm;
    font-size: 5mm;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 8mm;
}

.simpleTrack .play {
    cursor: default;
    font-size: 5mm;
}

.simpleTrack .pause {
    cursor: default;
    font-size: 5.5mm;
}

.simpleTrack .stop {
    cursor: default;
    font-size: 11mm;
}

.simpleTrack .addTrack {
    cursor: default;
    font-size: 7mm;
    float: right;
}

.simpleTrack .tap {
    cursor: default;
    font-size: 3mm;
}

.simpleTrack .activeTap2 {
    background-color: #FFAAAA; 
}

.simpleTrack .inactiveSongControl {
    background-color: #e0ddd2;
}

.simpleTrack .activeSongControl {
    background-color: #BBE68A;
}