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

body {
    background: #446;
}
a {
    color: #339;
}
.header {
    color: #cce;
    background: #446;
}
.smallheader {
    color: #cce;
    background: #446;
}
.button {
    /*background-image: url(graphics/menu.png);*/
}

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

/* Sidebar styles. */
#sidebarPanel {
  -moz-border-radius-bottomright: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  background: #eee;
  white-space: nowrap;

  //background-color: #446;
}
#sidebarPanel a:hover {
    color: yellow;
}
