h1 {
    font-weight: normal;
}

body {
    color: #fff;
    background-color: #000000;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

/* HOME PAGE STYLES */
#home {
    background: url( images/home_bg.jpg );
    position: relative;
    width: 800px;
    height: 600px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#back {
    background: url( images/back.jpg );
    position: relative;
    width: 54px;
    height: 32px;
    margin: 0 auto;
    margin-left: 600px;
    padding: 0;
    overflow: hidden;
}

#findoutmore {
    position: absolute;
    background: url( images/findOutMore.gif );
    height: 150px;
    width: 150px;
    display: block;
    right: 0;
    top: 0;
    z-index: 100;
}

#findoutmore  span {
    display: none;
}

#home h1 {
    display: none;
}

#home h2 {
    background: url( images/enter_code.gif );
    margin: 85px 0 0 38px;
    padding: 0;
    width: 142px;
    height: 47px;
}

#home h2 span {
    display: none;
}

#home fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#home form {
    margin: 10px 0 10px 38px;
    padding: 0;
    width: 200px;
}

#home .textbox {
    width: 150px;
}

#home .go {
    position: relative;
    top: 3px;
}

#nocode {
    position: relative;
    background: url( images/nocode.jpg ) left top no-repeat;
    height: 21px;
    overflow: hidden;
    margin: 2px -0px 0 38px;
    padding: 0px;
}

#questions {
    position: relative;
    background: url( images/home_greybar.gif ) left top no-repeat;
    height: 91px;
    overflow: hidden;
    margin: 195px 0 0 38px;
    padding: 0px;
}

* html  #questions {
    padding: 10px;
    padding-top: 6px;
}

#questions ul {
    background: url( images/home_questions.gif ) no-repeat;
    width: 358px;
    height: 58px;
    padding: 0;
    margin: 0 0 0 14px;
}

#questions li {
    display: none;
}

#questions a {
    background: url( images/home_register.gif );
    width: 88px;
    height: 14px;
    display: block;
    margin-left: 14px;
}

#questions span {
    display: none;
}

#navigation {
    position: absolute;
    width: 800px;
    margin: 60px 100px 0 38px;
}

#navigation ul {
    margin: 0;
    padding: 0;
}

#navigation li {
    float: left;
    list-style: none;
}

#navigation li a {
    display: block;
}

#navigation li a span {
    display: none;
}

#navigation #credits {
    background: url( images/credits.jpg );
    width: 75px;
    height: 13px;
    margin-right: 100px;
}

#navigation #faq {
    background: url( images/faq.gif );
    width: 20px;
    height: 13px;
    margin-left: 20px;
    margin-right: 105px;
}

#navigation #edit {
    background: url( images/home_edit.gif );
    width: 62px;
    height: 12px;
    margin-right: 125px;
}

#navigation #contact {
    background: url( images/home_contact.gif );
    width: 59px;
    height: 12px;
    margin-right: 125px;
}

#navigation #terms {
    background: url( images/home_terms.gif );
    width: 33px;
    height: 12px;
    margin-right: 125px;
}

#navigation #help {
    background: url( images/home_help.gif );
    width: 24px;
    height: 12px;
    margin-right: 0;
}

/* LOGIN PAGE STYLES */
#login {
    background: url( images/login_bg.jpg );
    position: relative;
    width: 800px;
    height: 600px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;

}

#forgottenpassworddiv {
    position: relative;
    left: 20px;
    top: 300px;
    height: 200px;
}

#login h1 {
    display: none;
}

#forgottenpassworddiv h1 {
    font-size: 1.6em;
    display: block;
}

#login h2 {
    background: url( images/login.gif ) right no-repeat;
    width: 144px;
    height: 18px;
    margin: 300px 0 20px 0;
    padding: 0;
}

#login h3 {
    width: 144px;
    height: 18px;

    padding: 0;
}

#login h2 span {
    display: none;
}

#login form {
    margin: 0;
    padding: 0;
}

#login fieldset {
    border: none;
    margin: 10px 0;
    padding: 0;
    position: relative;
}

#login span {
    display: none;
}

#login label.email {
    background: url( images/login_email.gif ) right no-repeat;
    width: 144px;
    height: 13px;
    display: block;
    float: left;
    margin-right: 10px;
}

#login label.password {
    background: url( images/login-password.gif ) right no-repeat;
    width: 144px;
    height: 13px;
    display: block;
    float: left;
    margin-right: 10px;
}

#login .textbox {
    width: 200px;
    height: 13px;
    font-size: 0.8em;
    margin-bottom: 7px;
}

#login p {
    margin: 0 0 0 155px;
    padding: 0;
}

#login a {
    color: #fff;
}

#login a:visited {
    color: #DCE1F8;
}

#login a:hover {
    text-decoration: none;
}

#login .go {
    margin: 0 0 0 338px;
    position: relative;
    top: -10px;
}

