﻿h2,h3 {
    color: #e7efea;
}
p {
    color: #a3c1a9;
}
p.ucl-image-title,p.ucl-img-count { color: #d3ded6; }
.cufon-active p { font-size: 1.6em; }
#hdp-footer {
    background:url('/assets/local/images/backgrounds/ucl-footer-divider.gif') no-repeat top left;
}
.hdp-content { overflow-y: visible; padding-bottom: 122px; }

#ucl-previous-winners .ucl-content-header {
    height: 470px;
}
#ucl-previous-winners .ucl-content-header #media-player {
    top: 18px;
}
/* background images */
#ucl-previous-winners .ucl-content-header,
#ucl-star-final .ucl-content-header {
	position:relative;    
	background:#000 url('/assets/local/images/media-player/ucl-star-final.jpg') no-repeat center left;
}
#ucl-back-stadium-pass .ucl-content-header {
    background:url('/assets/local/images/backgrounds/ucl-star-access-bg.jpg') no-repeat top left;
}
#ucl-star-seats .ucl-content-header {
    background:url('/assets/local/images/backgrounds/ucl-star-seats-bg.jpg') no-repeat top left;
}
#ucl-star-lounge .ucl-content-header {
    background:url('/assets/local/images/backgrounds/ucl-star-lounge-bg.jpg') no-repeat top left;
/*    height: 427px;*/
}
#ucl-previous-winners .ucl-content-header .media-player,
#ucl-star-final .ucl-content-header .media-player {
    background: #000000 !important;
    left:0;
    height:auto !important;
    width:auto;
    top:0;
}

a.hdp-play-media {
    position:absolute;
    top:50%;
    left:50%;
    z-index:9;
    margin-top:-20px;
    margin-left:-20px;
    display:block;
    width:40px;
    height:40px;
    text-indent:-5000em;
    background:url('/assets/global/images/buttons/hdp-mediaplayer-play.png') no-repeat top left;
}

.ucl-star-exp-logo-div {
    bottom: 39px;
    right: 61px;
}
/* header positions */
/* some consolidation required */
.ucl-content-header h1 {
    position: absolute;
    z-index: 9;
    right: 36px;
    top: 220px;
}
.ucl-t3-intro {
    padding-right: 5px;
}
#ucl-star-lounge h1 {
    right: 68px;
    top: 274px;
    text-align: right;
}
#ucl-back-stadium-pass h1 {
    text-align: right;
}
#ucl-star-seats h1 {
    text-align: right;
}
#ucl-previous-winners h1,
#ucl-star-final h1 {
    text-align: right;
    top: 166px;
    right: 40px;
}
/* cufon font styles */
#ucl-star-lounge h1 .ucl-top-line { font-size: 36px; margin-left: 80px; }
#ucl-star-lounge h1 .ucl-middle-line { font-size: 70px; }
.cufon-active #ucl-star-lounge h1 .ucl-top-line { font-size: 28px; height: 22px; }
.cufon-active #ucl-star-lounge h1 .ucl-middle-line { font-size: 115px; }

#ucl-back-stadium-pass h1 .ucl-top-line { font-size: 50px; }
#ucl-back-stadium-pass h1 .ucl-middle-line { font-size: 36px; }
.cufon-active #ucl-back-stadium-pass h1 .ucl-top-line { font-size: 115px; height: 100px; }/*hdp-ie6-ascx resets height for all IE browsers */
.cufon-active #ucl-back-stadium-pass h1 .ucl-middle-line { font-size: 28px; }

#ucl-star-seats h1 .ucl-top-line { font-size: 70px; }
#ucl-star-seats h1 .ucl-middle-line { font-size: 36px; }
.cufon-active #ucl-star-seats h1 .ucl-top-line { font-size: 115px; height: 100px; }/*hdp-ie6-ascx resets height for all IE browsers */
.cufon-active #ucl-star-seats h1 .ucl-middle-line { font-size: 28px; }

#ucl-star-final h1 .ucl-top-line {padding-right:18px; padding-left:140px; font-size: 30px; }
#ucl-star-final h1 .ucl-middle-line { font-size: 100px;}
.cufon-active #ucl-star-final h1 .ucl-top-line { font-size: 28px; height:26px; line-height:0;}
.cufon-active #ucl-star-final h1 .ucl-middle-line { font-size: 115px; margin-top:-12px; line-height:1; height: 120px;}

#ucl-previous-winners h1 .ucl-top-line {padding-right:18px; padding-left:140px; font-size: 30px; }
#ucl-previous-winners h1 .ucl-middle-line { font-size: 100px;}
.cufon-active #ucl-previous-winners h1 .ucl-top-line { font-size: 28px; height:26px; line-height:0;}
.cufon-active #ucl-previous-winners h1 .ucl-middle-line { font-size: 115px; margin-top:-12px; line-height:1; height: 120px;}







