/* Global PSS Table Renderings */
/* PSS tables */
.pss-tcds{
    font-size:12px;
    -webkit-text-size-adjust: auto;
}

.pss-header-table {
    color:white;
    background-color:#adacac;
    font-weight:bold;
    font-size:110%;
}
.pss-header-cell {
    padding: 14px 6px 14px 6px;
}
.pss-table {

    color:black;
    background-color:white;
}
.pss-cell{
    padding:6px 4px 6px 4px;
}
.pss-first-column {
    padding-left:12px;
}
/* TCDS attribs added to PSS tables */

/* multi column tcds visual separator */
.tcds-end-col-group {
    border-right: 1px solid #cccccc;
}

.tcds-hours{
    color:black;
}
.tcds-dollars{
    color:black;
}
/* rows of credit/debit */
.tcds-row-balance-credit{
    color:black;
}
.tcds-row-balance-debit{
    color:black;
}
/* cols of credit/debit */
.tcds-col-credit{
    color:black;
}
.tcds-col-debit{
    color:black;
}
/* punch body rows */
.tcds-row-absence{
    color:black;
}
.tcds-row-note{
    color:black;
}
.tcds-sch-type-flex{
    color:black;
}
.tcds-sch-type-benefit{
    color:black;
}
.tcds-sch-xfer{
    color:black;
}
/* highest priority */
.overtime {
    color:darkred;
}



