/* tabela.dados */

table.dados th, table.dados td {
    padding:4px 6px 2px;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    text-align:center;
}

table.dados th {
    background:none;
    border:none;
    border-bottom:1px solid #CCC;
}

table.dados .label {
    border:none;
    border-right:1px solid #CCC;
    width:200px;
    text-align:right;
    white-space:nowrap;
}

table.dados .faixa1 {
    background-color:#FEC !important;
}

table.dados .faixa2 {
    background-color:#FDB !important;
}

table.dados .faixa3 {
    background-color:#FCA !important;
}

table.dados .faixa4 {
    background-color:#FB9 !important;
}

table.dados .faixa5 {
    background-color:#FA8 !important;
}

table.dados .canto-superior {
    border:none;
}

table.dados .nulo {
    background:#FAFBE0;
}

table.dados .soma  td {
    background:#E3E3E3;
    font-weight:bold;
}

table.dados .sobra {
    background-color:#F3F3F3;
}

table.dados td {
    background:#FFF;
}

table.dados tr:hover td {
    background-color:#FFF4F3;
}


/* tablesorter */

table.dados th.header {
    cursor: pointer;
}

table.dados span.order {
        float:left;
}

table.dados th.header span.order {
    background:url(../img/sorter-small.gif) no-repeat;
    width:7px;
    height:9px;
    margin:4px 6px 0 0;
}

table.dados th.headerSortUp, table.dados th.headerSortDown {
    background-color:#F3F3F3;
    border-right:1px solid #DEDEDE;
    border-bottom:1px solid #DEDEDE;
}

table.dados th.headerSortUp span.order, table.dados th.headerSortDown span.order {
    width:7px;
    height:4px;
    margin:7px 6px 0 0;
}

table.dados th.headerSortUp span.order {
    background-image: url(../img/sorter-small-desc.gif);
}

table.dados th.headerSortDown span.order {
    background-image: url(../img/sorter-small-asc.gif);
}
