
/* ..... ····· ¨¨¨¨¨ JPTable Elements ¨¨¨¨¨ ····· ..... */

table.r8s {
    margin-bottom: 40px;
    width: 100%;
    font-family: verdana, arial, helvetica;
}

/* ----- rows ----- */

table.r8s tr.r8row1 {
    background-color: #d2dbb1;
}

table.r8s tr.r8row2 {
    background-color: white;
}

/* ----- cells ----- */

table.r8s td.mainheading {
    padding: 4px 15px 4px 15px;
    color: #353230;
    background-color: #d2dbb1;
    height: 18px;
    border: 1px solid #94a27b;
    text-align: center;
}

table.r8s td.d8heading {
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
    color: #353230;
    background-color: #d2dbb1;
    text-align: center;
}

table.r8s td.weekcell {
    padding: 3px 2px 3px 2px;
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
    color: #353230;
    background-color: #d2dbb1;
    text-align: center;
}

table.r8s td.roomheading {
    padding: 2px 15px 2px 15px;
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
    color: #353230;
    background-color: #fff;
    text-align: right;
}

table.r8s td.roomcell1 {
    padding: 2px 15px 3px 15px;
    font-size: 10px;
    line-height: 12px;
    color: #353230;
    background-color: #eff3e7;
    text-align: right;
}

table.r8s td.roomcell2 {
    padding: 2px 15px 3px 15px;
    font-size: 10px;
    line-height: 12px;
    color: #353230;
    background-color: #fff;
    text-align: right;
}

table.r8s td.r8cell {
    padding: 2px 5px 3px 5px;
    font-size: 10px;
    line-height: 12px;
    color: #353230;
    text-align: center;
}

/* ¨¨¨¨¨ ····· ..... ..... º§º§º º§º§º ..... ..... ····· ¨¨¨¨¨ */



