.tabelaQuadro {
    margin:0px;padding:0px;
    width:80%;
    box-shadow: 10px 10px 5px #888888;
    border:1px solid #000000;

    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;

    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;

    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;

    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}.tabelaQuadro table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.tabelaQuadro tr:last-child td:last-child {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
.tabelaQuadro table tr:first-child th:first-child {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.tabelaQuadro table tr:first-child td:last-child {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}.tabelaQuadro tr:last-child th:first-child{
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}.tabelaQuadro tr:hover td{
    background-color:#ffffff;


}.tabelaQuadro td{
    vertical-align:middle;

    background-color:#e5e5e5;

    border:1px solid #000000;
    border-width:0px 1px 1px 0px;
    /*text-align:left;*/
    padding:5px;
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    color:#000000;
}
.tabelaQuadro th{
    vertical-align:middle;

    background-color:#e5e5e5;

    border:1px solid #000000;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:6px;
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    color:#000000;
}
.tabelaQuadro tr:last-child td{
    border-width:0px 1px 0px 0px;
}.tabelaQuadro tr td:last-child{
    border-width:0px 0px 1px 0px;
}.tabelaQuadro tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.tabelaQuadro tr:first-child th{
    background:-o-linear-gradient(bottom, #8A0829 5%, #7a1918 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8A0829), color-stop(1, #7a1918) );
    background:-moz-linear-gradient( center top, #8A0829 5%, #7a1918 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8A0829", endColorstr="#7a1918");	background: -o-linear-gradient(top,#8A0829,7a1918);

    background-color:#7a1918;
    border:0px solid #000000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
}
.tabelaQuadro tr:first-child:hover th{
    background:-o-linear-gradient(bottom, #8A0829 5%, #7a1918 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8A0829), color-stop(1, #7a1918) );
    background:-moz-linear-gradient( center top, #8A0829 5%, #7a1918 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8A0829", endColorstr="#7a1918");	background: -o-linear-gradient(top,#8A0829,7a1918);

    background-color:#7a1918;
}
.tabelaQuadro tr:first-child th:first-child{
    border-width:0px 0px 1px 0px;
}
.tabelaQuadro tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}
.centro{
    text-align: center;
}
.esquerda{
    text-align: left;
}
.direita{
    text-align: right;
}
.par{
    background-color: white;
}
.impar{
    background-color: #f3f3f3;
}