/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../colorbox/images/overlay.png) repeat 0 0;}
#colorbox{}

    #cboxContent{background-color:#000; overflow:hidden;background-position: 0px 15px;background-repeat: no-repeat;}
        #cboxIframe{width:507px;height:676px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../colorbox/images/loading.gif) no-repeat center center;}

.lockScreen {
    color: white;
    font-family: Courier;
}

.lockScreenTitle {
    margin-top: 15px;
    margin-bottom: 15px;

    color: white;
}

.lockScreenBody {
margin-left: 10px;
    margin-right: 10px;
    color: white;
    line-height: 1.3em;
}


