﻿p.quote {
    color: #005996;
}
a.sub:hover, a.sub:focus {
    color: #5492bd;
    background-color: #f5f5f5 !important;
}
/*GRIDS*/

table.grid {
    border-color: #ddd;
}

    table.grid th {
        background-color: #f5f5f5;
        color: #333;
        border-bottom-color: #ddd;
        border-left-color: #ddd;
    }

        table.grid th a {
            color: #333;
        }

    table.grid td {
        border-color: #ddd;
    }


    table.grid tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

.tabbable-line > .tab-content {
    border-top-color: lightgray;
}
div.simple-body section {
    background-color: transparent;
}
