@CHARSET "ISO-8859-1";
body{
  padding:0;
  margin:0;
  font-family:"Trebuchet MS";
}
a,input{
  outline: none;
}
img{
  border:none;
}
p, h1, ul, li, h2, ol{
  padding:0;
  margin:0;
}


/*
 * 		VARIAVEIS	VARIAVEIS	VARIAVEIS	VARIAVEIS	VARIAVEIS	VARIAVEIS
 */

/* TOPO */
#auxTopo{
    width:100%;
    background-image:url('img/bg_top.jpg');
    background-repeat:repeat-x;
    float:left;
}
#topo{
    width:1000px;
    height:132px;
    margin: 0 auto;
    text-align: left;
}
#topo img{
    left: -251px;
    margin-left: 50%;
    top:0px;
    position: absolute;
}
#formLogado{
    width:200px;
    float:right;
    margin-top:0px;
}
#formLogado img{
    width:23px;
    height:20px;
    margin:0;
    float:left;
    margin-right:5px;
}
#formLogado p{
    margin:0;
    padding:0;
    color:#33468E;
    text-align:justify;
    font-size:11px;
}

#loginTopo{
}
#loginTopo input{
    background-image:url("img/bot_logoff.gif");
    height:26px;
    width:51px;
    position:relative;
    float:right;
    top:12px;
}

/* CORPO */
#auxCorpo{
    width:100%;
    background-image:url('img/bg_corpo.jpg');
    background-repeat:repeat-x;
    float:left;
}
#corpo{
    width:1000px;
    margin: 0 auto;
    text-align: left;
}


/* BARRA1 */
#barra1{
    width:970px;
    height:100px;
    margin: 0 auto;
    text-align: left;
    position:relative;
    margin-top:18px;
    background-image:url('img/bg_barra1.jpg');
    margin-bottom:-23px;
}
#bordaEsquerdaBarra1{
    width:11px;
    height:100px;
    position:absolute;
    background-image:url('img/borda_esquerda_barra1.jpg');
    background-repeat:no-repeat;
    left:0;
}
#bordaDireitaBarra1{
    width:11px;
    height:100px;
    position:absolute;
    background-image:url('img/borda_direita_barra1.jpg');
    background-repeat:no-repeat;
    right:0px;
}

/* MENU */
#menu{
    width:208px;
    position:relative;
    background-image:url('img/bg_menu.jpg');
    background-repeat:repeat-y;
    float:left;
    margin-left:31px;
    *margin-left:16px;
}
ul.ListaMenu{
    position:relative;
    margin-left:40px;
    margin-top:11px;
    margin-bottom:40px;
}
ul.ListaMenu li{
    width:128px;
    padding-bottom:4px;
    margin-bottom:2px;
    list-style-image:url('img/seta_menu_iten.jpg');
    background-image:url('img/linha_menu.jpg');
    background-position: bottom center;
    background-repeat:no-repeat;
}
ul.ListaMenu li:last-child{
    width:128px;
    padding-bottom:4px;
    margin-bottom:2px;
    list-style-image:url('img/seta_menu_iten.jpg');
}
#menu li a:link{
    font: 12px "Trebuchet MS";
    color:#6A9FCB;
    font-weight:bolder;
    text-decoration:none;
}
#menu li a:visited{
    font: 12px "Trebuchet MS";
    color:#6A9FCB;
    font-weight:bolder;
    text-decoration:none;
}
#menu li a:active{
    font: 12px "Trebuchet MS";
    color:#6A9FCB;
    font-weight:bolder;
    text-decoration:none;
}
#menu li a:hover{
    color:#004660;
    text-decoration:none;
}
#topoMenu{
    width:208px;
    height:42px;
    position:relative;
    background-image:url('img/bg_topo_menu.jpg');
}
#topoMenu h1{
    font: 14px "Trebuchet MS";
    color:#004660;
    left:27px;
    top:12px;
    padding-left:12px;
    position:absolute;
    background-image:url('img/seta_menu_titulo.jpg');
    background-repeat:no-repeat;
    background-position:center left;
}
#topoMenuBordaEsquerda{
    width:8px;
    height:42px;
    position:absolute;
    background-image:url('img/topo_menu_borda_esquerda.jpg');
    left:0;
}
#topoMenuBordaDireita{
    width:8px;
    height:42px;
    position:absolute;
    background-image:url('img/topo_menu_borda_direita.jpg');
    right:0;
}
#rodapeMenu{
    width:208px;
    height:20px;
    position:absolute;
    background-image:url('img/bg_rodape_menu.jpg');
    background-repeat:no-repeat;
    bottom:0;
}

