/* Elementos HTML */

*
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html
{
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
}

body
{
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    padding: 0;
    margin: 0 auto;
    border: 0;
    color: #333333;
    background-color: white;
    font-style: normal;
    font-family: "Segoe UI" , Calibri;
    font-size: 9pt;
}

hr
{
    width: 99.7%;
}

a
{
    color: #007cda;
    text-decoration: underline;
}

/**/

/* Elementos do Cabe�alho */

.CabecalhoContainer
{
    width: 100%;
    min-width: 960px;
    text-align: left;
    height: 72px;
    border: 0;
    clear: both;
}

.Logotipo
{
    float:left;
    border: 0px;
    margin: 3px;
}

#MenuGlobal
{
    float: right;
    margin-top: 0px;
    background: #ececec;
}

#MenuGlobal ul
{
    width: 130px;
    height: 27px;
}

#MenuGlobal li
{
    float: right;
    padding-top: 5px;
    margin-right: 10px;
}

#MenuGlobal li a
{
    display: block;
    height: 22px;
    padding-left: 20px;
    padding-right: 0px;
    font-size: 9pt;
    color: #000000;
}

#MenuGlobal li a:hover
{
    text-decoration: underline;
}

#Home
{
    background: url('themes/base/ImagensTP/iconeHome_16.png') no-repeat;
}
#Ajuda
{
    background: url('themes/base/ImagensTP/iconeAjuda_16.png') no-repeat;
}
#Sair
{
    background: url('themes/base/ImagensTP/iconeSair_16.png') no-repeat;
    cursor:hand;
}

span.login
{
    color: Gray;
}

.UsuarioContainer
{
    position: relative;
    top: -26px;
    right: 0;
    text-align: right;
    float: right;
    height: 20px;
    width: 350px;
    font-family: Segoe UI;
    display: none;
    margin-bottom:5px;
}



/**/


/* Menu */

#MenuContainer
{
    width: 100%;
    height: 28px;
    background: url('themes/base/ImagensTP/FundoMenuPrincipal3.png') repeat-x;
    position: relative;
    z-index: 1;
}

.MenuPrincipal
{
    border: 0;
    margin: 0px;
    padding: 0px;
    font-family: Segoe UI;
    font-size: 10pt;
    font-style: normal;
    text-align: left;
}

ul.MenuPrincipal
{
    height: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 23px;
}

ul.MenuPrincipal a
{
    color: #474747;
}

ul.MenuPrincipal a:hover
{
    font-family: Segoe UI;
    font-size: 10pt;
    font-style: normal;
    color: Black;
}

ul.MenuPrincipal li.Sub
{
    position: relative;
}
ul.MenuPrincipal > li
{
    display: inline;
    position: relative;
    margin-left: 15px;
}
ul.MenuPrincipal ul
{
    display: none;
    background: #d4ecc2;
    padding-left: 10px;
    padding-right: 10px;
}
ul.MenuPrincipal li.Sub:hover > ul
{
    display: block;
    position: absolute;
    white-space: nowrap;
}
ul.MenuPrincipal > li.Sub:hover > ul
{
    top: 100%;
    left: 0;
}
ul.MenuPrincipal ul li.Sub:hover > ul
{
    top: 0;
    left: 100%;
}

/**/


/* Corpo ou Container de Conte�do */

.Corpo {
    background: #f4f4f4;
    width: 100%;
    min-height: calc(100% - 172px);
    float: left;
    padding-top: 10px;
    position: relative;
    text-align: justify;
}

#Content {
    height: 100%;
    clear: both;
    margin: 0px auto 0px 0px;
    padding: 10px 10px 10px 10px;
    clear: both;
}

.IframeProcesso {
    min-height: 900px;
}


.Formulario fieldset {
    padding-bottom: 0px;
}

/**/
/* LIC Expirada */
.LicExpiradaTexto {
    float: left;
    font-family: Segoe UI;
    font-size: 14pt;
    margin-top: 36px;
    width: 480px;
}
.LicExpiradaImagem
{
    margin: 36px 15px 0 15px;
    float: left;
}

