/*
###############
Link Properties
###############
*/
a:link {
color: black; 
text-decoration: none;
}

a:visited {
color: white; 
text-decoration: none;
}

a:hover {
color: black; 
text-decoration: underline;
}

a:active {
color: black; 
text-decoration: none;
}

/*
###########################
Global Properties
 -look the same everywhere
###########################
*/

body {
color: #000000;
margin-left: 29px;
background-image: url(graphics/background2_bw.gif);
}

table {
font-family: verdana;
font-size: 11px;
    }
    
ul.menu{
    list-style-type: none;
    color:#70372c;
    margin-left: 35%;
    padding-left: 0px;
    text-align: left;
    }
    
tr.nav {
    text-align: center;
    }
    
li {
    list-style-type: none;
    line-height: 140%;
    }

.center {
    text-align: center;
    }
    
.strike {
    text-decoration: line-through;
    }
    
img {
    border: 0px;
    }    
       
/*
################
Specific Classes
################
*/

/* Class for the footer at the bottom of the page containing disclaimer */
.footer {
    width:573px;
    height:20px;
    }
    
.footer p{    
    margin-left: 15px;
    margin-right: 15px;
    }
 
/* Class for the sets page. Used only to format the list */
.sets li{
line-height: 110%;
margin-bottom: 5px;
list-style: square inside;
}  
    
/* Class to format the news columns in the sidebar */    
ul.news{
    list-style-type: none;
    line-height: 180%;
    text-align: center;
    margin-left: 0;
    padding: 5px;
    font-size: 85%;
    }
    
.news li{
    margin-bottom: 10px;
    }
    
.date {
    font-size: 75%;
     }
/* Class to format a link to go back to a different page */     
 .back {
     margin-top: 40px;
     text-align: center;
     }
     
.guide {
     padding:5px;
     text-align:center;
     margin-left: auto;
     margin-right: auto;
      }

/* Class to format graphics pages, specifically their tables */
.graphics {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    }
    
.graphics td{
    padding-top: 20px;
    padding-left: 10px;
    }
    
.graphics {
    font-family: verdana, serif;
    font-size: 10px;
    text-align: center;
    }

/*
  #####################
    EPISODE FORMATTING
  #####################
*/
    
.special {
    border: 2px solid black;
    background-color: white;
    padding: 5px;
    }
    
.episode {
    line-height: 120%;
    background-color: #ffe4c4;
    color: black;
    }
    
.episode .bw{
    background-color: #B0B0B0;
    color: black;
    border-bottom: 4px solid black;
    border-top: 4px solid black;
    }
    
.episode p {
    margin-top: 20px;
    font-size: 12px;
    }
.episode ul{
    padding: 10px;
    border: 2px solid black;
    background-color: #B0B0B0;
    color: black;
    }
    
.creditclass {    
    padding: 10px;
    border: 2px solid white;
    background-color: #6C2B16;
    color: white;
    }
    
.italics {
    font-style: italic;
    }
    
.italics em{
    font-weight: bold;
    }
    
.disclaimer p {
    font-size: 80%;
    }
/*
##########################
END OF EPISODE FORMATTING
##########################
*/


/* Class to format the tvguide blurbs */
.tvguideblurb table tr td p{
    font-size: 10px;
    padding: 3px;
    }
.tvguideblurb table tr td h3 {
    text-align: center;
    }