/* this style is only for print! */
@Media Print {
      body { background-color: #FFFFFF; }      
      #headerContainer, #naviContainer, #adContainerRight { display: none; }      
      #contentContainer { width: 100%; }
}

body {
	background-color: #FFFFFF;
	background-image: url(../Images/Layout/bg.gif);
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	font-size: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size:0px;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body img {
	display: block;
	border: none;	
}

#siteContainer {
	float:left;
	width:987px;	
	/*position:relative;*/
	_position:relative; /* ie 6 only */
	margin-bottom: 24px;
}

#adContainerRight {
	width:160px;
	margin-top:17px;	
	margin-left:10px;
	float:left;	
}

#headerContainer {
	/*position:relative;*/
	height:145px;
	width: 987px;
	margin-bottom:15px;	
} 

/*
.tdHeadNavigationContainer a
{
	color:#7CABCC !important;
	text-decoration: none;
}

.tdHeadNavigationContainer a:hover
{
	color: #920000 !important;
	text-decoration: none;
}
*/

.headNavigationLinkActive
{
	color: #1f71a3 !important;
	text-decoration: none;
}

#logoBox {
	float:left;
	width:298px;
	height:112px;	
}

.translatorBox {
	width: 160px;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;
}

#translatorBox a {
	text-decoration: underline;
}

#imgLogoZff 
{
    margin-top: 36px;
}

#adContainerTop {
	position:absolute;
	top:0px;
	right: 0px;
	float:right;	
}

#naviContainer {
	float:left;
	width:160px;	
}

#naviContainer ul {
	padding:1px 0px 2px 0px;
	margin:0px 0px;	
}


#naviContainer ul li {	
	margin: 3px 0px 3px 7px;	
}


#contentContainer {
	width:647px;
	float:left;
	margin-left:10px;
	display:table;
}

#cineCardFloatDivs div {
	float:left;
}

.boxBorderBlue {	
	border-right: solid 1px #7CABCC;
	border-bottom: solid 1px #7CABCC;
	border-left: solid 1px #7CABCC;
	clear:both;
}

.boxBorderMidBlue {	
	border-right: solid 1px #005d96;
	border-bottom: solid 1px #005d96;
	border-left: solid 1px #005d96;
	clear:both;
}


.boxBorderMidRed {	
	border-right: solid 1px #6e0000 ;
	border-bottom: solid 1px #6e0000 ;
	border-left: solid 1px #6e0000 ;
	clear:both;
}

.boxBorderMidError {	
	border-right: solid 1px #C6000F;
	border-bottom: solid 1px #C6000F;
	border-left: solid 1px #C6000F;
	clear:both;
}

.boxBorderMidBlueNav {	
	border-right: solid 1px #005d96;
	border-left: solid 1px #05143f;
	clear:both;	
}

.boxSpacing {
	padding: 7px;
}

.boxBgBlue {
	background-color:#e5f0f7
}

.boxBgWhite {
	background-color:#FFFFFF;
}

.shadowBlue {
	height:6px;
	line-height:6px;	
	background-image: url(../Images/Layout/Shadows/shadow_content_1.gif);
	background-repeat:repeat-x;	
}

/* TO DO: Stevo */
.shadowBlue1 {	
	background-image: url(../Images/Layout/Shadows/shadow_content_1.gif);
	background-repeat:repeat-x;		
	padding-top:10px
}

.boxSpaceTop {
	margin-top:8px;	
}

.boxSpaceRight {
	margin-right:8px;
}

.boxSpaceBottom {
	margin-bottom:8px;
}

.boxSpaceLeft {
	margin-left:8px;
}

.boxPaddingTop {
	padding-top:8px;	
}

.boxPaddingRight {
	padding-right:8px;
}

.boxPaddingBottom {
	padding-bottom:8px;
}

.boxPaddingLeft {
	padding-left:8px;
}

div.boxWide {
	width:631px;
	margin-bottom:8px;	
	padding-bottom:8px;
	background-color:#e5f0f7;
}

div.cineCardNightBox {
	width:631px;
	margin-bottom:8px;	
	padding-bottom:2px;
}

div.cineCardNightConfirmBox 
{
	width:631px;
	margin-bottom:8px;	
	padding-bottom:2px;
	background-color:#e5f0f7;
}

div.boxSmall {
	width:205px; 
	float:left;
	margin-bottom:8px;	
	padding-bottom:8px;
	background-color:#e5f0f7;
}

.navAccordionBody {
	position: relative;
}

.navAccordionBody ul {
	list-style-type: none;
}

.navBottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #005d96;
	width: 158px;
	height: 1px;
	line-height: 1px;
}

/* support begin*/

.support img  {
	padding-top:6px; 
	padding-bottom:6px
}

/* support end*/

.bgModalPopup {
	/*background: transparent url(/App_Themes/Default/Images/Layout/ccc.gif);*/
	  filter: alpha(opacity = 70);
	  opacity:.7;
      background-color: #FFFFFF;
}

.modalPopup {
	background-color: #ffffff; 
	padding: 0px 8px 8px 8px;
	margin: 8px;
	border: 1px solid #e5f0f7;
	width: 418px;
}

.modalPopupBG {
	background-color: #ffffff; 
	padding: 8px;
	border-bottom: 1px solid #e5f0f7;
	border-left: 1px solid #e5f0f7;
	border-right: 1px solid #e5f0f7;	
}

.textZFF div
{
    color: #b09e6c;
}