/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/

/* 
	ColorBox example user style
	The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{}

#colorbox{background:#0F1D2C;border: 1px #fff solid; z-index: 99;}
	#cboxContent{background: #0F1D2C;}
		#cboxLoadedContent{margin-bottom:0px;}
                #cboxTitle{background: #0F1D2C;position:absolute; top:0px; left:0; text-align:center; width:100%; color:#FFF; font-weight:bolder; border-bottom:1px #fff solid; display:none;}
                #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494; }
                #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
                /*#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../img/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}*/
                #cboxPrevious.hover{background-position:-25px -25px;}
                /*#cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}*/
                /*#cboxNext.hover{background-position:0px -25px;}*/
		#cboxLoadingOverlay{background:url(../img/loading_background.png) center center no-repeat; }
                #cboxLoadingGraphic{background:url(../img/loading.gif) center center no-repeat;}
		#cboxClose{position:absolute; top:-10px; right:0; background:url(../img/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
		#cboxContent>#cboxClose {top: 0px;}
		#cboxClose.hover{background-position:-50px -25px;}
		
		
		#colorbox fieldset {
			border: 0;
		}
		
		.checkboxes {
			
		}
		
		.checkboxes label{
			display: inline!important;
		}
		
#colorbox #resultsCBox {
	position: relative!important;
	height: auto!important;
}

	#resultsCBox table {
		position: relative!important;
		float: none!important;
		display: block!important;
	}
		
		/*


#colorbox{border: 4px #fff solid;}
	#cboxContent{margin-top:32px;}
		#cboxLoadedContent{background:#0F1D2C; padding:1px;color: #fff;}
		
*/