﻿#Player 
{
}
#Main 
{
    text-align: center;
}
table.PlayerContainer 
{
    xborder: solid;
    xwidth: 100%;
    height: 350px;
    margin: 0 auto;
    text-align: left;
}
td.PlayerContainer 
{
    text-align: center;
    vertical-align: middle;
}

.NowPlaying 
{
    float: left;
    margin: 0 !important;
}
.NowPlaying q
{
    font-weight: bold;
    color: #407264;
}

.VideoLinks 
{
    display: none;
}
#ELBLinks 
{
    display: block !important;
}

.PlayerContainer label 
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.BandwidthOptions 
{
    text-align: right;
}
.BandwidthOptions a {
    text-decoration: none;
    font-weight: bold;
}

#Side a.Disabled,
#Side a.Disabled:hover,
#Main a.Disabled,
#Main a.Disabled:hover
{
    color: #407264;
    background-image: none !important;
}
#Main a 
{
    padding-left: .5em;
    padding-right: .5em;
}


/*
** Adjust min. height so bottom of preview chooser 
** isn't covered by footer.
*/
#Main 
{
    height: auto !important;
    min-height: 500px;
    height: 500px;
}
#Side 
{
    xborder: 1px dotted;
}
#Footer 
{
    xborder: 1px dotted;
}


#Side .Preview 
{
    width: 70px;
    height: 70px;
    
    padding: 5px;
    float: left;
    
    xborder: 1px solid red;
}

#Side .Preview h3,
#Side .Preview .HR
{
    display: none;
}
#Side .Preview .Details 
{
    xpadding-bottom: 10px;
    xpadding-left: 5px;
    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;
    xborder: 2px dotted orange;
}
#Side .Preview a img 
{
    display: block;
    height: 64px;
    xposition: relative;
    left: -10px;
    cursor: pointer;
    
    xdisplay: none;
}
#Side .Preview .Details p 
{
    margin: 0px;
    font-size: 11px;
    line-height: 1.3em;
    
    display: none;
    
    xborder: 1px dotted;
}
#Side .Preview .Details a.Bulleted 
{
    margin-left: 10px;
}

