/* lecture notes and homework style sheet */

/* header */

#notesHeader, #homeworkHeader, #labHeader {
font-family: arial, sans-serif;
font-size: medium;
border-top: thick solid #666699;
border-bottom: thick solid #666699;
}

.specificTitle {
text-align: left;
}

#labHeader h1 span.specificTitle {
font-family: serif;
font-size: x-large;
}

.generalTitle {
position: absolute;
right: 10px;
}

#labHeader h1 span.generalTitle {
font-family: serif;
position: static;
font-size: x-large;
}

/* body */

#notesBody img, homeworkBody img {
float: right;
padding: 10px 10px 10px 20px;
}

#notesBody img.inlineImage {
float: none;
display: inline;
padding: 2px;
vertical-align: middle;
}

div.footnotes {
border-top: thin dashed #666699;
clear: both;
font-size: smaller;
}

table.numberSystem {
empty-cells: show;
border-collapse: collapse;
}

table.numberSystem td {
border: thin solid black;
text-align: center;
}

table.numberSystem td.header {
font-weight: bold;
}

table.numberSystem td.pos4 {
width: 80px;
}

table.numberSystem td.pos8 {
width: 80px;
}

table.numberSystem td.baseValue {
width: 160px;
}






