﻿body
{
    padding: 0px;
    margin: 0px;
    background-position: center top;
    background-image: url('../images/sftv-background.jpg');
    background-color: Black;
    font-family: 'Courier New' , Courier, monospace;
    font-size: 16px;
    color: #333333;
    background-repeat: no-repeat;
}

body a
{
    text-decoration: none;
    color: #e6e6e6;
}

body a:hover
{
    text-decoration: underline;
    color: #CCCCCC;
}

.videoLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.videoLink a
{
      color: #e6e6e6;
      text-decoration: none;
}

.videoLink a:hover
{
      color: #FFFFFF;
      text-decoration: underline;
}

#videoPlayerSD
{
    background-position: center top;
    background-image: url('../images/SD-Player-BG.png');
    width: 969px;
    height: 569px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    text-align: left;
    background-repeat: no-repeat;
    padding-top: 0px;
}

#videoPlayerSDNav
{
    position: relative;
    top: 100px;
    left: 180px;  
     
}

.videoPlayerSDNavLayer
{
    padding: 4px;
    background-image: url('../images/nav-background.jpg');
    border: 1px solid #808080;
    width: 200px;
    min-height: 370px;
}

#videoPlayerSDInner
{
    margin-left: 175px;
    padding-top: 100px;
}

.SDVideoInformationPanel
{
    background-color: #000000;
    color: #FFFFFF;
    width: 100%;
    visibility: hidden;
	display:none;
}

.SDVideoCategoryNavigationPanel
{
    color: #FFFFFF;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    
}

.SDVideoNavInfoPanel
{
    position: absolute;
    top: 0px;
    width: 390px;
    height: 330px;
    display: none;
    margin-left: 225px;
    color: White;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    /* for IE */
    filter:alpha(opacity=85);
    /* CSS3 standard */
    opacity:0.85;
  }

}

#SDViewLink
{
    height: 33px;
}

#SDVideoNavigation
{
   
   margin-top: 50px;
   width: 600px;
   overflow: hidden;
   margin-left: auto;
   margin-right: auto;

}

.videoPlayerHD
{
    background-position: center top;
    background-image: url('../images/HD-Player-BG.png');
    width: 1273px;
    height: 738px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    background-repeat: no-repeat;
}

#videoPlayerHDInner
{
    margin-left: 124px;
    padding-top: 135px;
}

#HDViewLink
{
    height: 33px;
}

#HDVideoNavigation
{
    margin-top: 0px;    

}

.theateraccordianHeader
{
    font: bold 11px auto "Trebuchet MS" , Verdana;
    font-size: 11px;
    cursor: pointer;
    padding: 2px;
    margin-top: 3px;
    color: #808080;
}

.theateraccordianHeaderSelected
{
    font: bold 11px auto "Trebuchet MS" , Verdana;
    font-size: 11px;
    cursor: pointer;
    padding: 2px;
    margin-top: 3px;
    color: #FFFFFF;
}

.theateraccordionContent
{
    font: normal 10px auto Verdana, Arial;
    border: 1px gray;                
    padding-left: 10px;
    padding-top: 7px;
}

.theateraccordionContent a
{
    color: #e6e6e6;
}

.theateraccordionContent a:hover
{
    color: #CCCCCC;
}

.TheaterHome
{
       
}

.TheaterHome a
{
    
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-position: center top;
    background-image: url('../images/SF-Home-BG.png');
    background-repeat: no-repeat;
    
}

.TheaterHome a:hover
{
     background-position: center -60px;
    background-image: url('../images/SF-Home-BG.png');
    background-repeat: no-repeat;
    text-decoration: none;
    
}

.VidaDelMarNav a
{
   
    padding-left: 100px; 
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center top;
    background-image: url('../images/Cat-Vida-Del-Mar-BG.jpg');
    background-repeat: no-repeat;
}

.VidaDelMarNav a:hover
{
   background-position: center -85px;
    background-image: url('../images/Cat-Vida-Del-Mar-BG.jpg');
    background-repeat: no-repeat;
}

.TackleBoxNav a
{
   
    padding-left: 80px; 
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center top;
    background-image: url('../images/Cat-Tackle-Box-BG.jpg');
    background-repeat: no-repeat;
}

.TackleBoxNav a:hover
{
   background-position: center -86px;
    background-image: url('../images/Cat-Tackle-Box-BG.jpg');
    background-repeat: no-repeat;
}

.OuttakesNav a
{
   
    padding-left: 65px; 
    padding-right: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center top;
    background-image: url('../images/Cat-Outtakes-BG.jpg');
    background-repeat: no-repeat;
}

.OuttakesNav a:hover
{
   background-position: center -89px;
    background-image: url('../images/Cat-Outtakes-BG.jpg');
    background-repeat: no-repeat;
}