.clearboth {
    clear: both;
    display: block;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

#login h3 a {
    background: url( images/register.gif ) right no-repeat;
    width: 144px;
    height: 50px;
    display: block;
}

/* POPUP PAGE STYLES */

#popup {
    width: 400px;
    position: relative;
}

#popup a {
    color: #fff;
}

#popup a:visited {
    color: #DCE1F8;
}

#popup a:hover {
    text-decoration: none;
}

#popup p {
    margin: 0;
    padding: 0 0 20px 0;
}

#popup #top {
    background: url( images/popup_top.jpg );
    width: 100%;
    height: 134px;
}

#popup #top h1 {
    display: none;
}

#popup #main {
    background: #819db8;
    height: 400px;
    border: none;
    overflow: hidden;
}

#popup #main.one_col {
    background: #023a70;
    padding: 20px;
    height: 360px;
}

#popup #main.one_col h1 {
    font-size: 1.6em;
    margin: 0;
    padding: 0 0 20px 0;
}

#popup #main #left {
    float: left;
    background: #023a70;
    width: 180px;
    height: 380px;
    padding: 10px;
    text-align: right;
}

#popup #main #left h1 {
    font-size: 1.6em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

#popup #main #right {
    padding: 10px 10px 10px 10px;
    overflow: auto;
    height: 380px;

}

#popup #main #right.venue {
    padding-top: 50px;
}

#popup #main #right.venue h1 {
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#popup #main #right.synopsis h1 {
    font-size: 1.6em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

#popup #bottom {
    background: #021b35;
    width: 100%;
    height: 49px;
    border-top: #fff solid 1px;
    position: relative;
}

#popup #bottom a {
    background: url( images/close_window.gif );
    width: 72px;
    height: 11px;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
}

#popup #bottom a span {
    display: none;
}

/* ARTICLE STYLES */

#article {
    width: 800px;
    height: 600px;
    margin: 0 auto;

}

#article form#emailTicket {
    padding-top: 20px;
}

#article #top {
    background: url( images/article_top.jpg );
    width: 100%;
    height: 134px;
    cursor: pointer;
}

#article #top h1 {
    display: none;
}

#article #main {
    background: #819db8;
    height: 400px;
    border: #fff solid 1px;
}

#article #main h1 {
    margin: 0;
    padding: 5px 0 15px 0;
    font-size: 1.7em;
}

#article #main #left {
    float: left;
    width: 300px;
    padding: 5px 10px;
    background: #023a70;
    height: 390px;
}

#article #main #left h1 {
    text-align: right;
    text-transform: uppercase;
}

#article #main #right {
    overflow: auto;
    height: 380px;
    padding: 10px 10px 10px 10px; /*width: 473px;*/
    left: -3px;
}

#article #main #right p {
    margin: 0;
    padding: 0 0 20px 0;
}

#article #bottom {
    height: 64px;
    width: 100%;
    margin-top: -40px;
    margin-left: 10px;
}

#article-auto {
    width: 800px;
    margin: 0 auto;
}

#article-auto form#emailTicket {
    padding-top: 20px;
}

#article-auto #top {
    background: url( images/article_top.jpg );
    width: 100%;
    height: 134px;
    cursor: pointer;
}

#article-auto #top h1 {
    display: none;
}

#article-auto #main {
    background: #819db8;
    border: #fff solid 1px;
    overflow: hidden;
}

#article-auto #main h1 {
    margin: 0;
    padding: 5px 0 15px 0;
    font-size: 1.7em;
}

#article-auto #main #left {
    float: left;
    width: 300px;
    height: 828px;
    padding: 5px 10px;
    background: #023a70;
}

* html #article-auto #main #left {
    height: 812px;
}

#article-auto #main #left h1 {
    text-align: right;
    text-transform: uppercase;
}

#article-auto #main #right {
    padding: 10px 10px 10px 10px; /*width: 473px;*/
    left: -3px;
}

#article-auto #main #right p {
    margin: 0;
    padding: 0 0 20px 0;
}

#article-auto #bottom {
    height: 64px;
    width: 100%;
    margin-top: -40px;
    margin-left: 10px;
}

/* More article styles - used in article_film.html */

#article #main.film #left {
    padding: 5px 0;
    margin: 0;

}

#article #main.film #left #iconlinks {
    width: 100px;
    margin-top: 60px;
    margin-left: 10px;
}

#article #main.film #left span {
    display: none;
}

#article #main.film #left #iconlinks a {
    margin: 10px 0;
}

#article #main.film #left #iconlinks a#trailerLink {
    background: url( images/article_trailer.gif ) right no-repeat;
    width: 110px;
    height: 39px;
    display: block;
}

#article #main.film #left #iconlinks a#websiteLink {
    background: url( images/article_website.gif ) right no-repeat;
    width: 110px;
    height: 39px;
    display: block;
}

