table.staff {
 border: 2px solid black;
 border-collapse: collapse;
 cell-spacing: 0px;
}
.staff-table:tr:td {
 padding: 10px;
}
tr.staff-prof {
 background-color: #f0fff0;
}
table.staff tr td {
 border: 1px solid black;
 border-bottom: 2px solid black;
 vertical-align: top;
 padding: 3px;
 padding-right: 20px;
}
.staff-ta {
 background-color: #f0f0ff;
}
.staff-sa {
 background-color: #f0f0ff;
}

table.schedule {
 border: 2px solid black;
 border-collapse: collapse;
}

table.schedule tr.header td {
 border: 2px solid black;
 text-align: center;
 text-style: small-caps;
}

table.schedule tr td.hour {
 text-align: center;
}
table.schedule tr.hour td.hour {
 font-size: 16px;
}
table.schedule tr.half-hour td.hour {
 color: #737373;
 font-size: 12px;
}

table.schedule tr.hour td {
 border-top: 1px solid black;
 border-bottom: 1px solid #cccccc;
 border-right: 2px solid black;
}
table.schedule tr.half-hour td {
 border-bottom: 1px solid black;
 border-right: 2px solid black;
}

table.schedule tr td.lecture {
 text-align: center;
 padding: 2px;
 background-color: #fff0f0;
 border: 2px solid black;
}

table.schedule tr td.lab {
 text-align: center;
 padding: 2px;
 background-color: #f0fff0;
 border: 2px solid black;
}

table.schedule tr td.office {
 text-align: center;
 padding: 2px;
 background-color: #f0f0ff;
 border: 2px solid black;
}
