/*
    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; }
#cboxWrapper { margin-top: 10px; }
#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;}


#cboxOverlay{background:url(/Images/Site/Modal/overlay.png) 0 0 repeat;}

#colorbox{}

	#cboxTopCenter{ background:url(/Images/Site/Modal/ModalContentTop.png) repeat-x; height: 49px; }
	#cboxTopRight{}

	#cboxBottomCenter { display: none; }

	#cboxContent{background:#fff; font-size: 11px;}
		#cboxLoadedContent{ }
                #cboxTitle{ position:absolute; top:-49px; font-size: 18px; color: #7A7F62; line-height: 49px; margin-left: 20px; margin-right: 60px; }
                #cboxCurrent{display: none;}
                #cboxSlideshow{display: none;}
                #cboxPrevious{display: none;}
                #cboxPrevious.hover{display: none;}
                #cboxNext{display: none;}
                #cboxNext.hover{display: none;}
		#cboxLoadingOverlay{display: none;}
                #cboxLoadingGraphic{display: none;}
		#cboxClose{ position:absolute; top:-49px; right:5px; display:block; background:url(/Images/Site/Modal/ModalContentTopClose.png) no-repeat; width:54px; height:49px; }
		#cboxClose.hover{ background-position: 0px -53px; }
		
.ModalContent { padding: 15px; min-width: 300px; }


/*
.ModalContentTop { background:url(/Images/Site/Modal/ModalContentTop.png) repeat-x; height: 54px; width: 100%; }
.ModalContentTop h2 { font-size: 16px; color: #7A7F62; line-height: 40px; margin-left: 15px; margin-right: 60px; }
a.ModalContentTopClose { cursor:pointer; position:absolute; top:0px; right:5px; display:block; background:url(/Images/Site/Modal/ModalContentTopClose.png) no-repeat; width:54px; height:50px; text-indent:-9999px; }
a.ModalContentTopClose:hover { background-position: 0px -53px; }
*/