#article #main.film #left #iconlinks #synopsisLink {
    background: url( images/article_synopsis.gif ) right no-repeat;
    width: 110px;
    height: 40px;
    display: block;
}

#article #main.film #left #iconlinksHorizontal {
    width: 300px;
    margin-left: 0px;
    padding-bottom: 10px;
}

#article #main.film #left #iconlinksHorizontal #trailerLink {
    background: url( images/article_trailer_horizontal.gif ) right no-repeat;
    width: 92px;
    height: 59px;
    display: block;
}

#article #main.film #left #iconlinksHorizontal #websiteLink {
    background: url( images/article_website_horizontal.gif ) right no-repeat;
    width: 92px;
    height: 59px;
    display: block;
}

#article #main.film #left #iconlinksHorizontal #synopsisLink {
    background: url( images/article_synopsis_horizontal.gif ) right no-repeat;
    width: 92px;
    height: 59px;
    display: block;
}

#article #main.film #left #iconlinksHorizontal a {
    margin-top: 28px;
    float: left;
}

* html #article #main.film #left #iconlinksHorizontal a {
    margin-top: 0;
}

*:first-child+html #article #main.film #left #iconlinksHorizontal a {
    margin-top: 7px;
}

#article #main.film #left #film_picture {
    float: right;
    margin-top: 30px;
}

#article #main.film #left #film_picture a {
    color: #fff;
}

#article #main.film #left #film_picture a:hover {
    color: #fff;
}

#article #main.film #left #film_picture a:visited {
    color: #fff;
}

#article #main.film #left #film_picture p {
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 0.9em;
    text-align: right;
    text-transform: uppercase;
}

#article #main.film #left #association {
    clear: right;
}

#article #main.film #left #association p {
    background: url( images/article_inassocwith.gif );
    width: 101px;
    height: 13px;
    padding-top: 0;
    margin-left: 20px;
    margin-top: 70px;
}

#article #main.film #left #association p.horizontal {
    margin-top: 0;
}

#article #main.film #left #association span {
    display: none;
}

#article #main.film #left #association .whiteband {
    width: 100%;
    background: #fff;
    height: 70px;
    border: 1px solid #fff;
}

#article #main.film #left #association .whiteband img {
    text-align: right;
    float: right;
    margin-right: 10px;
}

#article #main.film #left #association .esteeLauder {
        background-color: #023A70;
        border: none;
}


#article #bottomlinks {
    padding: 15px 0 0 700px;
}

#article #bottomlinks ul {
    margin: 0;
    padding: 0;
}

#article #bottomlinks li {
    float: left;
    list-style: none;
}

#article #bottomlinks li a {
    display: block;
}

#article #bottomlinks li a span {
    display: none;
}

#article #bottomlinks #terms {
    background: url( images/home_terms.gif );
    width: 33px;
    height: 12px;
    margin-right: 20px;
}

#article #bottomlinks #help {
    background: url( images/home_help.gif );
    width: 24px;
    height: 12px;
    margin-right: 0;
}

.hrbar {
    background-color: #023A70;
    width: 470px;
    font-size: 1.1em;
    padding: 2px;
}

#aboutpartners {
    float: right;
    background-color: #ffffff;

}

#aboutpartners img {
    padding: 10px;
}

#abouttext {
    float: left;
    width: 190px;
    height: 500px;
    padding-right: 2px;
}

#register {
    font-size: 1.0em;
    width: 300px;
}

#genres {
    font-size: 0.8em;
}

#register td {
    font-size: 1.2em;
}

#register_inner td {
    font-size: 0.8em;
}

#register select {
    height: 18px;
    font-size: 0.8em;
}

#register input {
    height: 18px;
    font-size: 0.8em;
}

.inputbutton, .inputbuttonnarrow {
    color: #ffffff;
    background-color: #023A70;
    font-weight: normal;
}

.inputbuttonnarrow {

}

#smsdetails {
    width: 100%;
    font-size: 1.2em;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #819db8;
}

#email #header {
    border-bottom: solid 1px #fff;
}

#email #header img {
    width: 100%;
}

#email {
    background-color: #023A70;
    height: 600px;
    width: 800px;
}

#emailleft {
    background-color: #023A70;
    float: left;
    width: 280px;
    padding: 10px 10px 10px 10px;
    height: 414px;
}

#emailright {
    margin: 10px;
    float: left;
    background-color: #819db8;
    min-height: 404px;
    width: 310px;
}

* html #emailright {
    height:404px;
}

#emaillandscape {
    padding: 10px;
    background-color: #819db8;
    height: 434px;
    width: 300px;
    display: table;
}

#emaillandscape p {
    font-size: 10px;
}

.ticketSmallText {
    color: #023A70;
    padding: 2px;
}

#specialInformation {
    margin-top: 10px;
    width: 300px;
    font-size: 1em;

}