/**
 * $Horde: horde/themes/NeXTgrey/screen.css,v 1.12 2007/03/28 13:57:02 jan Exp $
 */

body {
    background: #e7e7e7;
    /*
    scrollbar-base-color: #660033;
    scrollbar-arrow-color: #660033;
    */
}
html {
  /*
    scrollbar-base-color: #660033;
    scrollbar-arrow-color: #660033;
    */
}
a, a.fixed {
    color: #339;
}
a.widget {
    color: #000;
}
a.widget:hover {
    color: white;
    background: #660033;
}
.header {
    color: #9f9fa0;
    background: #000;
}
.header a {
    color: #9f9fa0;
}
.smallheader {
    color: #9f9fa0;
    background: #000;
}
.light {
    color: white;
}
.button {
    color: #000;
    background-color: #aca9ac;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.selected {
    background-color: #660033;
}

/* Menu styles. */
#menu {
    color: #fff;
    background-color: #660033;
}
#menu h1 {
    color: #000;
}
#menu a {
    color: #fff;
}
#menu a.current {
    background-color: #878787;
    color: #ddd;
}

/* Sidebar styles. */
#sidebarPanel {
    background-color: #999;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
}
#expandButton {
    margin-right: 1px;
}

#themelogo {
    background-image: url("graphics/rol_img0.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 140px;
}

/* Tab styles. */
.tabset li.activeTab a, .tabset li.activeTab a:hover {
    border-bottom: 1px solid #660033;
    background-color: #660033;
}
.tabset li a:hover {
    background-color: #878787;
}

/* Table of Contents */
ul.toc li {
    border-bottom:dashed 1px #660033;
}
ul.toc a, ul.toc span, ul.toc div {
    background:#e7e7e7;
}

