.JSTTable {
    color: black;
    font-family: Helvetica;
    font-size: 11pt;
    padding: 0px 0px 0px 0px;
    spacing: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid black;
}
.JSTHeader {
    text-align: center;
    background-color: black;
    font-weight: bold;
    color: white;
    font-size: 12pt;
    border-bottom: 1px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
}
.JSTFooter {
    text-align: center;
    color: white;
    background-color: black;
    font-weight: normal;
    font-size: 10pt;
}
.JSTColumnHeader, .JSTColumnHeader a {
    background-color: #206A98;
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
.JSTSelectionControl {
}
.JSTEditControl {
    font-family: Helvetica;
    border: 1px solid black;
    color: black;
    background-color: transparent;
}
.JSTEditControlRadioCheckbox {
    border: none;
}
.JSTInvalidEditControl {
    font-family: Helvetica;
    border: 1px solid black;
    color: red;
    background-color: transparent;
}
.JSTOddRow {
    background-color: #D9E2E7;
}
.JSTEvenRow {
    background-color: white;
}
.JSTHighlited {
    background-color: #8BD4CF;
}
.JSTNavigation {
    text-align: center;
    color: white;
    background-color: #257BB0;
    font-weight: bold;
    font-size: 10pt;
}
.JSTLink  {
    color: white;
    text-decoration: none;
}
.JSTLink:hover {
    color: gold;
}