body
{
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
}
/* alignments */
.left
{
    text-align: left;
}
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}
/* colors */
.red
{
    color: #ff0000;
}
.gray
{
    color: #888888;
}
/* table */
table.center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
td
{
    font-size: 0.8em;
}
.headleft
{
    text-align: center;
    width: 330px;
}
.headright
{
    text-align: center;
    width: 330px;
}

.status
{
    font-weight:bold;
    font-size:smaller;
}

.widNetworks
{
    text-align: center;
    width: 200px;
}
/* images */
img
{
    border: none;
    text-align: center;
}
.CasLogPic
{
    width: 320px;
    vertical-align: middle;
}
/* episode titles */
pre
{
    margin-left: 2em;
}
/* lists */
ul
{
    list-style-position: inside;
    text-indent: -2em;
}
.lihd
{
    list-style-type: none;
}
.adtxt
{
    font-size: larger;
}
/* background colors for boxes */
.TVmaze
{
    background-color: #87d9f5; /* #3c948b; TVmaze color */
}
.TVMaze
{
    background-color: #87d9f5; /* #3c948b; TVmaze color */
}
.TVRage
{
    background-color: #e5e5e5;
}
.TVcom
{
    background-color: #e0ffff;
}
.linkTXT
{
    background-color: #ddffdd;
}
.linkVID
{
    background-color: #ffffcc;
}
.wid25
{
    width: 25%;
}
.wid50
{
    width: 50%;
}
@media print
{
    .NoPrint
    {
        display: none;
    }

    table#TVHeader
    {
        display: none;
    }

    #Trailers, #recap, .Trailers, .recap, #picnav
    {
        display: none;
    }

}

.big {
	font-size:larger;
}

.small {
	font-size:smaller;
}

#amazon table
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

table#TVHeader
{
    width: 100%;
    background-color: #dfdfdf;
    margin-bottom: 1em;
}

.Trailers, .recap, #Trailers, #recap
{
    background-color: #dddddd;
}

#topnavbar #botnavbar
{
}

#picnav
{
    margin-left:auto; 
    margin-right:auto;
}

.RSS 
{ 
    width:36px; 
    height:14px; 
}      

#blurb
{
    margin-left:2em;
}

#credits a
{
    font-weight:bold;
}

#homenote a
{
    font-style:italic;
}

#amazon img
{ 
    height:160px;
}

/*  for next renapkin-- replaces <pre> 
#eplist
{
    white-space:pre;
    font-family:monospace;
    margin-left:2em;
}
*/