@CHARSET "ISO-8859-1";

a{
    text-decoration: none;
    color: #0066FF;
}

a:hover{
    color: #000000;	
}

.cabecalho {	
    background: url("img/cabecalho.png?a=4") no-repeat #0076C8;
    text-align: right;
    height: 100%;
    line-height: 32px;
    overflow: hidden;
    padding-right: 10px;
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
}

.cabecalho a{
    text-decoration: none;
    color: #FFF;
}

.cabecalho a:hover{
    color: #000;
}

.crud_options{
    padding-top: 10px;
    text-align: center;
}

.crud_filter{
    display:block;
    padding:0 10px;
    font-weight:bold;
    font-size: 12px;
}

.crud_head{
    height: 100%;
    font-size: 14px;
    line-height: 32px;
    padding-left: 5px;
    font-weight: bold;
}

.sem_borda{
    border: none !important;
}

.sair{
    color: #FFF;
    text-decoration: none;
}
.sair:hover{
    color: #000;
}

.a_item{
    text-decoration: none;
    font-size: 14px;
    color: #000;
}

.a_item:hover{
    color: #0033FF;
}

.tabela{
    font-family: helvetica,tahoma,verdana,sans-serif;        
    font-size: 12px;
    table-layout:fixed;
    border-collapse: collapse;
    word-wrap: break-word;
    font-size: 11px;
}

.tabela tr th{
    background-color: #F1F1F1;
    border:1px solid #CCCCCC;
    border-bottom: 1px solid #333333;
    color:#000000;
    padding:3px;
}
.tabela tr td {
    border:1px solid #CCCCCC;
    padding: 3px;
}

.tabela_total{
    background: #F1F1F1;
    font-weight: bold;
}

.tabela_info{
    font-size: 12px;
    table-layout:fixed;
    border-collapse: collapse;
    word-wrap: break-word;
    font-size: 11px;
}

.tabela_info tr th{
    background-color: #E1E1E1;
    border:1px solid #CCCCCC;
    border-right: 1px solid #333333;
    color:#000000;
    padding:3px;
    text-align: left;
}
.tabela_info tr td {
    border:1px solid #CCCCCC;
    padding: 3px;
    background: #FFF;
}
.branco{
    background: #FFF;
}

.trans{
    border: none !important;
    background: transparent !important;
}

.paginas{
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.doc_visualizar{
	font-size: 15px;
	padding: 20px;
}
