html {
    background:#fff url(/resources/openacs-nsf-theme/images/footer-bg-green.png) no-repeat bottom center;
}

body {
    background:transparent url(/resources/openacs-nsf-theme/images/header-bg-green.png) no-repeat top center;
}

.topnews-box {
    background:#e7edd3 url(/resources/openacs-nsf-theme/images/boxarrow.png) no-repeat left 30px;
}

div.no-date { /* eg section iverview*/
    background:#e7edd3 url(/resources/openacs-nsf-theme/images/boxarrow.png) no-repeat left 15px;
}

input[type="submit"]:hover {
    background-color: #89a618;
}

#searchwrapper input[type="submit"]:hover {
    background-image: url(/resources/openacs-nsf-theme/images/arrow-white.png) 
    background-repeat: no-repeat;
    background-position: center center;
}

.list-table th, input.submit-button:hover {
    background-color:#89a618;
}

h1, a:hover, a:active, #book-page h2, .text-color, hr, #main-navigation ul li.expanded, #main-navigation ul li.expanded a, span.newsdate  {
    color:#89a618 !important;
}
.block-heading { /*headline at left side*/
    color:#89a618;
}
#book-page h2, .header-sub, .list-table th, .list-table td {
    border-bottom:1px solid #89a618;
}
caption {
    border-bottom:2px solid #89a618;
}
#main-navigation, #main-navigation ul, .topnews-box {
    border-bottom:3px solid #89a618;
}
.toc ul li ul {
    border-left:4px solid #89a618;
}



