﻿@charset "utf-8";
/* CSS Document */


#controls{
    background: url(../../Images/playerBgDark.png);
    margin-top: 0px;
    position: relative;
    width: 100%; height: 42px;
}
    div#playPauseButton{
        display: block;
        float: left;
        width: 50px;
        height: 100%;
        border-right: #2b2b2b solid 1px;
        cursor: pointer;
    }
        div#playButton{
            display: block;
            position: absolute;
            left: 3px;
            top: 1px;
            width: 40px;
            height: 40px;
            background: url(../../Images/playButton.png);
        }
        div#pauseButton{
            display: block;
            position: absolute;
            left: 3px;
            top: 1px;
            width: 40px;
            height: 40px;
            background: url(../../Images/pauseButton.png);
        }
    div.genericButton{
        display: block;
        float: left;
        height: 42px;
        border-right: #2b2b2b solid 1px;
        border-left: #444445 solid 1px;
        cursor: pointer;
        padding: 0px 5px;
    }
    .buttonInner:hover{
        background-position: 0px -40px !important;
    }
    .buttonSelected{
        background-position: 0px -80px !important;
    }
    .buttonSelected:hover{
        background-position: 0px -80px !important;
    }


    div#volumeSection{
        display: block;
        position: relative;
        float: left;
        width: 159px;
        height: 100%;
        border-right: #2b2b2b solid 1px;
        border-left: #444445 solid 1px;
        cursor: pointer;
    }
        #volumeHolder{
            display: block;
            position: absolute;
            top: 18px;
            right: 15px;
            width: 102px;
            height: 6px;
            background: url(../../Images/volumeBg.jpg);
            overflow: visible;
            cursor: pointer;
            border: solid #000 1px;
            border-radius: 3px;
        }
            #volumeBgFore{
                display: block;
                position: absolute;
                width: 40px;
                height: 100%;
                left: 0px;
                top: 0px;
                background: url(../../Images/volumeBgFore.jpg);	
                border-radius: 2px;
            }


            #volumeSlider{
                display: block;
                position: absolute;
                width: 17px;
                height: 17px;
                left: 35px;
                top: -5px;
                background: url(../../Images/volumeScrubber.png);
                cursor: pointer;
            }

        #volumeButton{
            display: block;
            position: absolute;
            width: 40px;
            height: 40px;
            left: 0px;
            top: 0px;
            background: url(../../Images/volumeSpeaker.png);
        }
            #volumeButton.low { background-position: 0px -120px; }
            #volumeButton.soft { background-position: 0px -80px; }
            #volumeButton.medium { background-position: 0px -40px; }
            #volumeButton.loud { background-position: 0px 0px; }


    /* Control bar extra function buttons */
    div#mobileOnlyHomeButton{
        display: none;
    }
        div#mobileHomeButton{
            display: inline-block;
            position: relative;
            width: 40px;
            height: 40px;
            background: url(../../Images/homeIcon.png);
        }
    div#shareButton{
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        background: url(../../Images/shareButton.png);
    }
    div#printButton{
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        background: url(../../Images/printButton.png);
    }
    div#abcButton{
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        background: url(../../Images/abcButton.png);
    }
    div#galleryButton{
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        background: url(../../Images/galleryButton.png);
    }
    div#questionsButton{
        display: inline-block;
        position: relative;
        width: 30px;
        height: 40px;
        background: url(../../Images/questionsButton.png);
    }
    div#plusButtonHolder{
        display: block;
        position: relative;
        float: left;
        height: 100%;
        border-right: #2b2b2b solid 1px;
        border-left: #444445 solid 1px;
        cursor: pointer;
        padding: 0px 1px;
    }
        div#plusButton{
            display: inline-block;
            position: relative;
            width: 50px;
            height: 40px;
            background: url(../../Images/plusButton.png);
        }

        div.plusButtonSelected{
            display: inline-block;
            position: relative;
            width: 30px;
            height: 40px;
            background: url(../../Images/plusButton.png);
            background-position: bottom !important;
        }

        div.plusButtonSelected:hover{
            background-position: bottom !important;
        }

        .plusMenuHolder{
            display: block;
            position: absolute;
            width: 100%;
            height: 230px;
            background: url(../../Images/playerBgDark.png);
            left: 0px;
            bottom: 52px;	
            text-align: center;
            border: #222 1px solid;
            border-radius: 3px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            border-bottom: 0px;
            overflow: hidden;
            z-index: 9;
        }
            .plusMenuHolder>.genericButton{
                float: none;
                display: inline-block;
                border-right: 0px;
                border-left: 0px;
                padding: 0px;
                border-top: #2b2b2b solid 1px;
                border-bottom: #444445 solid 1px;
                width: 100%;
                height: 44px;
            }
            .plusMenuHolder>.genericButton:first-child{
                border-top: 0px !important;	
            }
    div#stepButton{
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        background: url(../../Images/stepButton.png);
    }
    div#stepButton:hover{
        background-position:40px;
    }

    div.stepButtonSelected{
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        background: url(../../Images/stepButton.png);
        background-position: bottom !important;
    }
    div.stepButtonSelected:hover{
        background-position:bottom !important;
    }


    div#fsButtonHolder{
        border-right: 0px !important;
        display: block;
        float: right !important;
        padding-left: 12px;
        padding-right: 12px;
    }
        div#fullScreenButton{
            display: inline-block;
            position: relative;
            width: 30px;
            height: 40px;
            background: url(../../Images/fullScreenButton.png);
        }
            
    div#timeHolder{
        display: block !important;
        float: right !important;
        border-left: 0 !important;
    }
        div#time{
            display: block;
            position:relative;
            width: 95px;
            height: 18px;
            padding: 12px 0px;
            padding-top: 13px;
            top:0px;
            text-align: right;
            font-size: 14px;
            color: #b2b2b2;
            text-shadow: 0px 1px 1px #000;
        }
            #timeL{
                color: #e5e5e5;
            }
            #timeR{
                color: #b2b2b2;
            }

@media all and (max-width: 479px) {
    #mobileOnlyHomeButton{
        display: inline-block !important;
    }
}

@media all and (max-width: 669px) {
    div.genericButton.doHide{
        display: none;
    }
}

@media all and (min-width: 670px) {
    div#plusButtonHolder{
        display: none;
    }
}