.Interno{
    padding-left: 20px;
    padding-right: 20px;
}

/* CONTEUDO */
#conteudo{
    width:732px;
    min-height:500px;
    position:relative;
    margin-left:7px;
    float:left;
    background-image:url('img/bg_conteudo.jpg');
    padding-bottom:10px;
}

.Interno h1,h2{
    font-size: 18px;
    color: #242958;
    margin: 10px 0 0 0;
}

.Interno h3,h4{
    font-size: 14px;
    color: #242958;
    margin: 15px 0 5px 0;
}

.Interno div ul{
    font-size: 12px;
    color: #242958;
    margin: 5px 0 0 40px;
}

.Interno div li{
    margin: 3px 0 0 0;
}

.Interno{
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
    color: #126199;
}
    
.Interno div{
    margin: 40px 0 0 0;
}

.Interno div img{
    margin: 0 6.25px 0 0;
    border: 1px solid gray;
}

.Principal h3{
    margin-top: 5px;
}

.Principal h1{
    margin-bottom: 5px;
}

.Principal .Modulos{
    float: left;
    width: 221px;
    margin: 10px 9px 0 0;
}

.Principal #principaisModulos{
    margin: 15px 0 0 0;
}

.Interno .Principal{
    margin: 0;
    padding: 0;
}

.Interno .VoltarTopo img{
    float:right;
    margin: -20px 0 0 0;
}

.Principal div{
    margin: 0;
    padding: 0;
}

#banner{
    margin-top: 30px;
    margin-bottom: 10px;
}


#topoConteudo{
    width:732px;
    height:42px;
    position:relative;
    background-image:url('img/bg_topo_conteudo.jpg');
}
ul.BarraDeAcoes{
    margin-left:28px;
}
ul.BarraDeAcoes li{
    list-style:none;
    width:24px;
    height:24px;
    float:left;
    margin-right: 25px;
    margin-top:9px;
}
#topoConteudoBordaEsquerda{
    width:16px;
    height:42px;
    position:absolute;
    background-image:url('img/topo_conteudo_borda_esquerda.jpg');
    left:0;
}
#topoConteudoBordaDireita{
    width:16px;
    height:42px;
    position:absolute;
    background-image:url('img/topo_conteudo_borda_direita.jpg');
    right:0;
}
p.ConteudoSelecionar{
    font: 11px "Trebuchet MS";
    color:black;
    font-weight:bold;
    margin-left:20px;
    margin-top:10px;
}
p.ConteudoSelecionar a:link{
    font: 11px "Trebuchet MS";
    color:#807F7F;
    font-weight:normal;
    text-decoration:none;
    margin-left:5px;
}
p.ConteudoSelecionar a:visited{
    font: 11px "Trebuchet MS";
    color:#807F7F;
    font-weight:normal;
    text-decoration:none;
    margin-left:5px;
}
p.ConteudoSelecionar a:active{
    font: 11px "Trebuchet MS";
    color:#807F7F;
    font-weight:normal;
    text-decoration:none;
    margin-left:5px;
}
p.ConteudoSelecionar a:hover{
    font: 11px "Trebuchet MS";
    color:#807F7F;
    font-weight:normal;
    text-decoration:underline;
    margin-left:5px;
}
#campoBusca{
    background-image:url('img/bg_campo_busca.jpg');
    background-repeat:no-repeat;
    width:271px;
    height:35px;
    position:absolute;
    top:52px;
    right:9px;
}
#campoBusca form{
    width:271px;
    height:35px;
    position:absolute;
}
#campoBusca form input{
    border-width: 0px;
    background:transparent;
    font:12px "Tahoma";
    color:#6F6F6F;
}
#textCampoBusca{
    position:absolute;
    top:8px;
    left:8px;
    width:217px;
}
#botaoCampoBusca{
    position:absolute;
    top:5px;
    right:13px;
    width:25px;
    height:24px;
}
.TabelaResultados{
    width:715px;
    margin-left:9px;
    border-collapse: collapse;
    margin-bottom:10px;
    background-color:red;
}
.TabelaResultados thead tr td{
    font: 11px "Trebuchet MS";
    color:#345073;
    padding-bottom:5px;
}
.TabelaResultados tbody tr{
    border-top: 1px dotted gray;
}
.TabelaResultados tbody tr td:first-child{
    width:23px;
}
.TabelaResultados tbody tr td{
    font: 11px "Trebuchet MS";
    color:gray;
}
#paginacao{
    position:relative;
    height:32px;
    width:auto;
    margin: 0 auto;
    text-align: left;
    margin-top:20px;
    background-image:url('img/paginacao_paginas.jpg');
    background-repeat:no-repeat;
    background-position:top center;
}
#paginacaoBotaoEsquerda{
    width:42px;
    height:32px;
    position:absolute;
    left:0;
    top:0;
}
#paginacao ul{
    position:relative;
    margin-top:11px;
    list-style:none;
    text-align:center;
    height:32px;
}
#paginacao ul li{
    display:inline;
    margin: 0 5px 0 0;
}
#pgAtual{
    font: 13px "Trebuchet MS";
    color:#224180;
    font-weight:bolder;
    height:32px;
}
#paginacao ul li a:link{
    font: 13px "Trebuchet MS";
    color:#224180;
    text-decoration:none;
}
#paginacao ul li a:visited{
    font: 13px "Trebuchet MS";
    color:#224180;
    text-decoration:none;
}
#paginacao ul li a:active{
    font: 13px "Trebuchet MS";
    color:#224180;
    text-decoration:none;
}
#paginacao ul li a:hover{
    font: 13px "Trebuchet MS";
    color:#224180;
    text-decoration:underline;
}
#paginacaoBotaoDireita{
    width:42px;
    height:32px;
    position:absolute;
    right:0;
    top:0;
}
#rodapeConteudo{
    width:732px;
    height:9px;
    position:absolute;
    background-image:url('img/bg_rodape_conteudo.jpg');
    background-repeat:no-repeat;
    bottom:0;
}

