ul#navlist
{
margin-left: 0;
margin-bottom:0;
padding-left: 0;
padding-top: 5px;
padding-bottom: 5px;
white-space: nowrap;
background-color: #000;
border-bottom:#fff solid 1px;  
border-top:#fff solid 1px;  
}

#navlist li
{
display: inline;
list-style-type: none;
font-size:large;
padding-left:0;
padding-right:0;


}

#navlist a { 
padding: 5px 11px 5px 11px;
font-family:Helvetica;
border-left:#fff solid 1px;

}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #000;
text-decoration: none;
}

#navlist a:hover
{
color: #000;
background-color: #057686;
text-decoration: none;
}

 .miniSchedule{
  
    -o-border-radius: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
   /* -webkit-box-shadow: 0px 3px 7px #adadad;*/
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;  
    background-color:#057686;
    margin-left:20px;
    margin-top:10px;
    margin-bottom:10px;    
    border-color:#fff;        
  }
  
  .miniSchedule .headerRow td{
    font-weight:bold;
    font-size:medium;
    padding: 2px 0 2px 0;
    color:#fff;
    text-align:center;
  }
   .miniSchedule .headerRow td a{
    color:#fff; 
    text-decoration:none;
  }
  
  .miniSchedule .headerRow td  a:visited{
      color:#fff; 
    text-decoration:none;
  }
  .miniSchedule .headerRow td.what {
    padding-left:3px;
    text-align:left;
  }
    .miniSchedule .bodyRow td.what {
    padding-left:3px;
    text-align:left;
  }
    .miniSchedule .headerRow td a:hover{
    text-decoration:underline;
  }   

  .miniSchedule .bodyRow td{
    background-color:#fff;
    font-size:small;
    padding: 2px 5px 2px 5px;
  }  
    .miniSchedule .footerRow td {
    background-color:#fff;
    font-size:small;
    padding: 5px 5px 5px 5px;
      text-align:center;
  }  
   .miniSchedule .footerRow td a {
    color:#000; 
    text-decoration:none;
  }
  .miniSchedule .footerRow td a:visited {
    color:#000; 
    text-decoration:none;
  }
    .miniSchedule .footerRow td a:hover {
    text-decoration:underline;
  }  

  .box {
    margin-top: 10px;
    color: #292929;
    width: 432px;
    height: 300px;
    border: 1px solid #BABABA;
    background-color: #ddd;
    font-size: large;
   /* padding-left: 10px;
    padding-right: 10px;
    */margin-left: 20px;
    margin-bottom: 0em;
    -o-border-radius: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
   /* -webkit-box-shadow: 0px 3px 7px #adadad;*/
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  
    .yellowBack{background-color:black;}
 