/*
    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: 0px;
	left: 0px;
	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: 0px;
}

#cboxTitle
{
	margin: 0px;
}

#cboxLoadingOverlay, #cboxLoadingGraphic
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
	cursor: pointer;
}

/* 
    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: #666;
}

#colorbox
{
	border: 1px solid #c0bebb;
	background: #fff;
}

#cboxTopLeft
{
	width: 21px;
	height: 44px;
	background: #0077c1;
}
	
#cboxTopRight
{
	width: 21px;
	height: 44px;
	background: #0077c1;
}

#cboxBottomLeft
{
	width: 21px;
	height: 20px;
	background: #fff;
}

#cboxBottomRight
{
	width: 21px;
	height: 20px;
	background: #fff;
}

#cboxMiddleLeft
{
	width: 21px;
	background: #fff;
}

#cboxMiddleRight
{
	width: 21px;
	background: #fff;
}

#cboxTopCenter
{
	height: 44px;
	background: #0077c1;
	position: relative;
}

#cboxTopCenter p.white14
{
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

#cboxTopCenter p.white11
{
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#cboxBottomCenter
{
	height: 20px;
	background: #fff;
}

#cboxContent
{
	background: #fff;
	margin-top: 21px;
}

#cboxLoadedContent
{
	margin-bottom: 28px;
}

#cboxTitle
{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	width: 100%;
	color: #fff;
}

#cboxCurrent{position: absolute; bottom: 4px; left: 58px; color: #949494;}
#cboxSlideshow{position: absolute; bottom: 4px; right: 30px; color: #0092ef;}
#cboxPrevious{position: absolute; bottom: 0px; left: 0px; background: url(/~/Media/Extranet/Images/colorbox/controls.ashx) -75px 0px no-repeat; width: 25px; height: 25px; text-indent: -9999px;}
#cboxPrevious.hover{background-position: -75px -25px;}
#cboxNext{position: absolute; bottom: 0px; left: 27px; background: url(/~/Media/Extranet/Images/colorbox/controls.png) -50px 0px no-repeat; width: 25px; height: 25px; text-indent: -9999px;}
#cboxNext.hover{background-position: -50px -25px;}
#cboxLoadingOverlay{background: url(/~/Media/Extranet/Images/colorbox/loading_background.ashx) center center no-repeat;}
#cboxLoadingGraphic{background: url(/~/Media/Extranet/Images/colorbox/loading.ashx) center center no-repeat;}

#cboxClose
{
	position: absolute;
	top: 12px;
	right: 0px;
	background: url("/~/Media/Extranet/Images/colorbox/modal_close.ashx") top left no-repeat;
	width: 20px;
	height: 19px;
	text-indent: -9999px;
	z-index: 10000;
}

/*
    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
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
/*.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/~/Media/Extranet/Images/Colorbox/internet_explorer/borderTopLeft.ashx, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/~/Media/Extranet/Images/Colorbox/internet_explorer/borderTopCenter.ashx, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/~/Media/Extranet/Images/Colorbox/internet_explorer/borderTopRight.ashx, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/~/Media/Extranet/Images/Colorbox/internet_explorer/borderBottomLeft.ashx, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/~/Media/Extranet/Images/Colorbox/internet_explorer/borderBottomCenter.ashx, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/~/Media/Extranet/Images/Colorbox/internet_explorer/borderBottomRight.ashx, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/~/Media/Extranet/Images/Colorbox/internet_explorer/borderMiddleLeft.ashx, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/~/Media/Extranet/Images/Colorbox/internet_explorer/borderMiddleRight.ashx, sizingMethod='scale');}
*/
