﻿body
{
   padding: 2px 0px 0px 0px;
   margin: 0px;
   color: #444444;
   font-family: Arial;
   font-size: 14px;
   background-image: url(../images/Embed/background.gif);
   background-repeat: no-repeat;
   background-position: 0px -8px;
   background-color: #ffffff;
}


#sortbyWrapper
{
}
#sortbyWrapper ul
{
   margin: 0px;
   padding: 0px;
   text-align: center;
}
#sortbyWrapper li
{
   float: left;
   font: 13px/1.22 arial, helvetica, clean, sans-serif;
   font-size: 12px;
   list-style-image: none;
   list-style-type: none;
   margin: 0px;
   margin-right: 1px;
   text-align: center;
}
#sortbyWrapper li a
{
   float: left;
   color: #fafafa;
   font-size: 14px;
   outline-color: invert;
   outline-style: none;
   outline-width: medium;
   padding:4px 8px 4px 8px;
   text-decoration: none;   
   margin-top: -4px;
   
}

#sortbyWrapper li a.selected
{
   background: #a1a1a2;
   font-weight: 700;
}

#sortbyWrapper li a:hover
{
   background: #a1a1a2;
}

#pagination1
{
   position:absolute;
   top: 2px;
   right: 10px;
   text-align: right;
}

#pagination2
{
   float: right;
   margin-right: 10px;
   margin-top: 1px;
   text-align: right;
}

#pagination2
{
   margin-top: 32px;
}

#pagination1 .paginglabel, #pagination2 .paginglabel
{
   color: #888;
   font-weight: 700;
}

#pagination1  img, #pagination2 img
{
   border: none;
}



.clear
{
   clear: both;
}

#Content
{
   margin-top:16px;
   padding-top: 12px;
}


#EmbedMenu
{
  position:relative;
  color: #888888;
  font-family: Arial;
  font-size: 14px;
  padding-left: 16px;
  margin-top: 20px;
  margin-bottom: 8px;
}

#EmbedMenu div
{
  top: 0px;
  left: 0px;
  padding: 4px 0px 4px 0px; 
}

#EmbedMenu a
{
  top: 0px;
  position: absolute;
  display:block;
  color: #888888;
  text-decoration: none;
  padding: 4px 8px 4px 8px;
}

#EmbedMenu a:hover
{
  color: #ffffff;
  font-weight: bold;
  background-color: #cccccc;
}

#EmbedWatchShowsLink
{
   left: 62px;
}

#EmbedEarnCreditsLink
{
   left: 170px;
}

#List
{
   text-align: left;

   width: 631px;
   margin-right: auto;
   margin-left: auto;
   background-color: #ffffff;
}

.thumbnailList a
{
   color: #666666;
   text-decoration: none;  
}

.thumbnailList .panelShowName {
   display: block;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #666666;
   line-height: 20px;
   margin-left: 8px;
   margin-top: 8px;
   margin-bottom: 2px;
   padding-top: 7px;
   padding-bottom: 2px;
}

.thumbnailList .panelHeader 
{
   position: relative;
}

.thumbnailList .panelMoreLink 
{
    position: absolute;
    right: 16px;
    top: 6px;
    font-weight: bold;
    cursor: pointer;
}



h3 {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 18px;
   color: #666666;
   line-height: 20px;
   margin-left: 8px;
   margin-top: 8px;
   margin-bottom: 2px;
   padding-top: 7px;
   padding-bottom: 2px;
}

.thumbnailList
{
   background:url(../images/Embed/list_bg.gif) no-repeat left top;
   position:relative;
   clear: left;
}

.thumbnailList a
{
   color: #666666;
   text-decoration: none;  
}

.thumbnailList a:hover
{
   color: #557f97;
}

.thumbnailList .right
{
	display:block;
	position: relative;
	background:url(../images/Embed/list_bg_right.gif) no-repeat right top;
}

#PopularVideosPanel
{
    min-height: 250px;
}

#VideoGroupPanel, #VideoPanel, #FeaturedVideosPanel, #PopularVideosPanel
{
	background-color: #ffffff;
	line-height: .85em;
	margin-bottom: 20px;
}

a.Video
{
   position: relative;
   height: 206px;
   width: 126px;
   cursor: pointer;
   float: left;
   text-decoration: none;
   color: #000000;
   padding: 15px;
   margin: 6px 0px 8px 0px;
}

a.Selected .VideoThumbnailHolder
{
   border: 2px solid #3333cc;
}

a.Video:hover .VideoThumbnailHolder
{
   border: 2px solid #557f97;
}

.VideoThumbnailHolder
{
   border: 2px solid #ffffff;
   top: 12px;
   left: 12px;
   width: 122px;
   height: 92px;
   position: absolute;
   background-image: url(../images/common/thumbnailPlaceholder.png);
   background-position: center center;
   background-repeat: no-repeat;
   display: block;
}

.VideoThumbnail
{
   border: none;
   margin-bottom: 2px;
   width: 120px;
   height: 90px;
   position: relative;
   display: block;
}

.VideoPlayOverlay
{
   position: absolute;
   width: 16px;
   height: 16px;
   top: 86px;
   left: 116px;
   background: transparent url(../images/Common/play_btn_overlay.gif) no-repeat top left;
   display: block;
}

a.Video .VideoName
{
   color: #444444;
}

.VideoPoints
{
   width: 118px;
   padding: 2px 0px 0px 0px;
   border-top: 2px solid #efefef; /*#dedeff;*/
   font-size: 11px;
   color: #54a6d6;
   position: absolute;
   left: 15px;
   bottom: 14px;
   display: block;
}

.VideoInfo {
   display: none;
   position: absolute;
   top: -62px;
   left: -2px;
   z-index: 500;
}

.ShowName
{
    color: black;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 2px;
    margin-top: 4px;
    display: block;
}

.VideoName
{
    color: rgb(102, 102, 102);
	font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 2px;
    margin-top: 4px;
    display: block;
}

.SeasonInfo
{
    color: #557f97;
    font-size: 11px;
    line-height: 14px;
}

.DurationInfo
{
    font-size: 11px;
    line-height: 18px;
    display: block;
    color: #557f97;
}

.AirInfo
{
    font-size: 11px;
    display: block;
    color: #557f97;
}