/* View Erro */

.ErroTexto
{
    float: left;
    font-family: Segoe UI;
    font-size: 14pt;
    margin-top: 36px;
    width:540px;
}

.ErroDescricao
{
    font-family: Segoe UI;
    font-size: 11pt;
    margin-top: 30px;
    color:#666;
}

.ErroImagem
{
    margin: 36px 15px 0 15px;
    float: left;
}

.FormularioBoleto .ErroTexto
{
    float: left;
    font-family: Segoe UI;
    font-size: 14pt;
    margin-top: 36px;
    width:380px;
}

.FormularioBoleto .ErroDescricao
{
    font-family: Segoe UI;
    font-size: 11pt;
    margin-top: 30px;
    color:#666;
}

.FormularioBoleto .ErroImagem
{
    margin: 36px 15px 0 15px;
    float: left;
}

/* Boleto Emitido */

.BoletoEmitidoTexto
{
    float: left;
    font-family: Segoe UI;
    font-size: 14pt;
    margin-top: 36px;
}
.BoletoEmitidoImagem
{
    margin: 36px 15px 0 15px;
    float: left;
}

/**/
.FormularioBoleto
{
    width: 600px;
}

.FormularioBoleto .MenuGlobal
{
    float: right;
    margin-top: 0px;
}

.FormularioBoleto .MenuGlobal li
{
    padding-top: 5px;
}

.FormularioBoleto .MenuGlobal li a
{
    display: block;
    height: 22px;
    padding-left: 20px;
    font-size: 9pt;
    color: #000000;
}

.FormularioBoleto .MenuGlobal li a:hover
{
    text-decoration: underline;
}

.FormularioBoleto a
{
    text-decoration: none;
    color: #939393;
    font-size: 12px;
}


.FormularioBoleto .BarraInformacoes
{
    text-align:left;
    padding-left:22px;
    width: 500px;   
    border-bottom: 1px solid #ccc;
    color: #7A7A7A;
    margin-bottom:10px;
}

.FormularioBoleto a:hover
{
    color: Black;
    font-size: 12px;
}

.FormularioBoleto h1
{
    display: block;
    width: 100%;
    height: 47px;
    background: #ececec;
    font-family: Segoe UI Light;
    font-size: 18pt;
    font-style: normal;
    font-weight: normal;
    color: Black;
    padding-top: 15px;
    padding-left: 20px;
    text-align: left;
}
.FormularioBoleto label
{
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    float: left;
}

.FormularioBoleto .TipoPessoa
{
    float: left;
}

.FormularioBoleto ol
{
    margin: 11px;
    padding-bottom: 42px;
}
.FormularioBoleto li
{
    line-height: 0px;
    list-style: none;
    padding: 2px;
    margin: 0;
    text-align:left;
    clear: both;
}
.FormularioBoleto em
{
    font-weight: bold;
    font-style: normal;
    color: #f00;
}

.FormularioBoleto label
{
    text-align:left;
    padding-left:10px;
    width: 150px;
}

.FormularioBoleto input[type=text]
{
    width: 190px;
}

/* Bot�es Boleto */

.FormularioBoleto .BotoesComandoContainer
{
    width: 100%;
    height: 22px;
    border-top: 1px solid #ccc;
    margin: 10px auto;
    text-align: right;
}

    .FormularioBoleto .BotoesComandoContainer input[type=submit] 
    {
        padding: 2px 10px;
        padding: /*\**/ 0px 0px\9;
        font: normal normal 12pt "Segoe UI";
        color: Black;
        float: right;
        margin-left: 12px;
    }



.BotoesComandoContainerParametros
{
    border-top: 1px solid #ccc;
    text-align: right;
}

.BotoesComandoContainerParametros input[type=submit]
{
    padding: 2px 10px;
    padding: /*\**/ 0px 0px\9;
    font: normal normal 12pt "Segoe UI";
    color: Black;
    float: right;
}

.Formulario .BotoesComandoContainerParametros a
{
    text-decoration: underline;
    color: #007cda;
    float: right;
    padding: 5px 8px 4px 0px;
}



