/*
    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;}
#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:#000000;}

#colorbox{}
#cboxContent{margin-top:30px;}

body.default #cboxLoadedContent, body.cheer #cboxLoadedContent{background:#ffffff; padding:12px 16px 30px;}
body.default #cboxTitle, body.cheer #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
body.default #cboxCurrent, body.cheer #cboxCurrent{display: none !important; position:absolute; top:-20px; right:0px; color:#ccc;}
body.default #cboxSlideshow, body.cheer #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
body.default #cboxPrevious, body.cheer #cboxPrevious{position:absolute; bottom:2px; left:16px; font-size: 18px; color: #ff8a00; /*background:url(images/controls.png) top left no-repeat;  width:28px; height:65px; text-indent:-9999px;*/}
body.default #cboxPrevious.hover, body.cheer #cboxPrevious.hover{/*background-position:bottom left;*/}
body.default #cboxNext, body.cheer #cboxNext{position:absolute; bottom:2px; right:16px; font-size: 18px; color: #ff8a00; /*background:url(images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;*/}
body.default #cboxNext.hover, body.cheer #cboxNext.hover{/*background-position:bottom right;*/}
body.default #cboxLoadingOverlay, body.cheer #cboxLoadingOverlay{background:#000;}
body.default #cboxLoadingGraphic, body.cheer #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
body.default #cboxClose, body.cheer #cboxClose{position:absolute; top:-24px; right: 0px; display:block; background:url(images/closebtn.gif) top center no-repeat; width:26px; height:26px; text-indent:-9999px;}
body.default #cboxClose.hover, body.cheer #cboxClose.hover{background-position:bottom center;}


body.teamplay #cboxContent{overflow: hidden; background:#ffffff; }
body.teamplay #cboxTopLeft{width:21px; height:21px; background:url(images/w-controls.png) -100px 0 no-repeat;}
body.teamplay #cboxTopRight{width:21px; height:21px; background:url(images/w-controls.png) -129px 0 no-repeat;}
body.teamplay #cboxBottomLeft{width:21px; height:21px; background:url(images/w-controls.png) -100px -29px no-repeat;}
body.teamplay #cboxBottomRight{width:21px; height:21px; background:url(images/w-controls.png) -129px -29px no-repeat;}
body.teamplay #cboxMiddleLeft{width:21px; background:url(images/w-controls.png) left top repeat-y;}
body.teamplay #cboxMiddleRight{width:21px; background:url(images/w-controls.png) right top repeat-y;}
body.teamplay #cboxTopCenter{height:21px; background:url(images/w-border.png) 0 0 repeat-x;}
body.teamplay #cboxBottomCenter{height:21px; background:url(images/w-border.png) 0 -29px repeat-x;}

body.teamplay #cboxContent{background:#ffffff; margin-top: 0px;}
body.teamplay #cboxLoadedContent{margin-bottom:28px; }
body.teamplay #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
body.teamplay #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
body.teamplay #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
body.teamplay #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/w-controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
body.teamplay #cboxPrevious.hover{background-position:-75px -25px;}
body.teamplay #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/w-controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
body.teamplay #cboxNext.hover{background-position:-50px -25px;}
body.teamplay #cboxLoadingOverlay{background:url(images/w-loading_background.png) center center no-repeat;}
body.teamplay #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
body.teamplay #cboxClose{position:absolute; top:0; right:0; background:url(images/w-close.png) no-repeat; width:77px; height:28px; text-indent:-9999px;}
body.teamplay #cboxClose.hover{}

body.teamplay .cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=media/system/css/images/internet_explorer/w-borderTopLeft.png, sizingMethod='scale');}
body.teamplay .cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=media/system/css/images/internet_explorer/w-borderTopCenter.png, sizingMethod='scale');}
body.teamplay .cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=media/system/css/images/internet_explorer/w-borderTopRight.png, sizingMethod='scale');}
body.teamplay .cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=media/system/css/images/internet_explorer/w-borderBottomLeft.png, sizingMethod='scale');}
body.teamplay .cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=media/system/css/images/internet_explorer/w-borderBottomCenter.png, sizingMethod='scale');}
body.teamplay .cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=media/system/css/images/internet_explorer/w-borderBottomRight.png, sizingMethod='scale');}
body.teamplay .cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=media/system/css/images/internet_explorer/w-borderMiddleLeft.png, sizingMethod='scale');}
body.teamplay .cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=media/system/css/images/internet_explorer/w-borderMiddleRight.png, sizingMethod='scale');}





