/*
 * File: syllabus.css
 * Creator: George Ferguson
 * Created: Wed Dec  7 11:34:43 2011
 * Time-stamp: <Wed Dec  7 14:32:34 EST 2011 ferguson>
 */

table.syllabus {
    width: 100%;
    border: 1 px solid black;
    border-collapse: collapse;
}

table.syllabus tr.header {
    background: #7fa2c0;	/* UR blue @ 50% (127, 162, 192) */
}    

table.syllabus tr.even {
    background: #bfd1df;	/* UR blue @ 25% (191, 209, 223) */
}

table.syllabus tr.odd {
    background: white;
}

table.syllabus th,
table.syllabus td {
    border: 1 px solid grey;
    padding: 0.25em;
}

/* Mozilla & Safari don't handle align on col or colgroup, so... */
table.syllabus tr td:first-child,
table.syllabus tr td:first-child+td,
table.syllabus tr td:first-child+td+td {
    text-align: center;
}
