/* 
	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
*/
#modalBackgroundOverlay{background:#fff;}

#colorBox{}
	#borderTopLeft{width:5px; height:5px; background:url(images/borderTopLeft.png) 0 0 no-repeat;}
	#borderTopCenter{height:5px; background:url(images/borderTopCenter.png) 0 0 repeat-x;}
	#borderTopRight{width:5px; height:5px; background:url(images/borderTopRight.png) 0 0 no-repeat;}
	#borderBottomLeft{width:5px; height:5px; background:url(images/borderBottomLeft.png) 0 0 no-repeat;}
	#borderBottomCenter{height:5px; background:url(images/borderBottomCenter.png) 0 0 repeat-x;}
	#borderBottomRight{width:5px; height:5px; background:url(images/borderBottomRight.png) 0 0 no-repeat;}
	#borderMiddleLeft{width:5px; background:url(images/borderMiddleLeft.png) 0 0 repeat-y;}
	#borderMiddleRight{width:5px; background:url(images/borderMiddleRight.png) 0 0 repeat-y;}
	#modalContent{background:#fff; padding: 30px;}
		#modalLoadedContent{padding-top: 30px;}
			#contentTitle{top:0; left:130px; display:block;}
			#contentCurrent{font-family: tahoma, sans-serif; font-size: 9pt;}
			#contentPrevious{font-family: tahoma, sans-serif; font-size: 9pt; text-decoration: none;}
			#contentNext{font-family: tahoma, sans-serif; font-size: 9pt; text-decoration: none;}
		#modalLoadingOverlay{background:url(images/loading.gif) 5px 5px no-repeat #fff;}
		#modalClose{position:absolute; top:0; left:0; display:block;  font-weight:bold;}
		#modalClose:hover{background-position:bottom left;}
		#modalNavContent{padding: 7px 0 0 0;}
#imageDetails{ width: 55%; float: left; text-align: center; padding: 10px 0 0 15px; height: 20px; vertical-align: middle; font-size: 9pt; font-weight: normal;}	
#imageLogo{ width: 130px; float: left; text-align: left; padding: 10px 0 0 12px; }	
#numberDisplay{ display: block; clear: left;	}			
#bottomNavClose{ width: 25px; height: 15px; float: right; border-left: solid 1px #c9c6c2; padding: 15px 0 0 15px; vertical-align: top; text-align: left;	}	
#bottomNavClose img{border: 0 none;}


