div#banner { text-align: center; }
div#header { text-align: center; }
div#header ul li {
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
}
div#body {
    text-align: center;
}
div#footer {
    text-align: right;
    float: right;
    clear: right;
    width: 25%;
}
a {
    text-decoration: none;
    color: blue;
}
a:hover {
    text-decoration: underline;
}
a.k-url:visited {
    color: blue;
}
table.grid {
    text-align: center;
}
div#glance {
    text-align: center;
    width: 100%;
    height: 600px;
}
th.current-date {
    background-color: yellow;
}
td.future {
    background-color: white;
}
td.field-on {
    background-color: blue;
}
td.field-off {
    background-color: red;
}

table.key-value {
    margin:10px auto;
}

table.key-value th { 
    white-space:nowrap;
    text-align: right;
    padding: 5px;
    vertical-align: top;
}

table.key-value thead th {
    text-align:left;
}

table.key-value td { 
    padding: 5px;
    vertical-align:bottom;
}

table.key-value td p { 
    margin-top: 0px;
}