.tabela {
    float: left;
    width: 100%;
    background-color: #FFF;
}
.tabela .link {
    color: #069;
}

.header {
    color:#000;
    text-align: left;
    background-color: #EEE8CD;
    padding: 5px;
    font-weight: normal;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
}

.footer{
    background-color:#FFF;
}

.imparTotal{
    background-color: #ccc5c5;
    padding-left: 5px;
    font-weight: bold;
    text-align: right;   
    padding-right: 4px;   
}

.valorNota{
    padding-right: 4px;   
}

.impar{
    background-color: #EEE;
    padding: 5px;
    height: auto;
}
.par {
    background-color: #F7F7F7;
    padding: 5px;
    height: auto;
}

.imparNota{
    background-color: #EEE;
    padding: 5px;
    height: auto;
    text-align: right;  
}
.parNota {
    background-color: #F7F7F7;
    padding: 5px;
    height: auto;
    text-align: right;      
}

.impar:hover {
    background-color: #D2F0FF;
}
.par:hover {
    background-color: #D2F0FF;
}
.column {
    padding: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
}


.scrollableDataTable{
    float: left;
}

.columnsScrollableDataTable:hover{
    cursor:pointer;
}

.selectedScrollableDataTable{
    background-image: url(../imgs/barra_azul_menu.jpg);
    background-repeat: repeat-x;
    color: #666;
}

.headerScrollableDataTable{
    background-image: url(../imgs/barra_azul_linha.jpg);
    background-repeat: repeat-x;
    text-transform: uppercase;
    padding-top: 2px;
}
