* {
    margin:0;
    padding:0;

    font-family:Arial;
    color:#333333;
    font-size:11px;
}

body {background-color:#E2E2E2; font-family:Arial, Helvetica, sans-serif}

/*INICIO ESTILOS DAS DIVS PRINCIPAIS*/
.conteiner_topo {
    height:129px;
    width:100%;
    text-align:center;
    background-image:url(../images/background_topo.jpg);
 }

.topo {
    width:90%;
    margin:auto
}

.conteiner_conteudo {
    width:100%;
    text-align:center;
    background-image:url(../images/background_conteudo.jpg);
    background-repeat:repeat-x
}

.conteudo {
    width:90%;
    margin:auto
}

#conteiner_conteudo_login {
    text-align:center;
    background-image:url(../images/background_conteudo.jpg);
    background-repeat:repeat-x;
    padding-top:15px
}

#conteudo_login {width:640px; margin:auto}
/*FIM ESTILOS DAS DIVS PRINCIPAIS*/


/*INICIO ESTILOS DAS FONTES*/
.texto {font-family:Arial; color:#333333; font-size:11px}
.titulo_faixa_azul {font-family:Arial; color:#FFFFFF; font-size:11px; font-weight:bold}
.titulo_login {font-family:Arial; color:#1F4675; font-size:11px; font-weight:bold}
.titulo_faixa_amarela {font-family:Arial; color:#FFFFFF; font-size:12px; font-weight:bold}
.titulo_menu_lateral {font-family:Arial; color:#1F4675; font-size:12px; font-weight:bold; font-style:italic}
.saudacao {font-family:Arial; color:#FFFFFF; font-size:11px; font-weight:bold}
.numero_paginas {font-family:Arial; color:#000000; font-size:9px; font-weight:bold}
/*FIM ESTILOS DAS FONTES*/


/*INICIO MENU TOPO*/
.menu_topo:link {color:#000000; font-size: 11px; font-family:Arial; text-decoration:none}
.menu_topo:visited {color:#000000; font-size: 11px; font-family:Arial; text-decoration:none}
.menu_topo:hover {color:#333333; font-size: 11px; font-family:Arial; text-decoration:underline}
.menu_topo:active {color:#000000; font-size: 11px; font-family:Arial; text-decoration:none}
/*FIM MENU TOPO*/

/*INICIO MENU LATERAL*/
.menu_lateral:link {color:#F0A400; font-size: 10px; font-family:Arial; text-decoration:none; font-weight:bold}
.menu_lateral:visited {color:#F0A400; font-size: 10px; font-family:Arial; text-decoration:none; font-weight:bold}
.menu_lateral:hover {color:#F0A400;	font-size: 10px; font-family:Arial; text-decoration:underline; font-weight:bold}
.menu_lateral:active {color:#F0A400; font-size: 10px; font-family:Arial; text-decoration:none; font-weight:bold}
/*FIM MENU LATERAL*/



/*INICIO BTN NEWSLETTER , CONTATO E ORÇAMENTO*/
.btn {background-color:#F0A400;	height:15px; width:60px; padding:0px 5px 5px 5px; font-family:Arial; font-size:10px; color:#FFFFFF; border-style:none;	margin-top:5px; border:0; letter-spacing:1px}
/*FIM BTN NEWSLETTER , CONTATO E ORÇAMENTO*/



/*INICIO CAIXA DE TEXTOO*/
.caixa {background-color:#FFFFFF; font-family:Arial; font-size:11px; color:#333333; padding:2px; border:0;	margin-left:5px;	margin-top:5px; border:1px solid #333333}
/*FIM CAIXA DE TEXTO*/




strong {
    font-weight: bold;
}

strong.titulo {
    font-size: 14px;
}

input {
    border: 1px #000000 solid;
    line-height:13px;
    font-size: 11px;
}

input.upload {
    border: 1px #000000 solid;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
}

input.submitupload {
    border: 1px #000000 solid;
    height: 20px;
    font-size: 11px;
}

select {
    border: 1px #000000 solid;
    line-height:13px;
    font-size: 11px;
}

input.tiny {
    border: 1px #000000 solid;
    height: 18px;
    font-size: 11px;
}

textarea {
    border: 1px #000000 solid;
    font-size: 12px;
}

input.submit {
    background-color:#F0A400;
    height:15px;
    padding:0px 5px 5px 5px;
    font-family:Arial;
    font-size:10px;
    color:#FFFFFF;
    border-style:none;
    margin-top:5px;
    border:0;
    letter-spacing:1px;
    
}

input.checkbox {
    border: 1px #000000 solid;
    height: 15px;
    width: 15px;
}

a.menuopcoes {
    font-weight: bold;
    font-size: 10px;
    color: #000000;
}

a.menuopcoesdiv {
    color: #000000;
    text-decoration: none;
    font-size: 11px;
}

a.th {
    color: #FFFFFF;
}

.tableMenuOpcoes {
    background-color: #aeaeae;
}


a.linkmenuopcoesdiv {
    font-weight: bold;
    cursor: pointer;
}

td.linkmenuopcoesdiv {
    font-weight: bold;
    cursor: pointer;
}

a.link {
    text-decoration: none;
    cursor: pointer;
}

table.border {
    background: #cdcdcd;
    border: 1px #fff solid;
}

table.form {
    background: #ffffff;
    border: 0px #000000 solid;
    margin-top: 5px;
    padding: 5px;
}

table.list {
    background: #ffffff;
    padding: 5px;
    border-spacing: 0px;
    border: 0px #000000 solid;

    font-family:Arial;
    color:#333333;
    font-size:11px;
}

table.listint {
    border-spacing: 0px;
    border: 0px;
}


TH {
    background-color:#F0A400;
    padding-left:20px;
    line-height:30px;
    font-family:Arial;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    text-align: left;
    font-size: 14px;
    cursor: pointer;

}

TH.int {
    background-image: url("../images/bg_th.jpg");
    background-repeat: repeat-x;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    text-align: left;
    font-size: 14px;
    padding: 5px;
}

TH.sub {
    font-family:Arial;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    height: 30px;
    background-color: rgb(31, 70, 117);
    line-height: 30px;
    padding-left: 7px;
    margin-top: 10px;
    /*
    class="titulo_faixa_azul" style="width: 558px; ">

    background-image: url("../images/bg_thsub.jpg");
    background-repeat: repeat-x;
    background: #99A7BE;
    color: #fff;
    font-weight: bold;
    height: 30px;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    */
}

a.aba {
    color: #fff;
}

TH.aba {
    background-image: url("../images/bg_thsub.jpg");
    background-repeat: repeat-x;
    color: #fff;
    font-weight: bold;
    height: 30px;
    text-align: left;
    font-size: 12px;
    padding: 5px;
}

TH.list {
    padding: 5px;
}

TR.listover {
    background: #efefef;
}

TR.list {
    background: #ffffff;
}

TD {
    vertical-align: top;
}

TD.sub {
    background-image: url("../images/bg_thsub.jpg");
    background-repeat: repeat-x;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

TD.list {
    font-family:Arial;
    color:#333333;
    font-size:11px;

    vertical-align: middle;
    padding: 5px;
}


TD.label {
    font-family:Arial;
    color:#333333;
    font-size:11px;
    padding:3px;
    vertical-align: top;
    font-weight: bold;
}

TD.input {
    vertical-align: top;
}

TD.message {
    font-size: 10px;
    vertical-align: top;
}

.helpDiv {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position:absolute;
    background: #d5dfea;
    visibility:hidden;
}

TD.auth {
    vertical-align: middle;
}

.txtaviso {
    font-weight: bold;
    color: #990000;
}

.menuModulo {
    padding: 5px;
}

IMG {
    border: 0px;
}

.boxtop { 
    height: 19px;
    background: #fff url(../images/boxtop.gif) no-repeat;
    color: #000;
}


.box { 
    background: #fff url(../images/box.gif) no-repeat bottom left;
    color: #5b5b5b;
    padding: 0 10px 15px 10px;
    margin: 0 0 10px 0;
}

TD.listoptions {
    font-size: 10px;
}

.menuDiv {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position:absolute;
    visibility:hidden;
}

TD.none {
    font-family: Verdana, Helvetica, Arial, Lucida;
    font-size: 8pt;
    line-height: 1.0;
    color:#ffffff;
}

.tableDivInvis {
    position: relative;
    display: none;
}

.tableDivVis {
    position: relative;
    display: block;
}


.menuDivInvis {
    position: absolute;
    display: none;
    z-index: 100;
}

.menuDivVis {
    position: absolute;
    display: block;
    z-index: 100;
}

/* Layout CSS */
#global {
    margin: 0 auto;
    width: 990px;
    background: url(../images/main_back.jpg) repeat-y #FFFFFF;
    padding-left:9px;
}

#bar_top {
    clear:both;
    width:982px;
    height:103px;
    background: url(../images/crm_top.jpg) no-repeat;
}

#main_menu {
    float:left;
    margin-left:150px;
    _margin-left:80px;
    margin-top:30px;
    width:840px;
}

#users {
    text-align:right;
    float:right;
    padding: 5px;
}

#menu_search {
    display:block;
    float: right;
    margin-top:-20px;
    _margin-top:-40px;
    _padding-top:50px;
    margin-right:20px;
}

#content {
    clear: both;
}

#global_footer {
    clear: both;
}

#footer_img {
    clear:both;
    background: url(../images/main_back_down.jpg) no-repeat;
    width:1000x;
    margin-left:-8px;
}

.abaInvis {
    position: relative;
    display: none;
}

.abaVis {
    position: relative;
    display: block;
}

a.aba {
    font-size: 14px;
    color: #FFFFFF;
}

TH.aba {
    background-image: url("../images/bg_thsub.jpg");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    text-align: left;
    font-size: 14px;
    padding: 5px;
}

table.tab {
    background: #FFFFFF;
    border: 1px #000000 solid;
}

TD.total {
    padding: 5px;
    color: #fff;
    border-top: 2px #000 solid;
    font-weight: bold;
    background: #1F4675;
}

.bt_busca {
    background-image:url(../images/icons/search_peq.png);
    background-repeat:no-repeat;
    width:15px;
    height:15px;
    border:none;
}