/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{background-color:#FFFFFF;}
    #cboxTopLeft{width:14px; height:14px; background-color:#FFFFFF;}
    #cboxTopCenter{height:14px; background-color:#FFFFFF;}
    #cboxTopRight{width:14px; height:14px; background-color:#FFFFFF;}
    #cboxBottomLeft{width:14px; height:43px; background-color:#FFFFFF;}
    #cboxBottomCenter{height:75px; background-color:#FFFFFF;}
    #cboxBottomRight{width:14px; height:43px; background-color:#FFFFFF;}
    #cboxMiddleLeft{width:14px; background-color:#FFFFFF;}
    #cboxMiddleRight{width:14px; background-color:#FFFFFF;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../../staff/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../../staff/images/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-60px; left:0; text-align:left; font-size:85%; width:100%; color:#666666; line-height:1.4;}
        *html #cboxTitle{position:absolute; bottom:-65px; left:0; text-align:left; font-size:85%; width:100%; color:#666666; line-height:1.4;}
        #cboxCurrent{position:absolute; bottom:-45px; left:55px; font-size:85%; color:#666666;}
        *html #cboxCurrent{position:absolute; bottom:-50px; left:55px; font-size:85%; color:#666666;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-15px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background:url(../../staff/images/lb_left_on.gif) 0 0 no-repeat; width:35px; height:13px;}
        #cboxPrevious.hover{background:url(../../staff/images/lb_left_on.gif) 0 0 no-repeat; width:35px; height:13px;}
        #cboxNext{left:565px; background:url(../../staff/images/lb_right_on.gif) 0 0 no-repeat; width:35px; height:13px;}
        #cboxNext.hover{background:url(../../staff/images/lb_right_on.gif) 0 0 no-repeat; width:35px; height:13px;}
        *html #cboxPrevious{left:0px; background:url(../../staff/images/lb_left_on.gif) 0 0 no-repeat; width:35px; height:13px; bottom:-25px;}
        *html #cboxPrevious.hover{background:url(../../staff/images/lb_left_on.gif) 0 0 no-repeat; width:35px; height:13px; bottom:-25px;}
        *html #cboxNext{left:565px; background:url(../../staff/images/lb_right_on.gif) 0 0 no-repeat; width:35px; height:13px; bottom:-25px;}
        *html #cboxNext.hover{background:url(../../staff/images/lb_right_on.gif) 0 0 no-repeat; width:35px; height:13px; bottom:-25px;}
        #cboxClose{right:0; background:url(../../staff/images/lb_close_on.gif) 0 0 no-repeat; width:46px; height:11px; bottom:-55px;}
        #cboxClose.hover{background:url(../../staff/images/lb_close_on.gif) 0 0 no-repeat; width:46px; height:11px; bottom:-55px;}
        *html #cboxClose{right:0; background:url(../../staff/images/lb_close_on.gif) 0 0 no-repeat; width:46px; height:11px; bottom:-67px;}
        *html #cboxClose.hover{background:url(../../staff/images/lb_close_on.gif) 0 0 no-repeat; width:46px; height:11px; bottom:-67px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
