.table{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    /*border: solid 1px #999999;*/
    font-weight: normal;
    width: 100%;
    padding: 3px;
}
.table th{
    background-color: #7a1918;
    font-weight: bold;
    height: 13px;
    vertical-align: bottom;
    color: white;
}
.table tr:hover{
    background-color: #dddddd;

}

.linkTituloTabela{
    color: white;
    text-decoration: none;
}


.linkTabela{
    color: blue;
    text-decoration: none;
    text-align: left;
}

.linkTabelaCentro{
    color: blue;
    text-decoration: none;
    text-align: center;
}
.linkTabelaA{
    color: blue;
    text-decoration: none;
    text-align: left;
    width: 60%;
}

.linkTabelaB{
    color: blue;
    text-decoration: none;
    text-align: left;
    width: 25%;
}

.linkTabelaC{
    color: blue;
    text-decoration: none;
    text-align: left;
    width: 70%;
}

.linkTabela:hover{
    color: blue;
    text-decoration: underline;
    text-align: left;
}

.l{
}
.l:hover{
    color: black;
    text-decoration: underline;
}
.rodapeTabela{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    width: 600px;
    padding: 3px;
}

.centro{
    text-align: center;
}

.esquerda{
    text-align: left;
}

.direita{
    text-align: right;
}

.setinha{
    width: 8px;
    height: 7px;
    left: 5px;
    top: 5px;
}

.checkTabela{
    text-align: center;
    width: 5px;
}

.par{
    background-color: white;
}

.impar{
    background-color: #f3f3f3;
}

/*---------------- Tabela com linhas------------------*/
.tableBorda{

    border-width:1px;
    border-style:solid;
    border-collapse:collapse;
    border-color:#000000;

}
.tableBorda td{
    border: 1px solid black;

}

.tabelaBordaTitulo{
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-collapse:collapse;
    border-bottom-color:#000000;
}

/*-------------------------------------------------*/


