body {
    font-family : sans-serif;
    width: 780px;
    margin: 0px auto;
    align: center;
}

#header {
    vertical-align: middle;
    font-size: 1.5em;
    font-weight: bold;
}

#header-image {
    width: 203;
    height: 163;
}

hr {
    background-color: #99BADD;
    height: 2;
    border: 0;
}

h3 {
    font-size: 1.25em;
    font-weight: bold;
}

#book-cover-div {
    float: left;
}

#book-cover-img {
    width: 180;
    height: 200;
}

#info-div {
    margin-left: 200px;
}

.centered-table div:nth-child(even) {
    margin-left: 110px;
    margin-bottom: 3px;
}

.centered-table div:nth-child(odd) {
    float: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    margin-right: 10px;
}

#schedule {
    width: 770px;
    border-collapse: collapse;
//    font-size: .75em;
}

#schedule thead {
    background-color: #99BADD;
}

#schedule td, #schedule th {
    border: 1px solid black;
    padding: 5px;
}

// #schedule tr:nth-child(even) {
//     background-color: #E7F0FF;
// }

dt {
    font-size: 1em;
    text-decoration: underline;
}

.warning {
    color: #990000;
    font-weight: bold;
}

#schedule .duedate {
    color: #AA0000;
    font-weight: bold;
}

#schedule .examday {
    background-color: #FFCCCC;
    text-align: center;
    font-weight: bold;
}

#schedule .holiday {
    background-color: #CCCCCC;
    text-align: center;
    font-weight: bold;
}

.footnote {
    font-size: .75em;
}

#schedule .tba {
    font-style: italic;
    text-align: center;
}

.replace {
    color: #000099;
    font-weight: bold;
    font-style: italic;
}

#schedule .labday {
    background-color: #E0F0FF;
}

#schedule .weekendbreak {
    height: 2px;
}

.menu 		{ color: #1166BB;  font-size: 16px; height: 32px; word-spacing: normal; line-height: 100%; margin: 5px; background-color: #99BADD;}
.menu a 	{ color: #1166BB; text-decoration: none; }
.menu a:hover 	{ color: #ffffff; text-decoration: none; }


a 		{ color: #1166BB; }
a.posted 	{ text-decoration: underline; }
a.notposted 	{ text-decoration: none; color: #C0D0E0; }

.space500	{ margin-top: 500px; }
.indent20	{ margin: 20px; }

.uncfont		{ color: #99BADD; font-size: 18px; font-style: oblique; margin-right: 20px;}
.uncfont a      	{ color: #99BADD; text-decoration: none; }
.uncfont a:hover	{ color: #1166BB; text-decoration: none; }

.PageLayout	{width: 800;}
.PageBanner	{height: 100px;}
.loginStatus	{color: #000000; background-color: #99BADD;}
