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

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

#doubleclick_logo_dc{
	position:absolute;
	top: 0px;
	left: 0px;
}

#container_dc {
	position: absolute;
	width: 318px;
	height: 48px;
	border:1px solid #555555;
	top: 0px;
	left: 0px;
	margin: auto;
    overflow:hidden;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/* background-color: #FFF; */
	z-index: 100;
	overflow: hidden;
}

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

/* Invisible buttons for Legals */
#legals_show {
	position: absolute;
	width:55px;
	height:11px;
	top:50px;
	left:107px;
	cursor: pointer;
	opacity: 0;
	z-index: 602;
    /* background:#f0f;
    opacity:0.5; */
}

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


#animationContent {
    position: absolute;
    width:100%;
    height:100%;
    z-index: 550;
	overflow: hidden;
    background:#fff;
}

.ac {
    position:absolute;
	visibility: hidden;
	top:-1px;
	left:-1px;
}

#bg {
    position: absolute;
	top:0px;
	left:0px;
	z-index:0;
}

#fader {
    position: absolute;
	top:0px;
	left:0px;
	z-index:9;
    width:100%;
    height:100%;
}

#fader2 {
	visibility:hidden;
    position: absolute;
	top:0px;
	left:0px;
	z-index:600;
    width:100%;
    height:100%;
}

#t1, #t2, #t3, #t4, #t5, #t6, #skylogo1 {
	visibility:hidden;
    position: absolute;
    top:0px;
	left:0px;
    z-index:10;
    width:320px;
    height:50px;
}

#showtx {
	visibility:hidden;
    position: absolute;
    top:0px;
	left:0px;
    z-index:4;
    width:320px;
    height:50px;
}

#skylogo2 {
	visibility:hidden;
    position: absolute;
    top:0px;
	left:-4px;
    z-index:5;
    width:320px;
    height:50px;
}

#cr {
	visibility:hidden;
    position: absolute;
    top:0px;
	left:0px;
    z-index:2;
    width:320px;
    height:50px;
}

#ctablue {
	visibility:visible;
	top:0px;
    position: absolute;
	top:300px;
	left:0px;
	z-index:500;
    width:320px;
    height:50px;
}

#ctagreen {
	visibility:visible;
	top:0px;
    position: absolute;
	top:300px;
	left:0px;
	z-index:499;
    width:320px;
    height:50px;s
}

#_ctaGlint {
    left:-50px;
    top:0px;
	height:16px;
}

#CTAGlint {
	position: absolute;
	width:69px;
	height:16px;
	top:17px;
	left:240px;
	border-radius:2px;
	z-index:598;
	overflow: hidden
}

#ctaMask {
	top:-1px;
	left:-1px;
}

#taplegals {
	visibility:hidden;
    position: absolute;
    top:0px;
	left:0px;
    z-index:601;
    width:320px;
    height:50px;
}

#legalstext {
    position: absolute;
	width:400px;
	padding:10px;
    height:90px;
	top:90px;
	left:0px;
    background-color: rgba(255, 255, 255, 0.95);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px !important;
    line-height: 11px !important;
    color:#333;
    z-index:1000 !important;
    border-right:1px solid #999;
    text-align:center;
}

#legalstext a {
    color:#333 !important;
    text-decoration:none !important;
}