body {
    /*margin: 0;
    padding: 0;*/
}

#maincontainer {
    width: 1400px;
    margin: 0px auto;
    background-color: #FFF;
}

.highlight, .highlightbox {
    width: 600px;
    text-align: center;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #222;
    border: 1px solid #003D5D;
    border-radius: 10px;
}

.highlight h3, .highlightbox h3 {
    font-size: 27px;
    font-weight: normal;
    color: #222;
}

.left {
    float: left;
    margin: 10px;
}

#tables {
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
}

table, tr, td {
    padding: 0px;
    margin: 0px;
    border: 0px none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

table.infotable td, table.infotable th {
    vertical-align: top;
    padding: 4px;
    border: 1px solid #bbbbbb;
}

table.infotable th {
    background-color: #eeeeee;
    text-align: left;
    font-weight:bold;
}

.tdvaluesmall, .tdvaluedate {
    width: 200px;
}

tr.currentWeek, tr.currentDay {
    font-weight: bold;
}

body {
    font-size: 12px;
    font-family: "Lucida Grande", "Verdana", "Bitstream Vera Sans", "Arial", "sans-serif";
    line-height: 22px;
    color: #222;
}
