body
{
    background: #1f1f1f;
    margin-bottom: 30px;
}

div, td, th, span, li
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

h2
{ 
    color: #707070; 
    margin: 0px 0px 10px 0px; 
    font-size: 16px; 
    font-weight: bold;
}

h3
{
    color: #808080; 
    margin: 0px 0px 10px 0px; 
    padding-bottom: 5px; 
    font-size: 14px;
    font-weight: bold;
    display: block; 
    border-bottom: 1px solid #F0F0F0; 
}

a
{ 
    font-weight: bold; 
    color: #707070; 
    text-decoration: none; 
}

a:hover
{
    color: #000; 
}

.flash
{
    color: #444444;
    font-size: 11px;
    background: #FFF9E9; 
    
    border: 1px solid #EEE2BE;
    
    padding: 5px;
    
    margin-bottom: 10px;
}

#wrapper
{
    width: 950px;
    margin: 0px auto;
    background: #fff;
}

#main-container
{
    padding: 20px;
}

#header
{
    width: 100%;
    background: url(/img/header-background.jpg);
    border-bottom: 4px solid #A6A6A6;
}

#header .logo
{
    padding: 6px 7px 6px 7px; 
    width: 62px;
}

#header .logo img
{
    display: block;
}

#header .top
{
    text-transform: uppercase; 
    color: #999;
    padding: 0px 10px 0px 5px; 
    height: 37px;
}

#header .top a
{
    float: right;
    color: #999; 
    text-decoration: none;
    font-weight: normal;
}

#header .bottom
{
    text-transform: uppercase; 
    font-weight: bold; 
    padding: 0px 10px 0px 5px; 
    height: 37px;
}

#header .bottom a
{
    color: #707070; 
    text-decoration: none; 
    margin-right: 20px;
}

#header .top a:hover, #header .bottom a:hover
{
    color: #000;
}

#footer
{
    width: 100%;
    background: #7E4F97;
    color: #fff;
}

#footer a
{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    font-weight: normal;
}

#crossfade
{
    position: relative; 
    margin: auto;
}

#crossfade img
{
    display: none; 
    position: absolute; 
    top: 0; 
    left: 0;
}

#title 
{
    background-image: url(/img/title-background.png);
    margin-top: 50px; 
    position: absolute; 
    width: 950px;
    z-index: 50;
}

.buy-button
{
    color: #000;
    font-weight: bold;
    background: #CEE1EF;
    
    border: 1px solid #80b5d0;
    -moz-border-radius: 3px;
    
    cursor: pointer;
    padding: 1px 10px 1px 10px;
    text-align: center;
}

#title h1 
{
    font-size: 12px; 
    padding: 5px 15px 2px 15px; 
    margin: 0px; 
    color: #FFFFFF; 
    font-size: 17px; 
}

#title h4 
{
    font-weight: bold; 
    text-transform: uppercase; 
    margin: 0px; 
    padding: 0px 15px 5px 15px; 
    color: #FFFFFF; 
    font-size: 11px; 
    text-transform: uppercase; 
}

#main-table, .events-table, .press-table, .event-details, .seats-table, #basket-table
{
    width: 100%;
}

#main-table td
{
    padding: 20px;
}

#main-table td.right
{
    width: 250px;
    background: #F0F0F0;
    padding: 10px;
    border-left: 1px solid #CFD7DD;
}

#basket-table th
{
    background: #E5EAEF;
    padding: 5px 10px;
}

.events-table td, .press-table td, #basket-table td
{
    border-bottom: 1px solid #F0F0F0;
    padding: 10px;
}

#basket-table td
{
    background: #F5F8FB;
    border-bottom: 1px solid #E5EAEF;
    padding: 5px 10px;
}

#basket-table td.total
{
    border-top: 1px solid #E5EAEF;
    font-weight: bold;
}

.events-table td a
{ 
    display: block;
}

.events-table td.date
{
    width: 200px;
}

.events-table td.event, .press-table td.event
{
    font-weight: bold;
}

.events-table td.type
{
    width: 150px;
}

.events-table td.buy
{
    width: 65px;
}

.press-table
{
    border-top: 1px solid #F0F0F0;
}

.press-table td.photos
{
    width: 400px;
}

.press-table td.photos a
{
    float: left;
    margin-right: 10px;
}

.press-table td.photos a img
{
    display: block;
}

.press-table td.pdf
{
    text-align: center;
    width: 150px;
}

.event-details td
{
    padding: 0px !important;
}

.event-details td.image-container
{
    width: 150px;
    padding: 0px 20px 0px 0px !important;
}

.event-details td.image-container img
{
    display: block;
}

.event-details td.details
{
    padding: 0px 0px 0px 0px !important;
}

.event-details td.details h2
{
    border-bottom: 1px solid #CFD7DD;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.event-details td.details .date
{
    color: #999999;
    font-weight: bold;
    margin-bottom: 10px;
}

.event-details td.details .balcon
{
    color: #999999;
    font-weight: bold;
    float: right;
}

.seats-table
{
    margin-bottom: 10px;
    border-top: 1px solid #CFD7DD;
}

.seats-table td
{
    padding: 5px !important;
    border-bottom: 1px solid #CFD7DD;
}

.seats-table td.link
{
    width: 20px;
}

.seats-table td.button img
{
    display: block;
}

.price
{
    width: 65px;
}

a.partners
{
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

#scroll
{
    padding: 10px;
    position: absolute;
    background-image: url(/img/title-background.png);
    margin-top: 100px;
    z-index: 50;
}

#scroll td div
{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

ul.contests
{
    margin: 0px;
}

ul.contests li
{
    margin-top: 10px;
    padding: 0px;
    list-style: square;
}