/* media player styles - required? */
#media-MediaPlayer6 {
    position: relative;
    z-index: 1;
}
.ucl-media-player {
    width: 996px;
    height: 425px;
}
.media-controls {
    background:#0c1406;
    overflow:hidden;
    border-bottom:1px solid #000000;
    padding: 17px 30px 17px 30px;
}
.media-button {
    width: 14px;
    height: 18px;
    float: left;
    margin-right: 15px;
    text-indent:-5000em;
}
.media-controls .play-pause {
    background:url('/assets/local/images/media-player/ucl-btn-pause.gif') no-repeat;
}
.media-controls .pause-state {
    background:url('/assets/local/images/media-player/ucl-btn-play.gif') no-repeat;
}
.media-controls .stop {
    background:url('/assets/local/images/media-player/ucl-btn-stop.gif') no-repeat;
    display: none;
}
.media-controls .current-time,
.media-controls .total-duration {
    font-size:1.1em;font-weight:bold;
}
.media-controls .progress-bar {
    width:760px;
    height: 8px;
    background:#004401;
    float: left;
    margin-top: 5px;
}
.media-controls .current-progress {
    text-indent:-5000em;
    background:#76c53a;
}
.media-controls .mute,
.media-controls .unmuted-state {
    background:url('') no-repeat;
}
.volume-control {
    overflow:hidden;
    width:11px;
    margin-top:10px;
}
.volume-control .volume {
    width:11px;
    height:3px;
    font-size: 3px;
    margin-right:0px;
    margin-bottom:1px;
    background:#004401;
}
.volume-control .volume.level-2 {
    width:9px;
    margin-left:1px;
}
.volume-control .volume.level-3 {
    width:7px;
    margin-left:2px;
}
.volume-control .volume.level-4 {
    width:5px;
    margin-left:3px;
}
.volume-control .volume.level-5 {
    width:3px;
    margin-left:4px;
}
.volume-control .on {background:#76c53a}
.media-text {float: left;margin-right:10px;color:#76c53a;}




.ucl-star-stories p {
    margin: 4px 0px;
}
.ucl-star-story {
    float: left;
    width: 444px;
    margin: 6px 0px 18px -4px;
    background: url(/assets/local/images/backgrounds/ucl-star-story-bg-no-js.png) no-repeat center left;
}
.ucl-star-story.ucl-last-child {
    margin: 6px 0px 6px 0px;
}
.ucl-star-story p.ucl-star-story-location {
    margin: 5px 0px 0px;
}
.ucl-star-story-img-div {
    min-width: 206px;
    height: 242px;
    background: url(/assets/local/images/backgrounds/ucl-star-story-img-bg.png) no-repeat top left;
    float: left;
    margin-left: -4px;
    margin-top: 2px;
}
.ucl-star-story-img {
    margin-top: 22px;
    margin-left: 27px;
}
.ucl-star-story-name {
    display: block;
    text-align: center;
    color: #2b3f88;
    margin-top: 10px;
    font-size:1.6em;
}
.cufon-active .ucl-star-story-name {
    font-size:2em;
}
.ucl-star-story-profile {
    float: left;
    padding: 28px 0px 0px 8px;
    width: 220px;
    overflow: visible;
}
.ucl-star-story-profile h3 {
    font-size: 1.6em;
}
.cufon-active .ucl-star-story-profile h3 {
    font-size: 1.8em;
}
.ucl-star-story p {
    line-height: 1em;
}
.ucl-star-story-paging {
    position: relative;
    margin-top: 8px;
}
.hdp-js-enabled .ucl-star-story {
    background: url(/assets/local/images/backgrounds/ucl-star-story-bg.png) no-repeat center left;
}
.hdp-js-enabled .ucl-star-story-paging {
    height: 8em;
    overflow: hidden;
}
.ucl-star-story-paging div.ucl-star-story-inner {
    position: relative;
}
.ucl-star-story-buttons {
    display: none;
}
.hdp-js-enabled .ucl-star-story-buttons {
    display: block;
    margin-top: 12px;
    clear: both;
}
.ucl-star-story-buttons a {
    position: relative;
    font-size: 1.4em;
    /*
    opacity: 0.8;
    -moz-opacitty: 0.8;
    filter:alpha(opacity=80);
    */
    color: #d3ded6;
}
.ucl-star-story-buttons a:hover {
/*
    opacity: 1;
    -moz-opacitty: 1;
    filter:alpha(opacity=100);
    */
    color: #ffffff;
}
.ucl-star-story-button-more {
    float: left;
}
.ucl-star-story-button-back {
    display: none;
    float: left;
    margin-right: 4px;
}
.ucl-touts-div {
    background: url(/assets/local/images/backgrounds/ucl-page-section-divider.png) no-repeat left bottom;
    margin-bottom: 30px;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
.ucl-touts {
    overflow: visible;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.ucl-tout {
    float: left;
    height: 66px;
    width: 287px;
    margin: 0px 8px 0px 0px;
    padding: 0px 0px 14px 0px;
    background: url(/assets/local/images/touts/ucl-ut3-tout.png) no-repeat top left;
}
.ucl-tout.ucl-last-child {
    margin-right: 0px;
}
* html .ucl-tout {
    width: 280px;
}
.ucl-tout a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 7px 5px;
	position: relative;
}
.ucl-tout a span.ucl-star-exp-tout-title {
    display: block;
    padding-left: 80px;
    font-size: 2em;
    text-transform: uppercase;
    padding-top: 4px;
    /*
    opacity: 0.8;
    -moz-opacity: 0.8;
    */
}
.ucl-tout a {
    color: #d3ded6;
}
.ucl-tout a span.ucl-star-exp-tout-para {
    display: block;
    padding-left: 80px;
    font-size: 1.3em;
    /*
    opacity: 0.6;
    -moz-opacity: 0.6;
    */
}
.ucl-tout a:hover span.ucl-star-exp-tout-title,
.ucl-tout a:hover span.ucl-star-exp-tout-para {
    /*
    opacity: 1;
    -moz-opacity: 1;
    */
}
.ucl-tout a:hover {
    color: #ffffff;
}
.ucl-star-lounge-tout {
    float: left;
    position: relative;
    height: 202px;
    width: 403px;
    padding: 18px 15px 0px 25px;
    margin-bottom: 20px;
    background: url(/assets/local/images/backgrounds/ucl-star-story-bg.png) no-repeat bottom left;
}
.ucl-star-lounge-tout h2 {
    font-size: 1.5em;
    margin-top: 0px; /* 24px */
    margin-right: 170px;
}
.ucl-win-a-star-lounge h2 {
    margin-right: 0px;
    margin-top: 10px;
}
.cufon-active .ucl-star-lounge-tout h2 {
    font-size: 2.5em;
    line-height:100%;
}
.ucl-star-lounge-tout p {
    margin-top: 5px;
    width: 190px;
}
a.ucl-win-a-star-lounge-link {
    position: absolute;
    bottom: 22px;
    text-transform: uppercase;
    font-size: 1.4em;
    background: url(/assets/local/images/links/ucl-white-arrow-small.gif) no-repeat right center;
    padding-right: 12px;
    color: #e7efea;
}
a.ucl-win-a-star-lounge-link:hover {
    color: #ffffff;
}
.ucl-win-a-star-lounge-img {
    position: absolute;
    top: -5px;
    right: -20px;
    background: url(/assets/local/images/touts/ucl-star-final-polaroid.png) no-repeat top center;
    width: 240px;
    height: 249px;
}
.ucl-celebrate-and-win-img {
    position: absolute;
    top: 6px;
    right: 14px;
    background: url(/assets/local/images/touts/ucl-celebrate-and-win.png) no-repeat top left;
    width: 179px;
    height: 210px;
}
.hdp-star-experiences {
    clear: both;
}
/* carousel styles */
.ucl-header-carousel {
    position: relative;
    display: none;
}
.ucl-carousel-window {
    width: 996px;
    height: 428px;
    overflow: hidden;
    position: relative;
}
.ucl-carousel-images {
    position: absolute;
    width: 10000em;
    list-style-type: none;
}
.ucl-carousel-images li {
    float: left;
    width: 996px;
    overflow: hidden;
}
.ucl-carousel-controller {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 71px;
    width: 100%;
    background: url(/assets/local/images/carousel/ucl-carousel-btn-bg.png) no-repeat top left;
}
.ucl-carousel-left,
.ucl-carousel-right {
    position: absolute;
    bottom: 0px;
}
.ucl-carousel-left {
    left: 20px;
}
.ucl-carousel-right {
    right: 20px;
}

.ucl-carousel-left span,
.ucl-carousel-right span {
	width:100px;
	height: 46px;
	padding-top:25px;
	font-size:1.4em;
	display:block;
	text-indent:-5000em;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	cursor: pointer;
}
.ucl-carousel-left span {
	background:url('/assets/local/images/carousel/ucl-carousel-btn-lt.png') no-repeat left center;
}
.ucl-carousel-right span {
    padding-right: 10px;
	background:url('/assets/local/images/carousel/ucl-carousel-btn-rt.png') no-repeat right center;
}

.ucl-carousel-left span:hover,
.ucl-carousel-right span:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

.ucl-carousel-right.disabled,
.ucl-carousel-left.disabled {
    display: none;
}
.ucl-content-header .ucl-img-copy-holder {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 71px;
    width: 100%;
    background: url(/assets/local/images/carousel/ucl-carousel-btn-bg.png) no-repeat top left;
}
.ucl-content-header .ucl-img-copy-holder p.ucl-image-title,
.ucl-content-header .ucl-img-copy-holder p.ucl-img-count {
    line-height: 71px;
	font-size: 36px;
}
.ucl-content-header .ucl-img-copy-holder p.ucl-image-title {
	float: left;
	padding-left: 58px;
}
.ucl-content-header .ucl-img-copy-holder p.ucl-img-count {
	padding-right: 56px;
	float: right;
	display: none;
}

/* sign-up */
.ucl-signup-div {
    left: 60px;
}


/* new star final redesign */
#ucl-previous-winners { padding-bottom: 80px; }
#ucl-previous-winners.hdp-content {
    background: #013109 url(/assets/local/images/backgrounds/ucl-star-final-bg.jpg) no-repeat left bottom;
}
#ucl-previous-winners .ucl-page-section { display: none; }
.ucl-content-column {
    float: left;
    width: 409px;
    margin-top: 12px;
}
.ucl-content-column.first {
    margin-right: 32px;
}
.ucl-star-final-tout {
    position: relative;
    background: transparent url(/assets/local/images/touts/ucl-star-final-tout-bg.png) no-repeat scroll left top;
    width: 357px;
    height: 144px;
    padding: 20px 40px 20px 20px;
    margin-bottom: 15px;
}
.ucl-star-final-tout-inner {
    background: transparent url(/assets/local/images/touts/ucl-star-final-tout-cheers.png) no-repeat scroll left top;
    width: 327px;
    height: 152px;
    position: absolute;
    bottom: 10px;
    right: 5px;
}
.ucl-star-final-tout-link {
    text-transform: uppercase;
}
.ucl-content-tout a,
.ucl-star-final-tout-link a {
    color: #D3DED6;
    font-size: 1.5em;
    font-weight: bold;
}
.ucl-content-tout a:hover,
.ucl-star-final-tout-link a:hover {
    color: #ffffff;
}
.ucl-content-section {
    padding-bottom: 25px;
}
.ucl-top-rule-content-section {
    background: transparent url(/assets/local/images/backgrounds/ucl-column-divider.png) no-repeat scroll left top;
    padding-top: 12px;
}
.ucl-content-column h4 {
    font-size: 1.6em;
    text-transform: uppercase;
    color: #b0e769;
    display: inline;
}
.ucl-content-column h5 {
    font-size: 1.5em;
    display: inline;
    margin-left: 6px;
}
.ucl-content-column p {
    margin-right: 30px;
    font-size: 1.5em;
    line-height: 1em;
}
.ucl-star-final-star-story {
    width: 180px;
    float: left;
    margin-top: 22px;
}
.ucl-star-final-star-story img {
    float: left;
    margin-right: 8px;
}
.ucl-star-final-star-story p {
    margin-right: 30px;
    clear: both;
}
#ucl-star-story-one {
}
#ucl-star-story-two {
    background: transparent url(/assets/local/images/backgrounds/ucl-column-vertical-divider.png) no-repeat scroll left top;
    padding-left: 22px;
}
.ucl-star-final-star-story-location {
    display: block;
    text-transform: uppercase;
    color: #b0e769;
    margin-top: 4px;
}
.ucl-star-final-star-story-name {
    text-transform: uppercase;
    font-size: 1.5em;
}
.ucl-content-tout {
    padding-right: 5px;
}
#ucl-star-experience-tout {
    padding-top: 16px;
}
#ucl-previous-winners .ucl-content-tout-icon-inner {
    height: 280px;
}
#ucl-star-experience-tout .ucl-content-tout-icon-inner {
/*    clip:rect(140px, 75px, 210px, 0px);*/
    margin:-70px 0 0 -150px;
}
#ucl-sponsorship-history-tout .ucl-content-tout-icon-inner {
/*    clip:rect(140px, 150px, 210px, 75px);*/
    margin:-70px 0 0 -225px;
}
.ucl-white-header {
    font-size: 1.6em;
}
.ucl-green-header {
    color: #b0e769;
    font-size: 1.6em;
}
.ucl-content-tout p,
div.ucl-content-tout-link {
    clear: both;
    margin-left: 4px;
}
.ucl-content-column a {
    display: block;
    margin-top: 10px;
}
#ucl-previous-winners .ucl-star-exp-logo-div {
    bottom: 66px;
    left: 60px;
}