/* Formul�rio */

.Formulario
{
    
}

.Formulario a
{
    text-decoration: none;
    color: #939393;
    font-size: 12px;
}

.Formulario a:hover
{
    color: Black;
    font-size: 12px;
}

.Formulario h1
{
    display: block;
    
    height: 47px;
    background: #ececec;
    font-family: Segoe UI Light;
    font-size: 18pt;
    font-style: normal;
    font-weight: normal;
    color: Black;
    padding-top: 15px;
    padding-left: 20px;
}

.Formulario fieldset
{
    margin-bottom: 10px;
}
.Formulario legend
{
    padding: 0 2;
    font-weight: bold;
}
.Formulario label
{
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    float: left;
}
.Formulario span
{
    /*clear: both;*/
}
.Formulario input[type=checkbox]
{
    float: left;
    margin: 3px;
    margin-right: 8px;
}

.Formulario ol
{
    margin: 0;
    padding-bottom: 20px;
}
.Formulario li
{
    line-height: 25px;
    list-style: none;
    padding: 0px;
    margin: 0;
    clear: both;
}
.Formulario fieldset fieldset
{
    border: none;
    margin: 3px 0 0;
}
.Formulario fieldset fieldset legend
{
    padding: 0 0 5px;
    font-weight: normal;
}
.Formulario fieldset fieldset label
{
    display: block;
    width: auto;
}
.Formulario em
{
    font-weight: bold;
    font-style: normal;
    color: #f00;
}
.Formulario label
{
    width: 200px;
}
.Formulario fieldset fieldset label
{
    margin-left: 123px;
}

.Formulario select
{
    min-width: 235px;    
}

.Formulario input[type=text]
{
    width: 235px;
    float: left;
}

.Formulario input[type=password]
{
    width: 235px;
}

/**/

/* Barra bot�es de comando */

.BotoesComandoContainer {
    /*width: 628px;*/
    height: 42px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: right;
    padding-top: 12px;
    padding-bottom:42px;
}

.BotoesComandoContainer a
{
    text-decoration: underline;
    color: #007cda;
    float: right;
    padding: 5px 8px 4px 0px;
}

.BotoesComandoContainer a:hover
{
    color: #007cda;
}

.BotoesComandoContainer input[type=submit]
{
    padding: 2px 10px;
    padding: /*\**/ 0px 0px\9;
    float: right;
    font: normal normal 12pt "Segoe UI";
    color: Black;
}

.BotoesComandoContainer input[type=button]
{
    padding: 2px 10px;
    padding: /*\**/ 0px 0px\9;
    float: right;
    font: normal normal 12pt "Segoe UI";
    color: Black;
}

.BotaoEmitirBoleto
{
    height: 42px;
    margin-left: 355px;   
}

.BotaoEmitirBoleto a
{
    color: #007CDA;  
    text-decoration: underline;  
}

.BotaoEmitirBoleto a:hover
{
    color: #007CDA;    
}


/**/

#ConteudoImpressao
{
    width: 490px;
    height: 250px;
    margin: 0px 10px;
    overflow: auto;
}

/* Ajuda */

#ContainerAjuda
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

#ContainerAjuda .ContainerItemAjuda
{
    text-align:justify;
    margin-bottom: 28px;
}

#ContainerAjuda h3
{
    font: normal normal 14pt/110% "Segoe UI";
}

#ContainerAjuda h4
{
    font: normal bold 12pt/110% "Segoe UI";
}

#ContainerAjuda p
{
    font: normal normal 10pt/110% "Segoe UI";
}

/**/


/* Barra de Titulo de COntexto */

.BarraInformacoes {
    /*width: 617px;*/
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    color: #7A7A7A;
}

.BarraInformacoesSoliciaAcesso {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    color: #7A7A7A;
}
.BarraInformacoes + .BotoesComandoContainer {
    border-top: none !important;
}
/**/


.clear
{
    clear: both;
}









/* Modal */

#Bloqueada
{
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    text-align: center;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    margin-bottom: 0px;
    overflow: hidden;
    display: none;
}