/* RODAPE */
#auxRodape{
    width:100%;
    height:209px;
    background-image:url('img/bg_rodape.jpg');
    background-repeat:repeat-x;
    float:left;
}
#rodape{
    width:1000px;
    height:209px;
    margin: 0 auto;
    text-align: left;
}
#rodape p{
    font: 10px "Trebuchet MS";
    color:white;
    text-align:center;
    padding-top:150px;
}

/* TABELAS */

._listar{
    width:715px;
    margin-left:-10px;
    margin-top:20px;
    border-collapse: collapse;
    margin-bottom:10px;
}
._listar thead tr td{
    font: 11px "Trebuchet MS";
    color:#345073;
    padding-bottom:5px;
}
._listar tbody tr{
    border-top: 1px dotted gray;
}
._listar tbody tr td:first-child{
    width:23px;
}
._listar tbody tr td{
    font: 11px "Trebuchet MS";
    color:gray;
}
.LinhaListar1{
    background-color:#F2F2F2;
}
.LinhaListar2{
    background-color:#EAEAEA;
}

/* FORMULARIO ADICIONAR */
.Formulario{
    width:695px;
    margin-left:19px;
    margin-top:15px;
    margin-bottom:10px;
}
.Formulario p{
    float:left;
    font: 11px "Trebuchet MS";
    color:gray;
    line-height:20px;
}
.Formulario label{
    font: 11px "Trebuchet MS";
    color:#345073;
    float: left;
    width: 150px;
    line-height:22px;
    background-color:#F2F2F2;
    margin-bottom:5px;
    padding:0px 5px 0px 5px;
}
.Formulario a:link{
    font: 11px "Trebuchet MS";
    color:gray;
    float: left;
    margin-bottom:5px;
    text-decoration:none;
}
.Formulario a:visited{
    font: 11px "Trebuchet MS";
    color:gray;
    float: left;
    margin-bottom:5px;
    text-decoration:none;
}
.Formulario a:hover{
    font: 11px "Trebuchet MS";
    color:gray;
    float: left;
    margin-bottom:5px;
    text-decoration:underline;
}
.Formulario input[type="checkbox"]{
    float:left;
    color:gray;
    margin-bottom:5px;
}
.Formulario input[type="radio"]{
    float:left;
    color:gray;
    margin-bottom:5px;
}

.Formulario .Text{
    font: 11px "Trebuchet MS";
    color:gray;
    width:215px;
    margin-bottom:5px;
}
.Formulario .Select{
    font: 11px "Trebuchet MS";
    color:gray;
    width:220px;
    margin-bottom:5px;
}

