
    /* forestry horizons */

    body {
        margin: 0px;
        background-color: #fff;
        font-size: 14px;
        font-family: arial, sans-serif;
        color: #333;
        line-height: 140%;
    }

    a:link {
        text-decoration: none;
        color: #7f2143;
    }
    a:visited {
        text-decoration: none;
        color: #7f2143;
    }
    a:active {
        text-decoration: none;
        color: #7f2143;
    }
    a:hover {
        text-decoration: none;
        color: #c1275e;
        position: relative;
    }

    h1 {
        color: #660033;
        font-size: 20px;
        font-family: Georgia, Cambria, Times, "Times New Roman", serif;
        font-weight: normal;
        margin: 0px 0px 15px 0px;
    }
    h2 {
        color: #660033;
        font-size: 18px;
        font-family: Georgia, Cambria, Times, "Times New Roman", serif;
        font-weight: normal;
        margin: 0px 0px 12px 0px;
    }
    h3 {
        color: #660033;
        font-size: 16px;
        font-family: Georgia, Cambria, Times, "Times New Roman", serif;
        font-weight: normal;
        margin: 0px 0px 10px 0px;
    }

/* --== google translate ==-- */
/*
    #translateDropdown {
        position: absolute;
        right: 360px;
        top: 30px;
    }
    #translateBranding {
        position: absolute;
        right: 520px;
        top: 33px;
    }
    .jq-translate-ui {
        background: #434343;
        border: 1px solid #525252;
        color: #999999;
    }
    .gBrandingText {
        color: #999999;
    }
*/

/* --== tooltips ==-- */

    a span { display: none; }
    a:hover span {
        display: block;
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 150px;
        border: 1px solid #cccccc;
        padding: 10px;
        z-index: 3;
        background-color: #eee;
        text-align: left;
        line-height:1.5;
        font-size: 11px;
    }


    hr {
        width: 90%;
        border: 0;
        color: #ccc;
        background-color: #ccc;
        height: 2px;
    }

    .title {
        color: #660033;
        font-size: 18px;
        font-family: Georgia,Cambria,Times,"Times New Roman",serif;
    }

    #container {
        width: 100%;
        position: relative;
        text-align: center;
        z-index: 1;
    }

    #content {
        margin: 30px auto 30px auto;
        text-align: left;
        width: 960px;
        position: relative;
        overflow: hidden;
        z-index: 5;
    }

    #projectBar {
        position: relative;
        width: 100%;
        background-color: #000;
        height: 28px;
        z-index: 350;
    }

        #projectTabArea {
            position: relative;
            width: 960px;
            margin-left: auto;
            margin-right: auto;
            height: 28px;
            z-index: 350;
        }
        #sylvaLogo {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 150px;
            height: 148px;
            background-color: #fff;
            z-index: 350;
        }


    #topBar {
        position: relative;
        width: 100%;
        height: 120px;
        background-color: #979797;
        z-index: 310;
    }
        #header {
            position: relative;
            width: 960px;
            height: 120px;
            margin-left: auto;
            margin-right: auto;
            background-image: url("images/header_bg.png");
            background-repeat: no-repeat;
            z-index: 310;
        }

        #rightButtons {
            position: absolute;
            right: 0px;
            top: 15px;
            width: 130px;
            height: 100px;
        }

    #navBar {
        position: relative;
        width: 100%;
        height: 33px;
        background-color: #222;
        z-index: 320;
    }
        #mainMenu {
            position: relative;
            width: 960px;
            height: 33px;
            margin-left: auto;
            margin-right: auto;
            z-index: 320;
        }
            .navItem {
                position: relative;
                cursor: pointer;
                float: left;
                height: 33px;
            }
            .navItem.navHover {
                background: #555;
            }
            .navItem.navSelected {
                background-color: #eeeeee;
            }
            .navText {
                color: #ffffff;
                margin: 7px 15px 0px 15px;
                font-size: 18px;
                font-family: arial, sans-serif;
            }
            .navText.textSelected {
                color: #222;
            }

            .navDropdown {
                display: none;
                position: absolute;
                top: 33px;
                z-index: 330;
                width: 180px;
                font-weight: bold;
                font-size: 14px;
                background-color: #606060;
                /*
                opacity: 0.9;
                filter:alpha(opacity=90);
                */
            }

            .navDropdownLink {
                width: 100%;
                text-align: left;
                overflow: hidden;
                color: #fff;
            }
            .navDropdownLink.hover {
                background: #979797;
            }

            .tabInner {
                z-index: 302;
                margin: 5px;
                color: #fff;
                line-height: 150%;
                font-weight: normal;
                text-align: left;
                font-family: arial, sans-serif;
                opacity:1;
                filter:alpha(opacity=100);
            }
            .tabInner a, .tabInner a:hover, .tabInner a:visited, .tabInner a:active {
                color: #fff;
                font-weight: normal;
                font-family: arial, sans-serif;
            }

        #subMenu {
            position: relative;
            background-color: #eee;
            width: 960px;
            height: 30px;
            margin-left: auto;
            margin-right: auto;
            z-index: 310;
        }
            .subNavItem {
                position: relative;
                cursor: pointer;
                float: left;
                height: 30px;
                color: #333;
            }
            .subNavItem.subHover {
                border-bottom: 2px solid #333;
            }
            .subNavItem.subSelected {
                background-color: #eee;
                border-bottom: 2px solid #333;
            }
            .subNavText {
                margin: 8px 15px 5px 15px;
                font-size: 14px;
                font-family: arial, sans-serif;
            }


    .strapline {
        font-style: italic;
        font-size: 16px;
        color: #666;
    }


    .paperbox {
        border: 1px solid #bbb;
        background-image: url("images/fadebg.jpg");
        background-repeat: repeat-x;
        background-color: #a1a1a1;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        color: #555;
    }

    .paper {
        display: none;
        border: 1px solid #bbb;
        background-color: #fff;
        margin-bottom: 5px;
        color: #555;
    }

    .paperlist {
        border: 1px solid #eee;
        margin-bottom: 3px;
    }

    .paperdetails {
        width: 450px;
        margin-left: 10px;
        border-collapse: collapse;
    }
    .paperdetails td {
        font-size: 12px;
    }
    .paperdetails tr {
        border-bottom: 1px dotted #ddd;
    }

    .abstract {
        float: right;
        margin-right: 10px;
        width: 400px;
        font-size: 11px;
        line-height: 100%;
        border: 1px solid #e4dba0;
        background-color: #fffedc;
        padding: 10px;
        text-align: justify;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .notes {
        float: right;
        clear: right;
        margin-right: 10px;
        width: 400px;
        font-size: 11px;
        line-height: 100%;
        padding: 10px;
        text-align: justify;
    }

    .download {
        line-height: 100%;
        border: 1px solid #80b2e1;
        background-color: #def2fa;
        padding: 7px 10px 7px 10px;
        margin-bottom: 5px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .smallgrey {
        color: #666;
        font-size: 11px;
    }

    td {
        padding: 0;
        border-spacing: 0;
        text-align: left;
        vertical-align: top;
        font-family: arial, sans-serif;
        font-size: 14px;
        line-height: 140%;
    }

    input {
        color: #333;
        font-size: 13px;
        padding: 4px;
    }

    textarea {
        background-color: #eee !important;
        font-family: arial, sans-serif;
        font-size: 13px;
        color: #333;
        padding: 4px;
    }

    .greenSuccess {
         font-size: 14px;
         color: #1bae17;
         font-weight: bold;
     }
