/* General Pages */
body {
    background: #FFFEE9;
}
#titlebar {
    background: -moz-linear-gradient(center bottom, #fff5c0, #fffee9 42px);
    background: #fffee9 url(/static/collab/noonday/img/header_bg.png) repeat-x bottom;
    border-bottom: 1px solid #eee0aa;
}
#logo img {
    border: none;
    width: 409px;
    height: 85px;
}
#tools a {
    text-decoration: none;
    color: #008800;
}
#tools a:hover {
    text-decoration: underline;
}
#search {
    min-height: 10px;
}
.sidebar_group h3 {
    color: #333333;
}
.sidebar_group ul a {
    color: #008800;
}
#content h2 {
    color: #884400;
}
#content a {
    color: #008800;
}
#footer {
    background: -moz-linear-gradient(center top, #fff5c0, #fffee9 25px);
    background: #fffee9 url(/static/collab/noonday/img/footer_bg.png) repeat-x top;
    border-top: 1px solid #eee0aa;
    color: #999966;
}
#copyright {
    text-align: justify;
}
#copyright a {
    color: #999966;
    text-decoration: none;
    font-weight: bold;
}
#copyright a:hover {
    text-decoration: underline;
}
#bottom_nav {
    text-align: right;
}
#bottom_nav ul {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}
#bottom_nav ul li {
    float: right;
}
#bottom_nav a {
    color: #999966;
    text-decoration: none;
    font-variant: small-caps;
    padding: 0.4em 1em 0.4em 4em;
    border-right: 1px solid #aaaa88;
    display: block;
    float: right;
    clear: both;
}
#bottom_nav a:hover {
    text-decoration: underline;
}

/* Special Pages */
p.description textarea, p.description span {
width: 564px;
min-height: 7em;
margin-bottom: 1em;
}
p.description span {
    display: block;
    border: 1px solid #CCCCCC;
    padding: 5px;
    font-style: italic;
}
div.data_table table thead th {
    background: #fffee9;
}
.alt_row td {
    background: #F3F3F3;
}
#discussion .topic_title {
    background-color: #8a8 !important;
}
#discussion table.post_table tr.data_row:hover,
#discussion table.post_table tr.alt_row:hover a {
    background-color: #daefda !important;
}
#discussion table.post_table tr.data_row:hover a,
#discussion table.post_table tr.alt_row:hover a {
    color: #000 !important;
}

