﻿#frame {
    margin: 0 auto;
    width: 958px;
    padding: 0 50px;
    font-size: 1.2em;
    line-height: 1.4em;
}

#content {
    margin: 20px 0 0 0;
}

#centerfullw {
    background: url('../_img/bgCenterfullw.png') no-repeat top left;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
}

#centerfullwbottom {
    background: url('../_img/centerfullwBottom.png') no-repeat top left;
    height: 10px;
}

#centerfullw h1 {
    float: left;
    margin: 5px 20px;
}

#centerfullw form {
    background: url('../_img/center.png') repeat-y top left;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.nav {
    background: url('../_img/center.png') repeat-y top left;
    width: 100%;
    overflow: hidden;
}


/************************** HEADER **************************/

#header {
    height: 139px;
    width: 100%;
    background: url(../_img/bg_header.jpg) no-repeat top left;
    position: relative;
}

#header p.logo {
    height: 66px;
    width: 383px;
    background: url('../_img/site_header_logo_linear_purple_normal.png') no-repeat top left;
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0 0 20px 0;
}

#header p.logo a {
    height: 66px;
    width: 383px;
    display: block;
}

#header #viewClips {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 100px;
    width: 160px;
}

#header #viewClips h2 {
    color: #fff;
    padding: 0 0 8px 0;
    font-size: 160%;
}

#header #viewClips p {
    width: 100%;
}

#header #viewClips p label {
    width: 100%;
    color: #fff;
    height: 20px;
    line-height: 1.5em;
}

#header #viewClips p input {
    width: 120px;
    float: left;
    height: 16px;
    margin-top: 2px;
    color: #171754;
    font-size: 98%;
    padding: 2px 1px 1px 1px;
}

#header #viewClips input.arrow28 {
    background: url('../_img/arrow28.jpg') no-repeat top left;
    width: 28px;
    height: 22px;
    padding: 2px;
    color: #171754;
    border: none;
    float: right;
    margin: 0;
    font-weight: normal;
}

#header ul#news {
    width: 918px;
    position: absolute;
    top: 110px;
    left: 0;
    padding: 7px 20px 4px 20px;
    height: 19px;
    background: url('../_img/bg_news.png') no-repeat top left;
}

#header ul#news li {
    color: #fff;
    float: left;
    display: block;
    margin-right: 20px;
}

#header ul#news li.first {
    width: 160px;
    font-size: 1.2em;
}

#header ul#news li.last {
    float: right;
    margin: 0 0 0 20px;
}

#header ul#news li a {
    color: #fff;
    text-decoration: none;
}

#header ul#news li a:hover {
    text-decoration: underline;
}

/************************** END HEADER **************************/

/************************** GALLERY **************************/

.nav ul {
    float: right;
    padding: 20px 0 0 0;
}

.nav ul li {
    float: left;
    margin-right: 15px;
}

.row {
    float: left;
    width: 100%;
}

.row div {
    float: left;
    padding: 10px 15px 0 15px;
    margin: 0 0 10px 20px;
    background: #EDEDF3;
    border: 1px solid #C9C9DC;
}

#galleryBox img {
    outline: 1px solid #ccc;
}

.performerName {
    width: 136px;
}

.explanation {
    padding: 0 10px 10px 20px;
    background: url('../_img/center.png') repeat-y top left;
    overflow: hidden;
}
/************************** END GALLERY **************************/

/*************************** Help Bubble ***************************/

a.HelpAgent {
    background: url('../_img/iconHelpAgents.png') no-repeat top left !important;
    height: 13px !important;
    width: 13px !important;
    display: inline-block;
    cursor: pointer;
    margin-left: 7px;
    margin-top: 1px;
}


div.learnMoreBubble {
    width: 322px;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
}

div.learnMoreBubble div.bubbleArrowRightTop {
    width: 30px;
    height: 22px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 5px;
    background: url('../_img/bubbleRightTop.png') no-repeat top left;
}

div.learnMoreBubble div.bubbleArrowRightBot {
    width: 30px;
    height: 22px;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 5px;
    background: url('../_img/bubbleRightBot.png') no-repeat top left;
}

