.tabelaListagemItens tr.Total th, .tabelaListagemItens tr.Total td {
    background-color: #CCCCCC;
    font-weight: bold;
    color: #333333;
    border: 1px solid #666666;
}

tr.Total td.celulaTranparente {
    background-color: #f4f4f4;
    border: 0px;
    border-bottom: 1px solid #f4f4f4;
}

.tabelaListagemItens td blockquote {
    margin: 0px 25px;
}

/* Corercao das bordas quando existir uma tabela de listagem dentro de uma tabela com abas*/
td.tabelaAbasConteudo .tabelaListagemItens th { 
    padding: 2px 4px;
    text-align: left;
    background-color: #CCCCCC;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #666666;
}

/*define as configuracoes para a tabela com abas*/
.tabelaAbas {
    width: 100%;
    text-align: left;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.tabelaAbas th {
    padding: 4px;
    background-color: #dbdbdb;
    border: 1px;
    border-style: solid;
    border-color: #999999;
    text-align: center;
    font-weight: normal;
}

.tabelaAbas th a {
    padding: 4px;
    font-weight: normal;
    display: block;
    cursor: pointer;
    margin: -4px -4px;
}

.tabelaAbas th a:hover {
    background-color: #e3edf4;
}

.tabelaAbas th.tabelaAbaAtiva {
    border-top: 2px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #ffffff;
    background-color: #FFFFFF;
}

.tabelaAbas th.tabelaAbaAtiva a {
    font-weight: bold;
    cursor: default;
    text-decoration: none;
}

.tabelaAbas th.tabelaAbaAtiva a:hover {
    background-color: #FFFFFF;
    text-decoration: none;
}

.tabelaAbas td.tabelaAbasConteudo {
    border-top: none;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.tabelaAbas td.tabelaAbasConteudo h3 {
    border-bottom: 2px dotted #666666;
    margin-top: 0px;
}

/*define as configuracaes para as tabela utilizadas em formularios para agrupar os campos*/
.tabelaDados {
    width: 100%;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.tabelaDados td.label {
    float: none;
    width: 25%;
    margin: 0px;
    padding: 2px;
    height: auto;
    display: table-cell;
}

.tabelaDados td.field {
    float: none;
    width: 25%;
    margin: 0px;
    padding: 2px;
    height: auto;
    display: table-cell;
}

.caminho {
    padding: 2px 4px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.caminho ul {
    list-style: none;
    margin: 0px;
}

.caminho ul li:first-child{	
    border-left:none;
    padding-left:0px;
}

.caminho ul li {
    color: #999999;
    float: left;
    padding: 0px 7px;
    border-left: 1px solid #999999;
}

.caminho ul li.ativo {
    color: #666666;
    font-weight: bold;
}

a.botao {
    color: #666666;
    padding: 1px 12px;
    border-style: solid;
    border-color: #999999;
    border-width: 0px 1px 1px 0px;
    margin-right: 2px;
    background-image: url(../img/f_botao.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: center;
}

a.botao:hover {
    color: #666666;
    text-decoration: none;
}

a.botao:focus {
    border: 1px solid #8eb8d2; 
    background-color: #e3edf4;
}

.tagelaListagemLegenda { 
    height: 15px;
}

.tagelaListagemLegenda ul {
    list-style: square;
    margin: 0px 15px;
    position: relative;
}

.tagelaListagemLegenda ul li {
    float: left;
    margin-right: 20px;
    font-size: 90%;
}

.tagelaListagemLegenda ul li span {
    color: #333333;
}

.legendaAzul {
    color: #0000FF;
}

.legendaVermelho {
    color: #FF0000;
}

.legendaPreta {
    color: #000000;
}

.divGrid {
    width: 15px;
    height: 15px;
}

/*css retirado do estiloYii*/
.yiiPager .hidden, .yiiPager .first, .yiiPager .last {
    display: none;
}

.grid-view .button-column {
    border-right: 1px solid #000000;
}

.grid-view .pager {
    margin: 5px 0 0 0;
    text-align: right;
    position: absolute;
}

.tabelaListagemItens tr td:last-child {
    width: 70px;
}
/* estilo da grid para o yii */
.tabelaListagemItensYii {
    width: 100%;
    font-size: 11px;
    padding: 0px;
    margin: 4px 0px 0px 0px;
    border-collapse: collapse;
    clear: both;
}

.tabelaListagemItensYii tr.even {
    background-color: #ffffff;
    border-bottom: 1px solid #CCCCCC;
}

.tabelaListagemItensYii tr.odd {
    background-color: #f4f4f4;
    border-bottom: 1px solid #CCCCCC;
}

.tabelaListagemItensYii th {
    padding: 2px 4px;
    /*text-align: left;*/
    background-color: #CCCCCC;
    border: 1px solid #666666;
}

.tabelaListagemItensYii th a {
    color: #333333;
}

.tabelaListagemItensYii td {
    padding: 2px 4px;
    /*text-align: left;*/
    border-right: 1px solid #CCCCCC;
}

.tabelaListagemItensYii .button-column {
    text-align: center;
    width: 60px;
    border-right: 0px solid #CCCCCC;
}

/*==================================*/
/* == Listagem - Elementos ============================================= */
/* Conjunto de classes que define as configuracoes dos componentes das listagens													         */
/* ===================================================================== */

.sumario {
    font-size: 12px;
}

.grid-view {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 35px;
}

.pagination {
    position: absolute;
    left: 396px;
    margin: -13px 0 0 0;
}

.infoFiltrosListagemItens {
    float:left;
    margin:5px 0px 2px 0px;
}

.paginacaoWrapper {
    margin: 6px 0px 0px 0px;
}

.paginacaoListagemItens {
    text-align: right;
}

.paginacaoListagemItens a {
    margin: 1px;
    padding: 1px 4px;
    border-style: solid;
    border-color: #999999;
    border-width: 0px 1px 1px 0px;
    color: #000000;
    background-image: url(../img/f_botao.gif);
}

.paginacaoListagemItens a:hover {
    text-decoration:none;
}

.paginacaoListagemItens a.paginaAtual {
    cursor: default;
    font-weight: bold;
}

.tabelaListagemItens table {
    width: 100%;
    font-size: 11px;
    padding: 0px;
    margin: 4px 0px 0px 0px;
    border-collapse: collapse;
    clear: both;
}

/*css retirado do estiloEspecifico 
Define a cor de fundo da linha quando o ponteiro esta sobre a linha */
.tabelaListagemItens tr:hover {
    background-color: #e3edf4;
}

.tabelaListagemItens td {
    border-bottom: 1px solid #CCCCCC;
}

.tabelaListagemItens tr td:last-child {
    border-right: none;
}

.tabelaListagemItens tr {
    background-color: #ffffff;
    border-bottom: 1px solid #CCCCCC;
}

.tabelaListagemItens tr.zebra {
    background-color: #f4f4f4;
    border-bottom: 1px solid #CCCCCC;
}

.tabelaListagemItens th {
    padding: 2px 4px;
    /*text-align: left;*/
    background-color: #CCCCCC;
    border: 1px solid #666666;
}

.tabelaListagemItens th a {
    color: #333333;
}

.tabelaListagemItens td {
    padding: 2px 4px;
    /*text-align: left;*/
    border-right: 1px solid #CCCCCC;
}

.iconeAlterar {
    width: 50px;
}

.iconeExcluir {
    width: 50px;
}

.iconeAlterar a {
    display: block;
    height: 15px;
    margin: 0px 15px;
    background-image: url(../img/alterar.gif);
    background-repeat: no-repeat;
}

.iconeExcluir a {
    display: block;
    height: 15px;
    margin: 0px 15px;
    background-image: url(../img/excluir.gif);
    background-repeat: no-repeat;
}

.alignMoeda {
    text-align: right;
}

table td {
    font-size: 11px;
}

.inconsistencia {
    color: #ff3333;
    font-weight: bold;
}

.button-column a {
    margin-right: 10px; 
}