/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#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:visible;}
#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, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#000;}

#colorbox{}

	/* Cantos e Bordas */
	#cboxTopLeft{width:4px; height:30px; background-color:#C2C1C1; overflow:hidden; background-image:url(../../../sis_images/colorbox_topo.gif); }
	#cboxTopCenter{height:30px; background-color:#C2C1C1; overflow:hidden; background-image:url(../../../sis_images/colorbox_topo.gif); }
	#cboxTopRight{width:4px; height:30px; background-color:#C2C1C1; overflow:hidden; background-image:url(../../../sis_images/colorbox_topo.gif); }

	#cboxBottomLeft{width:4px; height:4px; background-color:#C2C1C1; overflow:hidden;}
	#cboxBottomCenter{height:4px; background-color:#C2C1C1; overflow:hidden;}
	#cboxBottomRight{width:4px; height:4px; background-color:#C2C1C1; overflow:hidden;}
	
	#cboxMiddleLeft{width:4px; background-color:#C2C1C1; overflow:hidden;}
	#cboxMiddleRight{width:4px; background-color:#C2C1C1; overflow:hidden;}

	/* Central */	
	#cboxContent{background:#fff;}
	
		#cboxLoadedContent{ border-top:#333 1px solid; border-left:#333 1px solid; border-right:#fff 1px solid; border-bottom:#fff 1px solid; }

		#cboxLoadingOverlay{ background:url(images/loading_background.png) center center no-repeat; }
                #cboxLoadingGraphic{ background:url(images/loading.gif) center center no-repeat; }
                
				#cboxTitle{ position:absolute; top:-22px; left:90px; text-align:left; width:100%; color:#000; }
                #cboxCurrent{ position:absolute; top:-22px; left:50px; font-weight:bold; color:#333; }
                
                #cboxPrevious, #cboxNext, #cboxSlideshow{ position:absolute; top:-26px; background:url(images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px; }

                #cboxPrevious{ left:0px; background-position: -14px -23px;}
                #cboxPrevious.hover{ background-position:-14px 0px;}
				
                #cboxNext{left:27px; background-position:-37px -23px;}
                #cboxNext.hover{background-position:-37px 0px;}

		#cboxClose { position:absolute; right:1px; top:-27px; background-image:url(../../../sis_images/colorbox_bt_fechar.gif); width:24px; height:24px; text-indent:-9999px; }

                .cboxSlideshow_on #cboxSlideshow{background-position:-83px -0px; right:27px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-106px -0px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-106px -23px; right:27px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-83px -0px;}
