body {
    color: #000000;
    background-color: #ffffff;
}

a {
    color: #0000ff;
}

a:active {
    color: #000000;
}

a:visited {
    color: #0000ff;
}

header {
    height: 75px;
    margin-bottom: 20px;
}

header div.logo-container img {
    float: left;
    border: 0;
}

header div.header-text {
    margin-left: 30px;
    float: left;
    color: #006600;
    font-size: 1.5em;
    line-height: 75px;
}

header div.clear {
    clear: both;
}

span.incoming {
    color: Green;
}

span.outgoing {
    color: Blue;
}

span.max-incoming {
    color: #006600;
}

span.max-outgoing {
    color: #ff00ff;
}

#legend table > tbody > tr > td.label {
    width: 150px;
}

#details table {
    width: 100%;
}

#details table > tbody > tr > td.label {
    width: 150px;
    vertical-align: text-top;
}

#details table > tbody > tr > td.interfaces {
    text-align: center;
    padding: 10px 0;
}

#details div, #legend div {
    margin: 2px 4px;
}

#legend div.label {
    text-align: right;
    font-weight: bold;
}

#graphs img {
    margin: 10px 0;
    border: 2px outset #999999;
    width: 597px;
    height: 190px;
}
