﻿/* Master */
#pdt_topo
{
    position: relative;
    width: 752px;
    height: 124px;
    margin-left: 3px;
    margin-top: -4px;
}
a.fl_topo
{
    position: absolute;
    width: 752px;
    height: 124px;
    margin-left: 0px;
    margin-top: 0px;
    background-image: url('images/pdt_topo.jpg'); 
}
#pdt_barra
{
    position: relative;
    width: 752px;
    height: 34px;
    margin-left: 0px;
    margin-top: 1px; 
    background-image: url('images/pdt_barra.jpg');
    
    text-align:left;
    padding-top:10px;
    padding-left:5px;
    font-size: 16px;
    color:#ffffff;
    font-weight:bold;
}
#pdt_pagina
{
    position: relative;
    width: 753px;
    
    min-height: 150px;
    height: auto !important;
    height: 150px;
    
    margin-left: 2px;
    margin-top: 0px; 
    
    background-color: #F3F4F6;
    background-image: url('images/bg_pdt_pagina.png');
    background-repeat:repeat-x;
    border: 1px solid #CAC9CA;
}
#pdt_pagina_menu
{
    position: relative;
    width: 737px;
    height: 30px;
    margin-left: 9px;
    margin-top: 9px;
    background-color: #66A2CE;
}
#pdt_pagina_cont
{
    position: relative;
    width: 737px;
    
    min-height: 150px;
    height: auto !important;
    height: 150px;
    
    margin-left: 9px;
    margin-top: 0px; 
    margin-bottom:15px;
    
    background-color:#ffffff;
}
#pdt_pagina_logar
{
    position: absolute;
    width: 480px;
    height: 20px;
    left: 250px;
    top: 4px; 
    
    text-transform:lowercase;
    font-family:Trebuchet MS;
    font-size:14px;
    color:#ffffff;
}
a.link_lembrar_senha
{
    margin-left:70px;

    color:#FFFFFF;
    
    text-decoration:underline;
}
a.link_lembrar_senha:hover
{
    color:#466A7C;
}


#menu ul {
    list-style-type:none;
    margin:0px 0px 0px 10px;
    padding:0px;
}
#menu ul li {
    float:left;
    margin:0px;
    padding:0px;
    display:inline;
}
#menu ul li a {
    text-decoration:none;
    text-transform:lowercase;
    font-family:Trebuchet MS;
    font-size:14px;
    color:#FFFFFF;
    padding:0px;
    padding:5px 0px 0px 6px;
    display:block;
}

#menu ul li a:hover {
    text-decoration:none;
    color:#466A7C;
}
/**********************************************************************************************************/
/* comum a todas internas */

/* Painel Genérico */
.paienl_generico
{
    position: relative;
    width: 698px;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    margin-left: 18px;
    top: 10px; 
    margin-bottom: 10px;
    background-color: #D2E2E6;
    border: 1px solid #E0EBEE;
}
.paienl_generico_titulo
{
    position: relative;
    width: 684px;
    height: 25px;
    margin-left: 10px;
    margin-top: 8px; 
    
    text-transform:uppercase;
    font-weight:bold;
    font-size: 15px;
    color:#5C7582;
}
.paienl_generico_cont
{
    position: relative;
    width: 684px;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    margin-left: 7px;
    margin-top: 2px; 
    
    border-top: 1px solid #648383;
    border-bottom: 1px solid #648383;
    background-color: #E9F1F3;
}
.paienl_generico_acao
{
    position: relative;
    width: 686px;
    height: 30px;
    margin-left: 7px;
    margin-top: 2px; 
    margin-bottom:5px;
    margin-right:5px;
    background-image:url('images/bg_painel_generico_acao.png');
    background-repeat:repeat-x;
}


