﻿

body { position: static; }

/* STYLES FOR THE VIDEO PAGE IN COLORBOX POPUP */
body.popup {padding:0;margin:0;color:#fff;background-color:#000;}
body.popup div#player p {font-family:verdana;padding-top:12px;padding-bottom:0;}
* html body.popup{width:97%}
body.popup div#player p.video-links {font-family:verdana;padding-top:0;padding-bottom:0;}
body.popup div {font-family:verdana;font-size:0.75em;padding:0 12px 12px 12px;}
body.popup div a {text-decoration:none;color:#fff;}
body.popup div a:hover {text-decoration:underline;}
body.popup h3 {margin-top:0;padding-top:3px;}
.white-arrow {background: url(/images/arrows/arrow-white.gif) right no-repeat; display: inline; padding:9px 6px 9px 6px; height:0px; width:0px;}
/*
    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:hidden;}
#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;}
/* 
    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:url(/images/global/colorbox_overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:3px; height:3px; background:url(/images/global/colorbox_border.png) no-repeat;}
    #cboxTopRight{width:3px; height:3px; background:url(/images/global/colorbox_border.png) no-repeat;}
    #cboxBottomLeft{width:3px; height:3px; background:url(/images/global/colorbox_border.png) no-repeat;}
    #cboxBottomRight{width:3px; height:3px; background:url(/images/global/colorbox_border.png) no-repeat;}
    #cboxMiddleLeft{width:3px; background:url(/images/global/colorbox_border.png) repeat-y;}
    #cboxMiddleRight{width:3px; background:url(/images/global/colorbox_border.png) repeat-y;}
    #cboxTopCenter{height:3px; background:url(/images/global/colorbox_border.png) repeat-x;}
    #cboxBottomCenter{height:3px; background:url(/images/global/colorbox_border.png) repeat-x;}
    #cboxContent{background:#000;}
        #cboxLoadedContent{margin-top:50px;}
        #cboxTitle{position:absolute; top:27px; left:0; text-align:center; width:100%; color:#fff;font-weight:bold;font-size:1em;}
        #cboxCurrent{position:absolute; top:9px; left:71px; color:#fff;cursor:hand;cursor:pointer;font-size:1em;}
        #cboxCurrent:hover{text-decoration:underline;}
        /* for IE6 and the lack of a hover element on anything aside from an 'a' tag */
        * html #cboxCurrent a{color:#fff;cursor:hand;text-decoration:none;}
        * html #cboxCurrent a:hover{text-decoration:underline;}
        #cboxSlideshow{position:absolute; top:9px; right:58px; color:#fff;}
        #cboxSlideshow:hover{text-decoration:underline;}
        #cboxPrevious{position:absolute; top:5px; left:6px; background:url(/images/global/controls.png) -51px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-51px -25px;}
        #cboxNext{position:absolute; top:5px; left:37px; background:url(/images/global/controls.png) -26px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-26px -25px;}
        #cboxLoadingOverlay{background:url(/images/global/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/images/global/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:6px; background:url(/images/global/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:0px -25px;}
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
*/
.cboxIE #cboxTopLeft{background:url(/images/global/borderIE.png) bottom repeat-x;}
.cboxIE #cboxTopCenter{background:url(/images/global/borderIE.png) bottom repeat-x;}
.cboxIE #cboxTopRight{background:url(/images/global/borderIE.png) bottom repeat-x;}
.cboxIE #cboxBottomLeft{background:url(/images/global/borderIE.png) top repeat-x;}
.cboxIE #cboxBottomCenter{background:url(/images/global/borderIE.png) top repeat-x;}
.cboxIE #cboxBottomRight{background:url(/images/global/borderIE.png) top repeat-x;}
.cboxIE #cboxMiddleLeft{background:url(/images/global/borderIE.png);}
.cboxIE #cboxMiddleRight{background:url(/images/global/borderIE.png);}