/**
 * classicGreen.css
 *
 * Copyright (c) 2000-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */

body {
    background-color: #fff;
    font-family: "Times New Roman", Times, Georgia, serif;
}

a {
    text-decoration: none;
}

a:link {
    color: #00A86B;
}

a:active {
    color: #557034;
}

a:visited {
    color: #00A86B;
}

a:hover {
    color: #82BD86;
    background: #00A86B;
}

label.error {
    color: #f60;
}

input.defaultButton {
    color: #82BD86;
    background: #00A86B;
}

#container {
    background-color: #fff;
    font-size: 1em;
}

#header {
    background-color: #fff;
    height: 246px;
}

#headerTitle {
    text-align: center;
    margin: 0 auto;

}

#header h1 {

    line-height: 2.5;
    font-family: "Times New Roman", Times, Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 2em;
    background-color: #00A86B;
    color: #fff;
}

#footer {
    background-color: #00A86B;
    color: #fff;
}

#footerContent {
    color: #fff;
}

#main {
    background-color: #fff;
    border-top: 1px solid yellow;
    border-bottom: 1px dotted #00A86B;
    margin-top: 15px;
}

#main h2 {
    margin-top: 165px;
    font-family: "Times New Roman", Times, Georgia, serif;
    text-transform: uppercase;
    font-size: 1.5em;
}

#main h3 {
    font-family: "Times New Roman", Times, Georgia, serif;
    text-transform: uppercase;
}

#navbar {
    border-bottom: 1px dotted #00A86B;
    text-align: center;
    margin-top: 160px;
}

#breadcrumb {
    margin-top: 160px;
    height: 18px;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px dotted #00A86B;
    padding: 0;
    font-style: italic;
}

#content {
    margin-top: 180px;
    border-top: 0px dotted #00A86B;
}

#content h3 {
    font-family: "Times New Roman", Times, Georgia, serif;
    text-transform: uppercase;
}

#content h4 {
    font-family: "Times New Roman", Times, Georgia, serif;
    text-transform: uppercase;
}

#content h5 {
    text-transform: uppercase;
}

span.highlight {
    border-bottom: 1px dotted #00A86B;
}

table.listing tr.highlight {
    background: #fcff64;
}

table.listing tr.fastTracked {
    background-color: #82BD86;
}

table.listing td.headseparator {
    border-top: 1px dotted #00A86B;
}

table.listing td.endseparator {
    border-top: 1px dotted #00A86B;
}

span.formError {
    color: #f60;
}

ul.formErrorList {
    color: #f60;
}

div.separator {
    border-bottom: 1px dotted #00A86B;
}

#rightSidebar ul,
#leftSidebar ul {
    margin-left: 0px;
    padding-left: 0px;
}

#rightSidebar li,
#leftSidebar li {
    list-style-type: none;
}

#rightSidebar,
#leftSidebar {
    margin-top: 5px;
    border-bottom: 1px dotted #00A86B;
}