#primarycontent table.schedule {
    font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
    border: 1px solid #999;
    border-collapse: collapse;
    width: 85%;
}

#primarycontent table.schedule th {
    font-size: 75%;
    color: black;
    background-color: #A9A9A9;
    padding-bottom: .75em;
}

#primarycontent table.schedule th.eventDate {
    font-size: 75%;
    color: black;
    background-color: white;
    padding-bottom: .75em;
    text-align: left;
    padding-left: 1em;
}

#primarycontent table.schedule td {
    font-size: 65%;
    border: 1px solid #CCC;
    text-align: left;
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
}

#primarycontent table.schedule td.timeMain {
    width: 120px;
    text-align: center;
    background-color: white;
}

#primarycontent table.schedule td.timeSub {
    width: 70px;
    font-size: 60%;
    text-align: center;
    background-color: white;
}

#primarycontent table.schedule td.eventLabel {
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 75%;
    background-color: #E2E2E2;
}