/**/


/* Mensagem de Erro */

.MensagemContainer
{
    position: absolute;
    width: 900px;
    top: 5px;
    left: 15px;
    display: none;
    margin: 0px;
    margin-left: 0px;
    padding: 20px 5px 12px 68px;
}

.MensagemErro
{
    background-color: #FFE5E5;
    border: 1px solid red;
    background-image: url('themes/base/ImagensTP/iconeErro_32.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    color: Red;
}

.MensagemSucesso
{
    background-color: #d4ecc2;
    border: 1px solid green;
    background-image: url('themes/base/ImagensTP/iconeSucesso_32.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    color: green;
}

.ExemploConsulta1
{    
    padding-left: 0px;
    color: #808080;
    font-size: 10px;
}
.ExemploConsulta
{    
    padding-left: 350px;
    color: #808080;
    font-size: 10px;
}

.LinkRecuperarSenha
{    
   padding-left: 200px;   
}

/**/

/* Gadgets da P�gina Inicial */

.GadgetContainer
{
    width: 240px;
    height: 247px;
    background: #ececec;
    border: 1px solid #ccc;
    float: left;
    margin: 6px;
    overflow: hidden;
}

.GadgetContainer a
{
    text-decoration: none;
}

.GadgetContainer a:hover
{
    color: Black;
}

.GadgetContainer h1
{
    display: block;
    width: 100%;
    height: 80px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    clear: both;
}

.GadgetContainer h1 > a:hover
{
    font-size: 28px;
    color: Black;
}

.GadgetContainer:hover
{
    background: #D4E6C2;
    background-image: url();
}

.GadgetContainer:hover div
{
    display: block;
}

.GadgetContainer div
{
    display: none;
    margin-bottom: 0;
    vertical-align: bottom;
}

.GadgetContainer img
{
    margin-left: auto;
    margin-right: auto;
    border: 0;
    text-align: center;
}

.GadgetProcessos
{
    background-image: url('themes/base/ImagensTP/iconeProcesso_128.png');
    background-repeat: no-repeat;
    background-position: 55px center;
}

.GadgetConsultaGeral
{
    background-image: url('themes/base/ImagensTP/iconeConsultaGeral_128.png');
    background-repeat: no-repeat;
    background-position: 55px center;
}

.GadgetConsultaEspecifica
{
    background-image: url('themes/base/ImagensTP/iconeConsultaEspecifica_128.png');
    background-repeat: no-repeat;
    background-position: 55px center;
}

.GadgetDocumentosTaxas
{
    background-image: url('themes/base/ImagensTP/iconeDocumentosTaxas_128.png');
    background-repeat: no-repeat;
    background-position: 55px center;
}

.GadgetParametrosGerais
{
    background-image: url('themes/base/ImagensTP/iconePropriedades_128.png');
    background-repeat: no-repeat;
    background-position: 55px center;
}

.GadgetLicencaUso
{
    background-image: url('themes/base/ImagensTP/iconeLicenca_128.png');
    background-repeat: no-repeat;
    background-position: 55px center;
}

.DicaGadget
{
    width: 220px;
    height: 151px;
    background: White;
    border: 1px solid #006432;
    font-family: Segoe UI Light;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
    text-align: center;
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
}

.DicaGadget a:hover
{
    font-family: Segoe UI Light;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
    text-align: center;
}

.DicaGadget img
{
    position: absolute;
    bottom: 0;
    right: 10px;
}

.OcultarElemento
{
    display: none;
}




/**/











.fundoTituloPagina
{
    /*padding: 5px 5px 5px 5px;*/
}

.tituloPagina
{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.fonteCapitalizada
{
    color: #777;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
}

#Consulta
{
    width: 910px;
}

#MenusCabecalho img
{
    float: left;
    border: 0px;
}

#header
{
    width: 250px;
    float: left;
    height: 70px;
}

#total
{
    width: 1004px;
    height: 100%;
    margin: 0px auto;
}




#Principal select
{
    width: 220px;
}

#Formulario
{
    padding-right: 322px;
}

#PadraoTamanhoDropDown Select
{
    width: 148px;
}



#botaoVoltar
{
    float: left;
    padding-top: 4px;
    color: #0000FF;
    margin-right: 10px;
    color: Blue;
}

.botaoEnviar
{
    float: right;
}


.subTituloPagina
{
    font-size: 20px;
}

.padImagem
{
    padding: 5px;
}

#Rodape {
    width: 100%;
    height: 36px;
    padding-top: 4px;
    margin-bottom: 0px;
    background: #ececec;
    position: relative;
    display: inline-block;
}

.logo
{
    float: right;
    width: 59px;
    height: 26px;
    margin: 2px 10px auto;
}

.versao
{
    font-size: 9pt;
    height: auto;
    margin: 11px 20px;
    float:right;
    position: relative;
}

.prefeitura
{
    width: 360px;
    font-size: 9pt;
    text-transform: capitalize;
    float: left;
    height: auto;
    margin: 11px 25px;
}

.posicaoLinksMenuSuperior
{
    position: absolute;
}

header, footer, nav, section
{
    display: block;
}

/* Classes Gerais */
.containerBotoes
{
    float: right;
    height: 20px;
}

.alinhaDireita
{
    float: right;
    padding-right: 290px;
}

.alinhaEsquerda
{
    float: left;
}

#FormProcesso
{
    margin: 0px auto;
}


#ConteudoLogin
{
    display: none;
}

#header-dir
{
    float: right;
    height: 70px;
    width: 750px;
}






#tooltip
{
    background-color: #DFF2FD;
    border: #0099CC solid 1px;
    position: absolute;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    display: block;
    margin: 0px;
    padding: 5px;
}

#tooltip h3, #tooltip div
{
    font: 13px Arial,Verdana;
    line-height: 15px;
    padding: 0;
    margin: 0px;
}

.url
{
    font-size: 10px !important;
}

.textoVermelho
{
    color: #f00;
}

.textoLabel
{
    width: 200px;
    float: left;
    clear: both;
}

#Campos
{
    width: 150px;
}

.textoLabelPreto
{
    width: 200px;
    float: left;
    color: Black;
}

.info
{
    color: #777;
    font-size: 12px;
    text-align: left;
}

/* Styles for basic forms
    -----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

.clear
{
    clear: both;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 5px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}

A
{
    text-decoration: none;
    color: #788170;
}

A:hover
{
    text-decoration: none;
}

A.visited
{
    color: #788170;
}


/* Conte�do do Centro */
/*Formata��o dos Links*/
a:hover
{
    color: #FFBB00;
    font-size: 30;
    border-color: #FFBB00;
    cursor: pointer;
}

A.site_oficial
{
    text-decoration: none;
    color: #FFFFFF;
}

A.site_oficial:hover
{
    text-decoration: overline underline;
}

#MenusCabecalho
{
    background-image: url("themes/base/ImagensTP/fundoMenuGlobal.png");
    background-repeat: no-repeat;
    text-align: center;
    float: right;
    height: 18px;
    padding: 4px 15px 4px 15px;
}

.LinkMenuCabecalho
{
    color: Black;
}

.textoMenuCabecalho
{
    margin-top: 1px;
    float: left;
}

.Form
{
    background: #EAF3FD;
    font-family: Tahoma,Arial;
    font-size: 8pt;
    color: #000000;
}

.FormFundoBranco
{
    font-family: Tahoma,Arial;
    font-size: 8pt;
    color: #000000;
}

.FormTaxa
{
    background: #FFFFFF;
    font-family: Tahoma,Arial;
    text-align: right;
    font-size: 8pt;
    color: #000000;
}

.Tamanho
{
    margin-top: -1.2em;
    padding-top: -1.2em;
}


/* Styles for validation helpers
    -----------------------------------------------------------*/
.field-validation-error
{
    margin-left: 5px;
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/*BOTOES DA PAGINA INICIAL*/
#DocsTaxas
{
    display: block;
}

#DocsTaxas:hover
{
    color: Black;
    border: 2px ridge Gray;
}

.inicializaDivDesaparecida
{
    display: none;
}

/*MENU CENTRAL*/
.divMenus
{
    float: left;
    height: 230px;
    width: 220px;
    background-color: #ECECEC;
    margin-right: 5px;
    font-size: 40px;
    font-family: Calibri;
    font-weight: bold;
    text-align: center;
    border: 2px Solid #E0E0E0;
    color: #6E6E6E;
    display: Block;
}

.divMenus img
{
    border: 0px;
    width: 90px;
    height: 90px;
    text-align: center;
    margin-top: 10px;
}

.passarMouse
{
    display: block;
    color: Black;
    height: 230px;
    width: 220px;
    background-color: #D4E6C2;
    cursor: pointer;
    margin-right: 5px;
    float: left;
    border: 2px Solid #E0E0E0;
    font-family: Calibri;
    font-weight: bold;
    font-size: 40px;
}

.pTituloMenu
{
    text-align: center;
}

.pDocs
{
    height: 100px;
    background-color: White;
    color: Black;
    font-size: 13px;
    margin: 0px 2px;
    bottom: 2px;
    margin-top: 30px;
}

.pDocs img
{
    width: 35px;
    height: 35px;
    z-index: 2;
    border: 0px;
    float: right;
    margin-right: 10px;
}

/*CSS DO MENU DROP DOWN*/
/*Menu Topo */

#Menu-Topo
{
    margin: 0px;
    width: 100%;
    height: 28px;
    background: url("themes/base/ImagensTP/FundoMenuPrincipal.png");
}




.alinhaImagem
{
    float: right;
    text-decoration: none;
    border: 0px;
    width: 17px;
    height: 17px;
}

.alinhaImagem img
{
    border: 0px;
}

.tamanhoEscudo
{
    margin-left: 25px;
    margin-top: 5px;
    width: 26px;
    height: 26px;
    float: left;
}

.tamanhoEscudoPrefeitura
{
    margin-left: 25px;
    margin-top: 5px;
    width: 26px;
    height: 26px;
}

.centraliza
{
    margin: 5px 5px 5px 5px;
}

.menuNumeracaoSelecionadaTabela
{
    color: White;
    background: url("themes/base/images/MarcadorPaginaPaginacao.png") no-repeat center;
    padding: 7px 8px 7px 7px;
    display: inline;
    font-weight: bold;
}

.tamanhoDiv
{
    overflow: auto;
    overflow-x: hidden;
    width: 910px;
    height: 460px;
    margin-left: 10px;
}

.LblMensagemAdv
{
    color: #f00;
    display: none;
    padding-left: 4px;
}

.LblMensagemSenha {
    color: black;
    margin-left: 200px;
}

.topico
{
    font-weight: bold;
    font-size: 11px;
    color: Black;
}

.invisivel
{
    display: none;
}

.LarguraMaxima
{
    width: 100%;
}
.LarguraCampoBusca
{
    width: 80px !important;
}
.LarguraCampoBuscaAno
{
    min-width: 80px !important;
}
table{
    width: 100%;
}

table td#LarguraDescricao
{
    font-size: 10pt;
    width: 200px;
}
table td.LarguraDescricao
{
    color: #666;
    font-weight: 300;
    font-size: 10pt;
    width: 200px;
}
table td#LarguraCamposTexto
{
    width: 200px;
}

input.LarguraMaxima
{
    width: 97%;
}

input.LarguraCampoBusca 
{
    width:40px;
}

#MensagemErroLogin
{
    color: Red;
}

#centralizar
{
    width: 770px;
    margin: 0 auto;
    text-align: center;
}

/*TABELAS*/
.configuracaoTabelas
{
    /*float: left;*/
    /*width: 645px;*/
    color: Black;
    padding: 0px;
    border: 2px Solid #E0E0E0;
    margin-right: -850px;
    text-align: left;
}

.divTotalPagar
{
    width: 626px;
    margin-top: 20px;
}

table.configuracaoTabelas TD
{
    padding: 5px 5px 5px 5px;
    height: auto;
    font-size: 12px;
}

table.configuracaoTabelasCompactas TD
{
    padding: 5px 5px 5px 5px;
    height: auto;
    font-size: 11px;
}

table.configuracaoTabelas tr
{
    height: 20px;
}

table.configuracaoTabelas tfoot TD
{
    float: inherit;
    text-align: center;
    background: #CCCCCC;
    padding: 2px 5px 2px 5px;
}

table.configuracaoTabelas thead tr
{
    background: #ccc;
}

table.configuracaoTabelas thead td
{
    border-left: 1px solid #fff;
    font-weight: bold;
    text-align: center;
}

/*LINKS GERAIS DAS TABELAS*/
table.configuracaoTabelas A
{
    color: #007CDA;
}

table.configuracaoTabelas A:Hover
{
    color: #007CDA;
    text-decoration: underline;
}

/*LINKS DAS NUMERA��ES DAS TABELAS*/
table.configuracaoTabelas tfoot A
{
    color: #0096ff;
    cursor: hand;
}

/*table.configuracaoTabelas tfoot A:Hover
{
    color: #fff;
}*/
/*END_TABELAS*/

.alinhaconteudo
{
    margin-right: 200px;
}

.label-modal
{
    float:left;
    margin-bottom:12px;
}

.input-modal
{
    float:right;
    width: 350px;
    margin-bottom:10px;
}

input.Caminho-Arquivo {    
    background-image: url("img/ic_arquivo.png");
    background-position: 610px 1px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-style: groove;
    width: 637px;
}


input.Caminho-Arquivo-modal {    
    background-image: url("img/ic_arquivo.png");
    background-position: 330px 1px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-style: groove;
    width: 350px;
    float:right;
}




input.Caminho-Arquivo:hover {
    /*background-color: #eee*/    
}   

a.icone-Remover {    
    background-image: url("img/ic_remover.png");
    background-position: center;
    background-repeat: no-repeat;
    /*cursor: pointer;*/
    text-align:center;
    padding-left: 40px;
    /*border-style: groove;*/
    width: 25px;
    text-decoration:none !important; 
}

a.icone-download {
    background-image: url("themes/base/ImagensTP/iconeDownload_16.png");
    background-position: center;
    background-repeat: no-repeat;
    /*cursor: pointer;*/
    text-align:center;
    padding-left: 40px;
    /*border-style: groove;*/
    width: 25px;
    
    text-decoration:none !important; 

}




.column-full {
    float: left;
    width: 637px;
    height: auto!important;
}

.wrap-field {
    width: auto !important;
}

.row {
    margin-top:5px;
}

.plus {
  position:relative;
  left:20px;  
  border: 1px dotted white;
  width: 3px;
  height: 3px;
  background-color: darkslategray;
  box-sizing: border-box;
  transform: scale(3);
}



/*menu - samuel
.menu
{
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font: 67.5% "Lucida Sans Unicode" , "Bitstream Vera Sans" , "Trebuchet Unicode MS" , "Lucida Grande" , Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.menu ul
{
    height: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li
{
    float: left;
    padding: 0px;
}
.menu li a
{
    display: block;
    font-weight: normal;
    line-height: 28px;
    margin: 0px;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
}
.menu li a:hover, .menu ul li:hover a
{
    background: #ECECEC url("themes/base/images/hover.png") bottom center no-repeat;
    color: #6E6E6E;
    text-decoration: none;
}
.menu li ul
{
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 225px;
    z-index: 200;
}
.menu li:hover ul
{
    display: block;
}
.menu li li
{
    background: #ECECEC;
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 225px;
}
.menu li:hover li a
{
    background: none;
}
.menu li ul a
{
    display: block;
    height: 26px;
    font-size: 12px;
    font-style: normal;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
}
.menu li ul a:hover, .menu li ul li:hover a
{
    background: #D4E6C2 url('themes/base/images/hover_sub.png') center left no-repeat;
    border: 0px;
    color: Black;
    text-decoration: none;
}
.menu p
{
    clear: left;
}
*/
/*samuel*/
