/* -------- schedule table -------- */
#schedule {
width: 100%;
margin: 10px auto;
}

/* This handles border options */
#schedule table {
border-top: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
border-collapse: collapse;
}
  
#schedule th {
padding: 5px;
font-size: 90%;
font-weight: normal;
background: #a79b8b url(/images/backgrounds/nav.jpg) no-repeat top 50%;
border-bottom: 1px solid #000;
}

#schedule th, #schedule th a, #schedule th a:link, #schedule th a:visited, #schedule th a:hover {
color: #000;
text-decoration: none;
}

#schedule th a:hover {
text-decoration: underline;
}

#schedule td {
padding: 10px;
font-size: 85%;
font-weight: normal;
}

.sched_even {
border-bottom: 1px solid #000;
}

.sched_odd {
background: #f9f1e4;
border-bottom: 1px solid #000;
}

/* -------- banner -------- */
.banner {
text-align: center;
margin: 10px auto;
padding: 10px;
}