@charset "utf-8";

.CollaboSystem table {
    font-size:12px;
}
.CollaboSystem td.head {
    font-weight:bold;    
    font-size:14px;
}
.CollaboSystem td.foot {
    text-align:right;
    font-weight:bold;
}

.CollaboSystem th {
    width:30px;
    background-color:#ffffff;
}
.CollaboSystem td {
    padding:2px;
    background-color:#ffffff;
}

.CollaboSystem th.pr {
    font-weight:normal;
}
.CollaboSystem th.altRow {
    background-color:#f0f0f0;
}
.CollaboSystem td.altRow {
    background-color:#f0f0f0;
}

