/**
 * This theme as been written by Aide Florent <faide@alphacent.com> and
 * Mélanie Gareau <melanie.gareau@ville-gennevilliers.fr>
 *
 * The theme idea was to incorporate smoothly in the intranet.
 * This theme is published under the same license as the horde package.
 *
 * The name comes from the city of Gennevilliers in France
 *
 * $Horde: horde/themes/gennevilliers/screen.css,v 1.5.6.3 2005/10/18 11:34:13 jan Exp $
 */

body {
    background: #006363;
    scrollbar-base-color: #63b5b5;
    scrollbar-arrow-color: #63b5b5;
}
html {
    scrollbar-base-color: #63b5b5;
    scrollbar-arrow-color: #63b5b5;
}
a {
    color: #122eba;
}
a:hover {
    color: #122eba;
}
a.widget {
    color: #000;
}
a.widget:hover {
    color: #fff;
}
.header, .smallheader, a.smallheader {
    color: #fff;
    background: #63b5b5;
}
.button {
    color: #fff;
    background: #418e8e;
    border-bottom: thin solid #605959;
    border-right: thin solid #605959;
    border-top: thin solid #cecece;
    border-left: thin solid #fff;
}
.selected {
    background: #63b5b5;
}

/* Menu styles. */
#menu {
    color: #fff;
    background: #63b5b5;
}
#menu a {
    color: #fff;
}
#menu a.current {
    background: #418e8e;
    color: #fff;
}

/* Sidebar styles. */
#sidebarPanel {
    background: #63b5b5;
}
#sidebarPanel span, #sidebarPanel a {
    color: #fff;
}
#sidebarPanel a:hover {
    color: #fff;
}

/* Preferences overview. */
.prefsOverview h2 {
    color: #fff;
}
