﻿ol.note {
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #999;
}

ul.types {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

ul.types li {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

ul.types li a {
    display: inline-block;
    color: #000;
    border: lavender 1px solid;
    background-color: #EEEEEE;
    margin: 0 4px 0 0;
    padding: 4px 8px;
}

ul.types li a.current {
    border: lavender 1px solid;
    background-color: Peachpuff;
}

table.contracts {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: #ffe4b5 3px solid;
    font-size: 0.857em;
}

table.contracts-print {
    font-size: 0.714em;
}

table.contracts thead tr {
    background: #fafad2;
}

table.contracts thead tr th {
    border: #ffe4b5 3px solid;
    text-align: center;
    vertical-align: bottom;
}

table.contracts thead tr:first-child th {
    border-top: none;
}

table.contracts tbody tr {
    background: #fff;
    cursor: pointer;
}

table.contracts tbody tr:hover {
    background: #ffe4b4;
}

table.contracts tbody tr td {
    border-bottom: #ffe4b5 3px solid;
    text-align: center;
}

table.contracts tbody tr td:nth-child(11) {
    text-align: left;
}

table.contracts tbody tr:last-child td {
    border-bottom: none;
}

table.contract {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 0.714em;
    border: #ffe4b5 1px solid;
    border-spacing: 1px;
    border-collapse: separate;
}

table.contract tr th {
    border: solid 1px lavender;
    color: #191970;
    background-color: Lavender;
    padding: 4px;
}

table.contract tr td {
    border: solid 1px lavender;
    color: #000;
    padding: 4px;
}

.smallgrey-print {
    font-size:0.714em;
}

