/*
 * This file is left empty. Any style settings that you wish to apply, overriding
 * the rest of the theme settings, you should define them here.
 */

#schedule
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#schedule td, #schedule th 
{
font-size:1em;
border:1px solid #22316C;
padding:3px 7px 2px 7px;
}
#schedule th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#5D92B1;
color:#ffffff;
}
#schedule tr.alt td 
{
color:#000000;
background-color:#E0EEEE;
}
