/**************************************************

    ORIGINALLY BY ALISTAPART.ORG
    MODIFIED BY 76DESIGN
    
    Precious Printing.
    */
    
BODY {

    background: white;
    font: 9pt Arial, Helvetica, sans-serif;
    color: #000;
   }
   
*{ 
    overflow: visible !important;
    float: none;
    }    
    
   
#main{
    height: 100%;
    }
   
#wrapper{
    width: 100%;
    }
   
   
#page-header{
    border: none;
    }

#top-nav,
#rightcolumn,
#choose-timezone,
#footer,
form{
    display: none;
    }
    
h1{
    text-align: center;
    margin: 0 0 0 0;
    font-size: 22pt;
    }
  
#header{
    margin: 0;
    }
#header-banner{
    height: auto;
    background: none;
    }
#logo{
    display: block;
    margin: 0 0 .3in 0;
    padding: 0;    
    font-size: 12pt;
    border-bottom: solid 2px #ccc;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    position: static;
    width: auto;
    height: auto;
    top: 0; left: 0;
    text-indent: 0;
    overflow: visible;
    background: #fff !important;
}

#broadcast-schedule-table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;  
    margin-top: .5in;
    }

thead th{
    width: 14%;
    border-bottom: solid 3px #666;
    }
thead td{
    border: none;    
    }
tbody th{
    padding: 5px 8px 5px 0;
    border-right: solid 3px #666;
    }

th{
    font-weight: bold;
    text-align: center;
    }
td{
    text-align: center;
    border: solid 1px #ccc;
    vertical-align: middle;
    }
    
    /*
td.sports{
    color: orange;
    }
td.entertainment{
    color: blue;
    }
td.news{
    color: green;
    }
    */
td.news{
    background: #daf398 url(../images/table-news.gif) 0 0 repeat-x;
    }
td.entertainment{
    background: #b3e4ef url(../images/table-entertainment.gif) 0 0 repeat-x;
    }
td.sports{
    background: #ffc076 url(../images/table-sports.gif) 0 0 repeat-x;
    }
    

   
#leftcolumn{
    width: 100%;
    }

