﻿#Main table.PlayerContainer 
{
    height: 350px;
    width: 640px;
    margin: 0 auto;
    text-align: left;
}
td.PlayerContainer 
{
    text-align: center;
    vertical-align: middle;
}

.Title 
{
    float: left;
    margin: 0 !important;
}
.Title q
{
    font-weight: bold;
    color: #407264;
}

.VideoLinks 
{
    display: none;
}
#ELBLinks 
{
    display: block !important;
}

.PlayerContainer label 
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.Details 
{
    text-align: right;
}
.Details a {
    text-decoration: none;
    font-weight: bold;
}
.Details .Award 
{
    font-weight: bold;
}
.Details .Producers 
{
    display: block;
    
    width: 70%;
    float: right;
}
.Details .From 
{
    float: right;
    clear: both;
    font-style: italic;
    width: 100%;
}
.Details .City:before 
{
    content: " - ";
}


#Side a.Disabled,
#Side a.Disabled:hover,
#Main a.Disabled,
#Main a.Disabled:hover
{
    color: #407264;
    background-image: none !important;
}


/*
** Adjust min. height so bottom of preview chooser 
** isn't covered by footer.
*/
#Main 
{
    height: auto !important;
    min-height: 500px;
    height: 500px;
}


#Side .Preview 
{
    padding: 5px;
}

#Side .Previews h3 
{
    margin: 1em 10px 0;
}

#Side .Preview h4
{
    float: right;
    width: 50%;
    margin: 1em 0;
    text-transform: none;
    font-weight: normal;
    text-indent: -.5em;
}
#Side .Previews .HR
{
    display: none;
}
#Side .Preview .Details 
{
    margin: 4px;
    width: 64px;
    height: 64px;
    position: relative;
    
    overflow: hidden;
}
#Side .Preview .Details .Corners 
{
}
#Side .Preview a.Image
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: silver;

    z-index: 1;
        
    overflow: hidden;
}
#Side .Preview a img 
{
    display: block;
    height: 64px;
    left: -10px;
    cursor: pointer;
}
#Side .Preview .Details p 
{
    margin: 0px;
    font-size: 11px;
    line-height: 1.3em;
    
    display: none;
}
#Side .Preview .Details a.Bulleted 
{
    margin-left: 10px;
}

#Side .Previews h4
{
    clear: both;
}