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

#primarycontent table.schedule th {
/*    font-size: 90%;*/
/*    color: white;*/
/*    background-color: #8E0000;*/
    padding-bottom: .75em;
}

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

#primarycontent table.schedule td {
    font-size: 80%;
    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: 80%;
    text-align: center;
    background-color: white;
}

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

#primarycontent table td.timespan {
/*    width: 150px;*/
	width: 170px;
    background-color: white;
	vertical-align: top;
}


#primarycontent table.schedule, #primarycontent table.schedule th.separateboldtop, #primarycontent table.schedule td.separateboldtop {
    border-top: 2px solid #000;
}

#primarycontent table.schedule th.separateboldtopthin {
    border-top: 1px solid #000;
}

#primarycontent table.schedule, #primarycontent table.schedule td.separateboldright {
    border-right: 2px solid #000;
}

#primarycontent table.schedule, #primarycontent table.schedule td.separateboldbottom {
    border-bottom: 2px solid #000;
}

#primarycontent table.schedule, #primarycontent table.schedule td.separateboldleft {
    border-left: 2px solid #000;
}