/*
    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:hidden;}
#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;}

/* 
    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.
*/

.cboxIE{
	display:none;
}

.lightbox_head{
	background:none repeat scroll 0 0 #EEEEEE;
	border-bottom:1px solid #0C4DA2;
	font-size:11px;
	line-height:15px;
	vertical-align:middle;
	width:100%;
	height:15px;
	padding:3px 5px;
	margin:0;	  
}

#cboxOverlay{background:#FFFFFF;}

#colorbox{	
	padding:0;
	margin:0;
		border-bottom:solid 1px #0C4DA2;
		border-right:solid 1px #0C4DA2;
}

#cboxLoadedContent{
	padding:0;
	margin:0;

}

#cboxContent{
	background:#fff; 
	border-left:solid 1px #0C4DA2;
	border-top:solid 1px #0C4DA2;
}

#cboxClose{
	color:#333333;
	font-size:11px;
	line-height:1.4em;
	vertical-align:middle;
	height:15px;
	padding:3px 5px;
	position:absolute; top:0; right:0;  
}

#cboxClose:hover{
	color:#FF7500;
}

#cboxLoadingOverlay{
	background: url(colorbox_images/lightbox_head.gif) 0 0 repeat-x;
	}

#cboxLoadingGraphic{
	background:url(colorbox_images/loading.gif) center center no-repeat;
	}


