body {
    margin: 0;
    padding: 0;
    background-color: #336699;
}

.header {
    width: 100%;
    height: 64px;
    background: url(/images/top-bg.gif) repeat-x;
}

#welcome {
    width: 200px;
    height: 38px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    text-decoration: none;
    line-height: 38px;
    float: right;
}

#login_button {
    width: 86px;
    height: 32px;
}

#logout_button {
    margin-top: 6px;
    width: 60px;
    height: 32px;
    line-height: 32px;
    float: right;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: blue;
}

/* Grey Table */
table.grey {
    border-collapse: collapse;
    border: 1px solid #cdcdcd;
    border-top: none;
}

table.grey th {
    color: #000;
    font-size: 12px;
    text-align: center;
    height: 28px;
    border: 1px solid #cdcdcd;
    background: #fafafa;
}

table.grey td {
    font-size: 12px;
    padding: 3px;
    border: 1px solid #cdcdcd;
}

table.grey tfoot td {
    cursor: default;
}

table.grey td.left {
    text-align: left;
}

table.grey td.center {
    text-align: center;
}

table.grey td.right {
    text-align: right;
}

table.grey td.hover {
    background-color: #ecf4fd;
}

table.grey td.selected {
    background-color: #ffff33;
}
