﻿body
{
    background-color:#005DA7;
    *text-align:center;
    color:#746c5a;
    font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size:10px;
    font-weight:bold;
}

.OuterContentWrapper
{
    background-image:url('/catalog/images/bgTigers.gif');
    margin:auto auto;
    width:985px;
    *width:987px;
}

.InnerContentWrapper
{
    margin:auto auto;
    *text-align:left;
    border:solid 3px #cc6600;
}

#tabs
{
    background-color:White;
}

img.Close
{
    vertical-align:bottom;
}

.SelectableItem, img.epRemove, img.MoveUp, img.MoveDown, .ImageButton
{
    cursor:pointer;
}

.SelectableImage
{
    width:80px;
    height:55px;
}

.SelectableImage, .BrownBorder
{
    border:solid 2px #e2d6bf;
}

.SelectableItemHover div.SelectableText
{
    color:#cc6600 !important;
}

.SelectableItemHover img.SelectableImage
{
    border:solid 2px #cc6600 !important;
}

.ScrollableLeftContentDiv
{
    height:310px;
    overflow-y:auto;
    overflow-x:hidden;
    width:100%;
    position:relative;
}

.HeaderCaption img
{
    vertical-align:middle;
}

div.ui-tabs ul li a img
{
    vertical-align:middle;
    border:none;
}

.HeadingText
{
    font-size:1.1em;
}

.CaptionText
{
    font-size:1em;
    /*font-weight:bold;*/
}

.RedText
{
    color:Red;
}

.shHighlight
{
    color:#CC6600 !important;
}

.PlayerLinkBlue, a.PlayerLinkBlue:link, a.PlayerLinkBlue:active, a.PlayerLinkBlue:visited
{
    color:#0099cc;
    text-decoration:underline;
    text-transform:uppercase;
}

.PlayerLinkRed, a.PlayerLinkRed:link, a.PlayerLinkRed:active, a.PlayerLinkRed:visited
{
    color:#ef4139;
    cursor:pointer;
}

a.PlayerLinkBlue:hover
{
    color:#cc6600;
}

#ShowNameWrapper
{
    margin-left:20px;
}

#SeasonsWrapper
{
    margin-left:20px;
    text-transform:uppercase;
}

.buildImg
{
    background-color:white;
    padding:5px;
    margin-top:45px;
    border:solid 3px #cc6600;
    border-right:none;
    border-bottom:none;
}

ul.sideMenu
{
    margin:0;
    padding:0;
    list-style-type:none;
    border:solid 3px #cc6600;
    border-top:none;
    border-right:none;
}

ul.sideMenu li
{
    /*background-image:url('/catalog/images/teal.jpg');*/
    background-color:#3fb4c7;
    border-top:solid 3px white;
    cursor:pointer;
    text-align:left;
}

ul.sideMenu li img
{
    margin-left:5px;
    padding:5px;
    border:none;
}

#spanSeasonsList ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}

#spanSeasonsList ul li
{
    display:inline;
    padding-right:5px;
}

.ShowItem
{
    height: 109px;
}

.EpisodeItem 
{
    height: 109px;
}

.EpisodeImageWrapper
{
    margin-top:2px;
    position:relative;
}
.ImageRating
{
    /*background-color:White;
    font-size:1em;
    padding:0px 2px 0px 2px;*/
    position:absolute;
    top:19px;
    right:33px;
}

.ContentSubHeader
{
    text-align:left;
    margin:10px;
}

.SortableTable tbody tr td
{
    border-top:solid 1px #e2d6bf;
    padding:2px;
}

.SortableTable thead tr th
{
    text-align:left;
}

td.epSort
{
    text-align:center;
}

.Row
{
}

.AlternatingRow
{
    background-color:#f5ead4;
    /*background-image:url('/catalog/images/b1.gif');*/
}

#tbMyDVDs tr.AlternatingRow td
{
    border-top:solid 1px #e2d6bf;
}

.popup
{
    background:white none repeat scroll 0 0 !important;
}

.OrangeContentText
{
    text-align:left;
    color:#cc6600;
}

#player
{
    text-align:center;
    width:425px;height:300px;
}

#popDescription
{
    margin:5px;margin-bottom:10px;
}

.StandardTextBox
{
    width:350px;
}

.TopMargin
{
    margin-top:10px;
}

.BottomMargin
{
    margin-bottom:10px;
}

.FullMargin
{
    margin:10px;
}

.Center
{
    text-align:center;
}

.PreviewImage
{
    width:314px;
    height:314px;
    background-image:url('/catalog/images/white.gif');
}

input.SavedDVD
{
    margin:8px;
}

.BrownBackground
{
    background-color:#f5ead4;
}

.RightDashedBorder
{
    border-right:dashed 2px #e2d6bf !important;
}

.FunBrownBorder
{
    border-top:double 3px #e2d6bf !important;
}

.TopBrownBorder
{
    border-top:solid 1px #e2d6bf !important;
}

.RightBrownBorder
{
    border-right:solid 1px #e2d6bf;
}

.BottomBrownBorder
{
    border-bottom:solid 1px #e2d6bf;
}

#divPie
{
    width:106px;
    height:106px;
    background-image:url('/catalog/images/pie2.gif');
}

.SelectedMenu
{
}

/* Begin jQuery Style overrides */
.ui-widget
{
    font-size:1em;
}

.ui-widget-content
{
    background:none;
    border:none;
}

.ui-widget-header
{
    background:none;
    border:none;
}

.ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; }
.ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; }
.ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; }
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }

.ui-state-default, .ui-widget-content .ui-state-default
{
    border: none;
    background:none; 
}

.ui-state-active, .ui-widget-content .ui-state-active
{
    border:none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus
{
    background: none;
}

.ui-dialog-titlebar
{
    display:none;
}

.ui-tabs 
{
    padding:0em;
}

.ui-tabs .ui-tabs-panel
{
    padding:0 0;
}

.ui-tabs .ui-tabs-nav li
{
    margin:0 0.2em 0px 0;
}

.ui-tabs .ui-tabs-nav li a 
{
    margin-left:15px;
    margin-right:15px;
}

#liTabBuild a 
{
    margin-left:-2px;
}

.ui-widget-content
{
    color:#746c5a;
}

.LeftAlign
{
    text-align:left;
}

.CloseButton
{
    vertical-align:top;margin-top:20px;
}