.paienl_generico_menor
{
    position: relative;
    width: 520px;
    
    min-height: 30px;
    height: auto !important;
    height: 30px;
    
    margin-left: 0px;
    top: 10px; 
    margin-bottom: 10px;
    background-color: #D2E2E6;
    border: 1px solid #E0EBEE;
}
.paienl_generico_titulo_menor
{
    position: relative;
    width: 505px;
    height: 25px;
    margin-left: 10px;
    margin-top: 8px; 
    
    text-transform:uppercase;
    font-weight:bold;
    font-size: 15px;
    color:#5C7582;
}
.paienl_generico_cont_menor
{
    position: relative;
    width: 505px;
    
    min-height: 30px;
    height: auto !important;
    height: 30px;
    
    margin-left: 7px;
    margin-top: 2px; 
    
    border-top: 1px solid #648383;
    border-bottom: 1px solid #648383;
    background-color: #E9F1F3;
}
.paienl_generico_acao_menor
{
    position: relative;
    width:505px;
    height: 30px;
    margin-left: 7px;
    margin-top: 2px; 
    margin-bottom:5px;
    margin-right:5px;
    background-image:url('images/bg_painel_generico_acao.png');
    background-repeat:repeat-x;
}
/**************************************************************************************************/
/* tabelas */
.hl_default
{
    text-decoration:underline;
    font-weight:bold;
}
.tb_cad
{
    width: 670px;
    margin-left: 8px;
    margin-top: 2px; 
    margin-bottom:2px;
}
.tr_cad
{
    height:25px;
}
.td_cad
{
    width:135px;
    border-bottom: 1px solid #CAD3D7;
    padding-top:8px;
    padding-bottom: 8px;
    
}
.td_cad_2
{
    width:442px;
    border-bottom: 1px solid #CAD3D7;
    padding-top: 8px;
    padding-bottom: 8px;
}
.td_cad_anuncios
{
    width:210px;
    border-bottom: 1px solid #CAD3D7;
    padding-top:8px;
    padding-bottom: 8px;
    
}
/******************************************************************/
/* painel aviso */
.pn_aviso
{
    position: relative;
    width: 688px;
    
    min-height: 30px;
    height: auto !important;
    height: 30px;
    
    margin-left: 18px;
    top: 5px; 
    
    background-color: #F7D9D9;
    border: 1px solid #D3E0EB;
    
    padding: 5px;
    text-align:justify;
    
    font-weight:bold;
}
.avisos
{
    position: relative;
    width: 600px;
    
    min-height: 30px;
    height: auto !important;
    height: 30px;
    
    margin-left: 30px;
    top: 5px; 
    
    background-color: #F7D9D9;
    border: 1px solid #D3E0EB;
    
    padding: 5px;
    text-align:justify;
    font-size: 15px;
}
#panel_ops
{
    position: absolute;
    width: 250px;
    height: 30px;
    
    left: 250px;
    top: -8px; 
    
    background-color: #F7D9D9;
    border: 1px solid #D3E0EB;
    
    font-weight:bold;
    text-transform:none;
    padding-left:5px;
    padding-top:2px;
}
#panel_ops_menor
{
    position: absolute;
    width: 450px;
    height: 30px;
    
    left: 30px;
    top: -8px; 
    
    background-color: #F7D9D9;
    border: 1px solid #D3E0EB;
    
    font-weight:bold;
    text-transform:none;
    padding-left:5px;
    padding-top:2px;
}
/******************************************************************/

/* logado */
#logado
{
    position: absolute;
    width: 280px;
    height: 20px;
    left: 450px;
    top: 8px; 
    
    font-size: 12px;
    color:#FFFFFF;
    text-align:right;
    text-decoration: underline;
}
/******************************************************************/
/* btns */
a.btn_logar
{
    position: absolute;
    width: 51px;
    height: 19px;
    
    background: url('images/btn_logar.png' ) no-repeat left top;
    top: 2px;
    margin-left: 3px;
}
a.btn_logar:hover
{
    background: url('images/btn_logar.png' ) no-repeat left bottom;
}
a.btn_salvar
{
    position: absolute;
    width: 51px;
    height: 19px;
    background: url('images/btn_salvar.png' ) no-repeat left top;
    top: 6px;
    margin-left:630px;
}
a.btn_salvar:hover
{
    background: url('images/btn_salvar.png' ) no-repeat left bottom;
}
/***************************************************************************************************/

.modal_popup_trm {
    border:1px solid #CCCCCC;
    background-color:#FFFFFF;
    width: 700px;
}