a            { text-decoration: none }
h1>a:link, h2>a:link, h1>a:visited, h2>a:visited { color: #283 }
a:link       { color: #263; background-color: transparent }
a:visited    { color: #253; background-color: transparent }
a:hover      { color: #0000FF; background-color: transparent }
a.special    { color: #009955; background-color: transparent }

body { background-color: white }
table.schedule { background-color: #FFFFF0; width: 100% }
table.schedule td, table.schedule th { font-family: Verdana, Trebuchet, Helvetica, Arial }

table.schedule td.specialrow { text-align: center }
table.schedule tr.week_even td:first-child {text-align: right; width: 0%}
table.schedule tr.week_odd td:first-child {text-align: right; width: 0%}
table.schedule tr.week_even td:first-child + td {text-align: right; white-space: nowrap; width: 0%}
table.schedule tr.week_odd td:first-child + td {text-align: right; white-space: nowrap; width: 0%}
table.schedule tr.week_even td { background-color: #dfdfd0 }
table.schedule tr.week_odd td { background-color: #efefe0 }
table.schedule table.index td {background-color: #fffff0}
table.schedule tr.deadline { background-color: #efefe0 }

xtable.schedule tr.exam td:first-child {text-align: center}
xtable.schedule tr.exam td {font-weight: bold; background-color: #a88}
table.schedule tr.exam td {background-color: #a569bd}
table.schedule tr.exam td:nth-child(3) {font-weight: bold}

table.schedule th#topic_heading {width: 40%}
table.schedule th#lecture_heading {padding-left: 1ex; padding-right: 0; margin: 0}

xtable.schedule tr.holiday td {text-align: center; font-weight: bold; background-color: #ffc }
table.schedule tr.holiday td {background-color: #e8daef }

table.schedule .th { background-color: #000066;; font-weight: bold; color: white }
table.schedule th { background-color: #000066;; font-weight: bold; color: white }
table.schedule td.recitation { background-color: #FFF0d0 }
table.schedule td.reading { text-indent: -1em; padding-left: 1em; font-size: 80% }
table.schedule td {padding: 2px 5px }
table.schedule div.section {margin-left: 2em; font-size: 90%}

.titlelike   { color: #034; font-weight: bold }

/* Use this style to highlight changes to problem sets */
.change      { color: #034; background-color: #99CCFF }

div#changes {margin: 0 2em 0 2em; padding: 0 2em 0 2em; float: right; border-style: solid; border-width: 1px}

/* Use this style to highlight HW items appearing in the schedule */
.hw { color: #800000; font-weight:bold }