div.learnMoreBubble div.bubbleArrowLeftTop {
    width: 30px;
    height: 22px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 5px;
    background: url('../_img/bubbleLeftTop.png') no-repeat top left;
}

div.learnMoreBubble div.bubbleArrowLeftBot {
    width: 30px;
    height: 22px;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 5px;
    background: url('../_img/bubbleLeftBot.png') no-repeat top left;
}

div.learnMoreBubble div.bubbleInsideRight {
    width: 270px;
    height: auto;
    background: #fff;
    padding: 10px;
    margin: 0 0 0 26px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 3px solid #a8a7ca;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #26247b;
    font-weight: normal;
}

div.learnMoreBubble div.bubbleInsideLeft {
    width: 270px;
    height: auto;
    background: #fff;
    padding: 10px;
    margin: 0 20px 0 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 3px solid #a8a7ca;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #26247b;
    font-weight: normal;
}

div.learnMoreBubble * h3 {
    color: #8a89c7 !important;
    margin: 0 0 5px 0 !important;
    padding: 0;
}

div.learnMoreBubble * p.closeBubble {
    padding: 0;
    margin: 0;
}

/************************** END Help Bubble **************************/

/************************** PLAYER **************************/

.videoWrapper {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0 20px;
}

#videoPlayer {
    float: left;
    width: 640px;
    height: 360px;
    background: #000;
}

#videoPlayerSettings {
    width: 640px;
    height: 360px;
}

#playlist {
    width: 275px;
    float: left;
    margin-left: 10px;
}

#playlist fieldset {
    background: #F6E9EB;
    border: 1px solid #E3BFC3;
    height: 360px;
}

#playlist fieldset h2 {
    margin-left: 10px;
}

#clipList {
    height: 320px;
    overflow-x: hidden;
    width: 275px;
}

#playlist li {
    float: left;
    overflow-x: hidden;
    margin: 0 0 5px 5px;
    width: 100%;
}

/************************** END PLAYER **************************/

/************************** DOWNLOAD **************************/
#progressDiv .nav {
    background: none !important;
}

.progressBar {
    width: auto;
    padding-left: 20px;
}
.progressBar > div {
    width: 50%;
    margin: 0px auto;
}

.downloadMessage, #progressMessage {
    padding-left: 260px;
    margin-bottom: 10px;
}

#downloadDiv p, #notFoundDiv {
    padding-left: 20px;
    padding-right: 20px;
}
/************************** END DOWNLOAD **************************/

/************************** LOGIN **************************/

h3 {
    padding: 0 0 20px 20px;
}

.login {
    padding: 0 0 20px 20px;
    width: 100%;
    overflow: hidden;
}

.login input {
    width: 132px;
    height: 32px;
    padding: 2px 10px;
    font-size: 150%;
    color: #27227C;
    margin: 0 10px 0 0;
}

.login .button {
    border: 0;
    background: url('../_img/buttonBackground132.gif') no-repeat top left;
}

/************************** END LOGIN **************************/


/************************** FOOTER **************************/

#frame #footer {
    padding: 10px 0 50px 0;
    width: 100%;
    font-size: 95%;
    float: left;
}

#frame #footer p.copyright {
    float: left;
    width: 300px;
}

#frame #footer p.terms {
    float: right;
    width: auto;
}

#frame #footer p.terms a {
    margin-left: 10px;
}

input#saveShortlistInput:hover {
    background: url(../_img/navbarliSaveListHover.jpg) no-repeat left center;
}

input#saveShortlistInput {
    border: 0px;
    background: url(../_img/navbarliSaveList.jpg) no-repeat left center;
    color: #171754;
    padding-left: 26px;
    text-decoration: underline;
}

#saveShortlistButtonBar input.imageInput {
    width: 26px;
    height: 22px;
    float: left;
    margin: 0px 8px;
}

#footer p.footerRight {
    float: right;
}
#footer p {
    float: left;
    padding: 0;
    margin: 0;
    line-height: 17px;
}

#footer ul {
    float: left;
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
}

#footer {
    font-size: 0.9em;
}

#footer ul li {
    width: auto;
    display: inline;
    padding: 0 10px 0 0;
}
