/**
 * $Horde: horde/themes/lightblue/screen.css,v 1.8.6.1 2005/10/18 11:34:19 jan Exp $
 */

body {
    background: #b0d0f1;
}
a {
    color: #339;
}
.header {
    color: #fff;
    background: #6ba5de;
}
.smallheader {
    color: #fff;
    background: #6ba5de;
}
.button {
    background-image: url(graphics/menu.png);
}

/* Menu styles. */
#menu {
    color: #fff;
    background-color: #6ba5de;
    background-image: url(graphics/menu.png);
}
#menu a.current {
    background: #b0d0f1;
}

/* Sidebar styles. */
#sidebarPanel {
    background-color: #b0d0f1;
}
#sidebarPanel a:hover {
    color: yellow;
}
