/* 
	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:url(/images/static/common/cinema/popup/stripe.png) 0 0 repeat;}

#colorbox{}
	#borderTopLeft{width:21px; height:30px; background:url(/images/static/common/cinema/popup/borderTopLeft.png) 0 0 no-repeat;}
	#borderTopCenter{height:30px; background-color:#eeeeee;}
	#borderTopRight{width:21px; height:30px; background:url(/images/static/common/cinema/popup/borderTopRight.png) 0 0 no-repeat; behavior: url("/includes2007/static/css/iepngfix.htc"); }
	#borderBottomLeft{width:21px; height:40px; background:url(/images/static/common/cinema/popup/borderBottomLeft.png) 0 0 no-repeat; behavior: url("/includes2007/static/css/iepngfix.htc");}
	#borderBottomCenter{height:40px; background:url(/images/static/common/cinema/popup/borderBottomCenter.png) 0 0 repeat-x; behavior: url("/includes2007/static/css/iepngfix.htc");}
	#borderBottomRight{width:21px; height:40px; background:url(/images/static/common/cinema/popup/borderBottomRight.png) 0 0 no-repeat; behavior: url("/includes2007/static/css/iepngfix.htc");}
	#borderMiddleLeft{width:21px; background:url(/images/static/common/cinema/popup/borderMiddleLeft.png) 0 0 repeat-y; behavior: url("/includes2007/static/css/iepngfix.htc");}
	#borderMiddleRight{width:21px; background:url(/images/static/common/cinema/popup/borderMiddleRight.png) 0 0 repeat-y; behavior: url("/includes2007/static/css/iepngfix.htc");}
	#modalContent{background:#fff;}
		#modalLoadedContent{margin-bottom:28px;}
			#contentTitle{position:absolute; font-size:1.4em; font-family:Georgia, "Times New Roman", Times, serif; top:-20px; left:0; width:100%; font-weight:bold; color:#556699; text-transform:uppercase;}
			#contentCurrent{position:absolute; bottom:-25px; left:0px; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.2em; color:#6b6b6b; }
			#contentSchedaFilm{position:absolute; bottom:-25px; left:100px; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.2em; color:#6b6b6b; }
			#contentPrevious{position:absolute; bottom:-30px; right:25px; background:url(/images/static/common/cinema/popup/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
			#contentPrevious:hover, #contentPrevious.hover{background-position:-25px -25px;}
			#contentNext{position:absolute; bottom:-30px; right:0px; background:url(/images/static/common/cinema/popup/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
			#contentNext:hover, #contentNext.hover{background-position:0px -25px;}
		#modalLoadingOverlay{background:url(/images/static/common/cinema/popup/loading.gif) center center no-repeat #fff;}
		#modalClose{position:absolute; bottom:0; right:0; background:url(/images/static/common/cinema/popup/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px; top:-25px;}
		#modalClose:hover, #modalClose.hover{background-position:-50px -25px;}
