table#main {
    width: 100%;
}


.header {
    text-align: left;
    width: 100%;
    border-bottom: thin dashed #888;
    padding-bottom: 1ex
}

.seal {
    position: absolute;
    left: 2em;
    top: 2ex;
}

.content {
    border-left: thin dashed #888;
    padding-left: 2em;
    padding-top: 1ex;
    text-align: left;
}

.login {
    text-align: right;
}

.nav {
    text-align: left;
}

.content {
}

th.gray { 
    border-bottom: thin solid #888;
    background-color: #eee;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin: 0px;
}

td.gray {
    padding-top: 8px;
    padding-left: 0.5em;
    
}

.Project {
    color: #fb8;
    font-weight: bold;
}

.Homework {
    color: #fb8;
    font-weight: bold;
}

.Exam {
    color: #f88;
    font-weight: bold;
}

.day {
    text-align: center;
    background-color: #eee;
    padding-right: 0.5em;
    padding-left: 0.5em;
    width: 20%;
}

.past th {
    background-color: #ccc;
}


.present th {
    background-color: #d44;
    color: #fff;
}

.date {
    font-weight: normal;
}

.date th {
    text-align: left;
    font-weight: normal;
    border-bottom: thin solid #888;
}

.date td {
    border-bottom: thin solid #888;
    padding-top: 1ex;
    text-align: left;
}

table.date {
    width: 100%;
    padding-bottom: 1ex;
}

table {
    padding: 4px;
    background-color: #fff;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

h1 {
    color: #000;
    font-size: xx-large;
    text-align: center;
}

h2 {
    color: #000;
    font-size: x-large;
    text-align: left;
}

h3 {
    color: #596;
    font-size: large;
}

.staff td {
    padding-right: 2em;
    padding-top: 1ex;
    border-bottom: thin solid #888;
}

.staff th {
    border-bottom: solid black;
}

a[name] {
    font-weight: bold;
    color: #596;
}

.submission th {
    border-bottom: thin solid #888;
    background-color: #eee;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin: 0px;	
}

.submission td {
    padding-top: 8px;
    padding-left: 0.5em;
    padding-right: 2em;
}

table.standard th {
    border-bottom: thin solid #888;
    background-color: #eee;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin: 0px;	
}

table.standard td {
    padding-top: 8px;
    padding-left: 0.5em;
    padding-right: 2em;
    border: thin solid #ccc;
}

.groups td {
    width: 20%;
}