/**
 * $Horde: horde/themes/NeXTgrey/screen.css,v 1.6.6.3 2005/10/18 11:34:10 jan Exp $
 */

body {
    background: #d4d4d4;
	background-image: url(/themes/graphics/indiana1.png);
    scrollbar-base-color: #007b42;
    scrollbar-arrow-color: #007b42;
}
html {
    scrollbar-base-color: #007b42;
    scrollbar-arrow-color: #007b42;
}
a, a.fixed {
    color: #007b42;
}
a.widget {
    color: #000;
}
a.widget:hover {
    color: white;
    background: #ccc;
}
.header {
    color: #9f9fa0;
    background: #007b42;
}
.header a {
    color: #9f9fa0;
}
.smallheader {
    color: #9f9fa0;
    background: #007b4s;
}
.button {
    color: #000;
    background-color: #007b42;
    border-bottom: thin solid #004a28;
    border-right: thin solid #004a28;
    border-top: thin solid #00b762;
    border-left: thin solid #00b762;
}
.selected {
    background-color: #007b42;
}

/* Menu styles. */
#menu {
    color: #fff;
	background-color: #007b42;


}
#menu h1 {
    color: #000;
}
#menu a {
    color: #fff;
}
#menu a.current {
    background-color: #d4d4d4;
    color: #007b42;


}

/* Sidebar styles. */
#sidebarPanel {
    background-color: #007b42;
    border-right: 1px solid #00b762;
    border-bottom: 1px solid #00b762;
}
#expandButton {
    margin-right: 1px;
}
