
/**APPENDIX TABLE STYLE ****/
table.appendix {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.appendix th {
        border-width: 1px;
        text-align: left;
        font-size: 12px;
    }

    table.appendix td {
        border-width: 1px;
        padding: 2px 15px 2px 2px;
        text-align: left;
    }

    table.appendix tr.odd {
        border-width: 1px;
        text-align: left;
    }

    table.appendix tr.even {
        border-width: 1px;
        text-align: left;
    }

ul#appTOC {
    list-style-type: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}


/**** LINK STYLE  ****/

a.menuAppendix {
    text-decoration: none;
    color: #68AD44;
    font-weight: bold;
    margin-left: 10px;
    font-size: 14px;
}

    a.menuAppendix:hover {
        text-decoration: underline;
    }

        a.menuAppendix:hover.top {
            text-decoration: underline;
        }


a.backToTop {
    font-size: 10px;
    text-decoration: none;
    color: green;
    font-weight: bold;
    border: none;
    margin-left: 10px;
}

td.spacer {
    width: 15%;
}
