body {
    background: #effdff url(images/linen_light.jpg);
}

#login-form .box-inner {
    background: rgba(255,255,255,0.7);
}

#login-form td.title {
    color: inherit;
}

#topnav {
    background: linear-gradient(to bottom, #deedf1 0%, #c7e3ef 100%);
}

#topline {
    display: none;
}

#hflight_username {
    float: right;
    padding-right: 1em;
    margin-top: -5px;
}

#mainscreen {
    top: 70px;
}

#mainscreen.offset {
    top: 114px;
}

#taskbar a.button-selected {
    color: #536e75;
    background-color: #b2d4e3;
}

#topnav a {
    color: #536e75;
}

#taskbar .minmodetoggle {
    display: none;
}

#taskbar a.button-logout {
    display: inline-block;
}

#taskbar a.button-logout span.button-inner {
    /* Hide the text. */
    text-indent: 200%;
    white-space: nowrap;
    /*overflow: hidden;*/

    padding-left: 24px;
    width: 1px;
}
