Old Result Menu Page JavaScript CSS

fr-table-v1.css

.eventname {
    color: #FF7F50;
}
.h, .hl {
    background-color: #F5F5DC;
    text-align: right;
}
.g0 {
    border-right: 3px yellowgreen solid;
}
.g1 {
    border-right: 3px orange solid;
}
.g2 {
    border-right: 3px cornflowerblue solid;
}
.g3 {
    border-right: 3px tomato solid;
}
.g4 {
    border-right: 3px yellowgreen solid;
}
th {
    margin: 1px;
    padding: 1px;
    font-family: verdana, arial, helvetica;
    font-size: 8pt;
}
td {
    text-align: right;
    margin: 1px;
    padding: 1px;
    font-family: verdana, arial, helvetica;
    font-size: 8pt;
}
select {
    font-family: verdana, arial, helvetica;
    font-size: 8pt;
}
input {
    font-family: verdana, arial, helvetica;
    font-size: 8pt;
}

#index_table {
    display: none;
}
table.fr tr
{
    border: 1px #69f solid;
}
table.fr tr.highlight
{
    background-color: #fcf;
}
table.fr {
    width: 100%;
    border-collapse: collapse;
}
table.fr thead tr th {
    text-align: right;
    color: #0079c2;
    line-height: 31px;
    border-top: #6699FF 1px solid;
    border-bottom: #6699FF 1px solid;
}
table.fr tbody tr
{
    border-bottom: #aaf 1px solid;
}
table.fr tbody tr td
{
    padding: 6px 3px;
}
table.fr ul {
    margin: 0px;
}
table.fr ul li {
    list-style-type: none;
}
table.KeyTable td.focus
{
    background-color:#ff9;
}
#timing {
    padding-bottom: 10px;
}
table.tm {
    width: 100%;
    border-collapse: collapse;
}
table.tm tbody td {
    border: 1px #6699FF solid;
}
table.tm tbody tr td {
    padding: 6px 3px;
}
table.tm td.focus {
    background-color:#ff9;
}
table td.off {
    background-color: lightblue;
}
table td.used {
    background-color: #fcf;
}

.fieldset-container
{
    padding-top: 15px;
    padding-bottom: 10px;
}

legend
{
    color: orange;
    font-weight: bold;
}

#timing-test-label
{
    padding-left: 20px;
    color: tomato;
    font-weight: bold;
}