#filtro p{
    font: 11px "Trebuchet MS";
    color:black;
    font-weight:bold;
    margin-left:20px;
    margin-top:10px;
}
#filtro label{
    font: 11px "Trebuchet MS";
    color:black;
    font-weight:bold;
    margin-left:20px;
    margin-right:5px;
    margin-top:4px;
}
.Radio{
    float:left;
}
label{
float: left;
}

input, textarea{
    margin-bottom: 5px;
    font: 11px "Trebuchet MS";
    color:gray;
}

textarea{
width: 220px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

/* LISTAGEM DE OBJETOS */
.Checkbox{
}

/* BARRA DE AÇÕES */
.Icone{
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
    border:0;

    cursor:pointer;
    overflow:hidden;
    line-height: 0;
    text-indent:-9000px;
    border:none;
}

.Acoes.Icone{
    width:30px;
    height:24px;
    cursor:pointer;
    overflow:hidden;
    content:"";
    display:block;
    line-height: 0;
    text-indent:-9000px;
    border:none;
    *margin-left:-25px;
}

.Acoes.Icone.Desabilitado{
    cursor:default;
    opacity: 0.2;
    -moz-opacity:0.2;
    filter:alpha(opacity=20);
}

#acao_atualizar{
    background-image:url('img/icons/acaoSalvar.png');
}

#acao_excluir{
    background-image:url('img/icons/acaoExcluir.png');
}

#acaoRefresh{
    background-image:url('img/icons/acaoRefresh.gif');
}

#acao_adicionar{
    background-image:url('img/icons/acao_adicionar.png');
}

#acao_salvar{
    background-image:url('img/icons/acaoSalvar.png');
}

#acao_voltar{
    background-image:url('img/icons/acaoVoltar.png');
}

/** MENSAGENS DO SISTEMA */

.Mensagem{
    padding:5px;
    opacity: 0.7;
    /*-moz-opacity:0.7;
    filter:alpha(opacity=70);*/
}

.Erro{
    background-color:red;
    color:white;
    font-size:11px;
    font-weight:normal;
}

.Mensagem.Campos{
    font: 11px;
    /*padding:0 5px;*/
    line-height:22px;
    /*margin:5px;*/
    line-height:22px;
    height:23px;
    /*padding:0px 5px 0px 5px;*/
    /*float:left;*/
}

.Sucesso{
    background-color:green;
    color:white;
    font-size:11px;
}

.Mensagem.Alerta{
    margin:20px;
    text-align:center;
    background-color:red;
    font-size:18px;
    color:white;
}

#menu li a:link.Destaque{
    color:orange;
}

#menu li a:visited.Destaque{
    color:orange;
}

#menu li a:hover.Destaque{
    color:#735100;
    text-decoration:none;
}

.Modulos.Compra{
    background-color: #126199;
    width: 120px;
    height: 18px;
    color: white;
    padding: 0 4px 0 0;
    text-align: right;
    float: right;
    margin: -20px 25px 0 0;
    cursor: pointer;
}

.Lista.Modulos{
    margin-top: 10px;
    list-style-image: url("img/site/seta.png");
    line-height: 20px;
    list-style-position: inside;
    
}

.Lista.Modulos li{
    padding: -10px 0 0 0;
}

.Lista.Modulos a:hover{
    color: #126199;
}

.Lista.Modulos a{
    color: #242958;
}

.ComFoto img{
    float: right;
    padding: 0 0 0 10px;
}

fieldset p em{
    font-size: 12px;
    color: inherit;
    padding: 0 0 15px 0;
}

fieldset p i{
    color: red;
}

legend strong{
    color:#242958;
}

.Info{
    font-size: 12px;
    color: #242958;
}

#enviarForm{
    margin: 10px 0 0 0;
    font-size: 12px;
    padding: 2px;
    width: 140px;
    background-color: gray;
    color: white;
    text-align: center;
    cursor: pointer;
    float:right;
}

.Formulario{
    margin: 0;
    padding: 0;
}

.Interno .Clientes img{
    padding:10px;
    background-color: #F2F2F2;
    margin-bottom: 20px;
}

.Principal a{
    text-decoration: none;
}

#logoVelty{
    position:fixed;
    width:22px;
    height:65px;
    right:0;
    top:75%;
    z-index: 999999;
}

.Interno .ComFoto img{
    border: none;
}