@charset "UTF-8";
/* CSS Document */

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
/*	background-color:#000;	*/
	
}

/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
	background-color:#000;	
	overflow:hidden;
}

#logo, #quote, #rating, #date {
	position: absolute;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;	
/*	top:0px;
	left:0px;*/
	visibility:'hidden';
	z-index:500;	
}

#cta_BG {
	position: absolute;
	background-repeat:no-repeat;
/*	top:0px;
	left:0px;*/
	z-index:400;
	cursor:pointer;
	visibility:'hidden';	
} 

#cta_txt {
	position: absolute;
	background-repeat:no-repeat;
/*	top:0px;
	left:0px;*/
	z-index:401;
	cursor:pointer;
	visibility:'hidden';	
} 

#cta_txt_RO {
	position: absolute;
	background-repeat:no-repeat;
/*	top:0px;
	left:0px;*/
	z-index:402;
	cursor:pointer;
	visibility:'hidden';	
} 

#gradient {
	position: absolute;
	background-repeat:no-repeat;
/*	top:0px;
	left:0px;*/
	z-index:302;
	cursor:pointer;
	visibility:'hidden';	
} 

#strip1, #strip2, #strip3, #strip4, #strip5, #strip6, #strip7 {
	position: absolute;
	background-repeat:no-repeat;
/*	top:0px;
	left:0px;*/
	z-index:300;
	visibility:'hidden';	
} 

#soundBlink, #soundOffBtn, #soundOnBtn {
	position: absolute;
	background-repeat:no-repeat;
/*	top:0px;
	left:0px;*/
	z-index:801;
	cursor:pointer;
	visibility:'hidden';	
}

#replay {
	position: absolute;
	background-repeat:no-repeat;
	top:-4px;
	right:2px;
	z-index:801;
	cursor:pointer;
	visibility:'hidden';	
}

/*#ticketWidget {
	position: absolute;
	top:0px;
	left:0px;
	z-index:405;
}

#zip {
	position: absolute;
	color:#7f7f7f;
	text-align:center;
    top: 220px;
    left: 42px;
    width: 68px;
    height: 11px;
    font-size: 9.5px;
	display:none;
}
*/

/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 700;
}

/* Div layer containing the INTRO video player and video controls. */
#videoIntro_container_dc {
	background-color: #000;
	position: absolute;
	cursor: pointer;
	height:100%;
	width:100%;
	top: 0px;
	left: 0px;
	z-index: 800;
	overflow:hidden;
	
}

#videoIntro_dc {
	position: absolute;
	border: 0 none;
	background-color: #000;
}

/*#framing {
	border: 0 none;
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 0px;
	z-index: 801;
	background-repeat:no-repeat;
}*/

.outline{
position: absolute;
background-color:#000;
width:1px;
height:1px;
z-index:3000;
}

#outlineTop{
top:0px;
left:0px;
width:100%;
}
#outlineBottom{
bottom:0px;
left:0px;
width:100%;
}
#outlineLeft{
top:0px;
left:0px;
height:100%;
}
#outlineRight{
top:0px;
right:0px;
height:100%;
}



:focus {outline:none;}
::-moz-focus-inner {border:0;}