body
{
    background-image: url(/img/bg.jpg);
    font-family: "Trebuchet MS";
    margin: 0 auto;
}

a
{
    text-decoration: none;
    color: inherit;
    border: none;
}
.container
{
    width: 1200px;
}
.topo
{
    background-image: url(/img/bg_top.png);
    height: 190px;
    background-repeat: repeat-x;
    z-index: 10000;
    background-size: 100%;
}
.logo
{
    width: 180px;
    height: 216px;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 11px;
    background-image: url(/img/logo.png);
    position: absolute;
}

#ctl00_cphBody_pnmMain {
    left: 27%!important;
}

.title_top
{
    width: 510px;
    height: 83px;
    float: left;
    margin-left: 499px;
    background-image: url(/img/titulo_topo.png);
    background-repeat: no-repeat;
    margin-top: 48px;
}
/*.boxright_top
{
	width: 351px;
	height: 91px;
	float: right;
	margin-top: 41px;
	background-image: url(/img/area_top.png);
}*/
h3.title_login
{
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #1b276e;
    text-align: center;
}
.box_login
{
    width: 538px;
    height: 337px;
    margin: auto;
    background-image: url(/img/box_login.png);
    margin-top: 1px;
}
.footer
{
    background-color: #1b276e;
    height: 38px;
    margin-top: 100px;
    text-align: center;
}

.footer_text
{
    text-align: center;
    color: #FFF;
    margin-top: 30px;
}
form.form_login
{
    margin: 10px;
    padding: 10px;
    float: left;
    margin-top: 100px;
    margin-left: 95px;
    color: #1b276e;
    font-size: 16px;
}
.form_login label
{
    float: left;
    width: 50px;
}

.form_login .CampoTexto
{
    width: 250px;
}

.form_login .ButtonEntrar
{
    background: url(../img/user.png) left center;
    background-repeat: no-repeat;
    text-align: right;
    width: 100px;
    height: 40px;
    cursor: pointer;
    border: 2px solid #ccc;
    margin-left: 52px;
}

.form_login .ButtonLimpar
{
    background: url(../img/trashcan.png) left center;
    background-repeat: no-repeat;
    text-align: right;
    width: 100px;
    height: 40px;
    cursor: pointer;
    border: 2px solid #ccc;
    margin-left: -1px;
}

.menu_left
{
    width: 204px;
    /*float: left;*/
    position: relative;
    margin-top: 45px;
    margin-left: -18px;
}
.menu_left ul
{
    margin: 0px;
    padding: 0px;
}
.menu_left li
{
    position: relative;
}

.menu_left li a
{
    display: block; /*define o elemento em bloco para ocupar 100% de largura do elemento pai*/
    /*height: 25px; Define uma altura*/
    line-height: 25px; /*Cenraliza na vertical */
    text-decoration: none;

}

.menu_left li a:hover
{
    display: block; /*define o elemento em bloco para ocupar 100% de largura do elemento pai*/
    /*height: 25px; Define uma altura*/
    line-height: 25px; /*Cenraliza na vertical */
    color: white;
    text-decoration: none;

}

.menu_left li ul
{
    display: none; /*define para não aparecer a ul*/
    position: absolute; /*define uma posição absolute*/
    /*width: 150px; /*define uma largura*/
    top: 0; /*colocamos top com 0*/
    left: 195px;
    background-color: #eaebf0;
    text-align: center;
    color: #000341;
    list-style: none;
    -webkit-transition-duration: 0.7s; /* Safari & Chrome */
    -moz-transition-duration: 0.7s; /* Firefox */
    -ms-transition-duration: 0.7s; /* Internet Explorer */
    -o-transition-duration: 0.7s; /* Opera */
}
.menu_left li:hover ul
{
    display: block;
}

.menu_left li ul li
{
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}
.menu_left li ul li:hover
{
    background-color: #000341;
    color: #ffffff;
    cursor: pointer;
    transition-duration: 0.7s; /* W3C */
    -webkit-transition-duration: 0.7s; /* Safari & Chrome */
    -moz-transition-duration: 0.7s; /* Firefox */
    -ms-transition-duration: 0.7s; /* Internet Explorer */
    -o-transition-duration: 0.7s; /* Opera */
}


.menu_object
{
    width: 177px;
    padding-left: 18px;
    padding-top: 15px;
    padding-bottom: 18px;
    font-size: 14px;
    color: #1b276e;
    background-color: #eaebf0;
    list-style: none;
}



.menu_object a
{
    text-decoration: none;
    color: inherit;
}

.menu_object:hover
{
    background-color: #000341;
    color: #ffffff;
    cursor: pointer;
    transition-duration: 0.7s; /* W3C */
    -webkit-transition-duration: 0.7s; /* Safari & Chrome */
    -moz-transition-duration: 0.7s; /* Firefox */
    -ms-transition-duration: 0.7s; /* Internet Explorer */
    -o-transition-duration: 0.7s; /* Opera */
}

.mainbox
{
    background-image: url(/img/bg_mainbox.png);
    width: 938px;
    min-height: 500px; /*position:absolute;*/
    margin-left: 20px;
    float: right;
    z-index: 1000;
    margin-top: -50px;
}
.content_mainbox
{
    /* padding: 40px;*/
    margin-top: -10px;
    width: 910px;
    float: left;
    margin-left: 15px;
    font-size: 13px;
    color: #505050;
}


/*Botões Padrões de Cadstros*/

/*Botão Gerar*/
.content_mainbox .btnGerar
{
    background: url(../img/imgCadastro/BtnGerar.png) left center;
    background-repeat: no-repeat;
    width: 120px;
    float: left;
    padding: 6px;
    text-align: right;
    height: 32px;
}

.content_mainbox .btnGerarLimpar
{
    background: url(../img/imgCadastro/Limpar.png) left center;
    background-repeat: no-repeat;
    width: 120px;
    float: left;
    padding: 6px;
    text-align: right;
    height: 32px;
}

.content_mainbox .btnLimparRelatorioClasse
{
    background: url(../img/imgCadastro/Limpar.png) left center;
    background-repeat: no-repeat;
    width: 120px;
    float: left;
    padding: 6px;
    text-align: right;
    height: 32px;
    cursor: pointer;
}

.content_mainbox .tableForm h1
{
    color: #069;
    font-size: 16px;
    font-family: "Trebuchet MS" , Arial;
}

.content_mainbox .tableForm h2
{
    color: #000;
    font-size: 16px;
    font-family: "Trebuchet MS" , Arial;
}

.content_mainbox .pnlGerarBoletos
{
    color: #000;
    font-size: 16px;
    font-family: "Trebuchet MS" , Arial;
}

.content_mainbox .btnGerar
{
    cursor: pointer;
}

/*Botão Listar*/
.content_mainbox .btnListar
{
    background: url(../img/imgCadastro/btnListar.png) left center;
    background-repeat: no-repeat;
    width: 100px;
    float: left;
    padding: 6px;
    text-align: right;
}
.content_mainbox .btnListar
{
    cursor: pointer;
}

/*Botão Enviar retorno*/
.content_mainbox .btnEnviarRetono
{
    background: url(../img/imgCadastro/btnEnviarRetorno.png) left center;
    background-repeat: no-repeat;
    width: 132px;
    float: left;
    padding: 6px;
    text-align: right;
}
.content_mainbox .btnEnviarRetono
{
    cursor: pointer;
}

/*Botão Incluir*/
.content_mainbox .btnIncluir
{
    background: url(../img/imgCadastro/plus3.png) no-repeat left center;
    width: 95px;
    padding: 8px;
    text-align: right;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 4px;
}

.content_mainbox .btnIncluir
{
    cursor: pointer;
}

/*Botão Pesquisa*/
.content_mainbox .btnPesquisar
{
    background: url(../img/imgCadastro/search.png) left center;
    background-repeat: no-repeat;
    width: 100px;
    float: left;
     padding: 10px;
    text-align: right;
     border-radius: 4px;
	border: 1px solid #ccc;
}

.content_mainbox .btnPesquisar
{
    cursor: pointer;
}

/*Botão Limpar*/
.content_mainbox .btnLimpar
{
    background: url(../img/imgCadastro/trashcan.png) left center;
    background-repeat: no-repeat;
    width: 90px;
    float: left;
    padding: 10px;
    text-align: right;
    border-radius: 4px;
	border: 1px solid #ccc;
    margin-left: 3px;
}

.content_mainbox .btnLimpar
{
    cursor: pointer;
}

.content_mainbox .btn
{
    height: 35px;
    cursor: pointer;
}

.content_mainbox .btn:hover
{
    background: #1b276e;
    color: #fff;
}

h1.titulo_mainbox
{
    width: 500px;
    color: #1b276e;
    padding: 0px;
    font-weight: normal;
    font-size: 23px;
    margin-bottom: 30px;
    height: 26px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

content_mainbox input
{
    border: 1px solid #CCC;
}

.content_mainbox label
{
    width: 70px;
    float: left;
}


.clear
{
    clear: both;
    height: 1px;
}
.arrow
{
    float: right;
    font-family: arial;
    font-size: 10px;
    padding-right: 10px;
}

/*Popup de aviso de caixas de texto */
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}


/*Estilo dos Popups tipo MessageBox*/

.modalPopup
{
    background-color: #ffffdd;
    border-width: 1px;
    -moz-border-radius: 5px;
    border-style: solid;
    border-color: Gray;
    min-width: 250px;
    max-width: 400px;
}
.topHandle
{
    background-color: #97bae6;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    position: relative;
}

.modalPopupForm
{
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    padding: 3px;
    max-width: 800px;
    position: relative;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
}

.modalPopupForm p
{
    padding: 3px;
}

/*---------> Aqui começa o MODÁÁÁÁÁL --------->  */

.box_modal
{
    float: left;
    background-color: #fff;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.top_modal
{
    width: 100%;
    background-color: #E9E9E9;
    float: left;
    margin-top: auto;
    height: 47px;
}
.top_modal h3
{
    margin: 0;
    padding: 0;
    color: #1b276e;
    padding-left: 10px;
    font-weight: normal;
    font-family: "Trebuchet MS";
    font-size: 18px;
    padding-top: 13px;
}

.content_modal
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
}
.close_modal
{
    width: 20px;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 1px;
    float: right;
    margin-right: 3px;
    margin-top: 3px;
}

.painelContent
{
}

.painelContent .painel1
{
    width: 500px;
    float: left;
    margin-top: 10px;
}

.painelContent .painel2
{
    margin-left: 18px;
    width: 312px;
    float: left;
    margin-top: 10px;
}


.pesquisa
{
    clear: both;
}

.maxWidthGrid200
{
    max-width: 200px;
    overflow: hidden;
}

.maxWidthGrid60
{
    max-width: 60px;
    overflow: hidden;
}

.maxWidthGrid80
{
    max-width: 80px;
    overflow: hidden;
}

.valores fieldset
{
}

.valores fieldset
{
    width: 580px;
    float: left;
    font-family: "Trebuchet MS" , Arial;
    border: 1px solid #CCCCEB;
}

.valores .tableFormValores
{
    font-family: "Trebuchet MS" , Arial;
    font-size: 13px;
    width: 400px;
}

.valores .tableFormValores tr
{
}

.valores .tableFormValores input
{
    padding: 2px;
}

.valores .btnValores
{
    height: 35px;
    border: 1px solid #CCCCCC;
    color: #38393A;
    cursor: pointer;
    font-family: "Trebuchet MS";
    margin-top: 10px;
    width: 75px;
}

.valores .btnValores:hover
{
    color: #FFF;
    background-color: #1b276e;
    cursor: pointer;
}


.valores .tableFormValores th
{
    color: #000;
    font-size: 12px;
    font-weight: normal;
}


.entrar_login
{
    width: 70px;
    height: 30px;
    border: 0;
    background-color: #1b276e;
    font-family: "Trebuchet MS";
    color: #FFF;
    cursor: pointer;
    margin-left: 80px;
}

fieldset
{
    border: 1px solid #CCC;
}

.painelContent
{
    margin-top: 30px;
}

.accordionContent
{
    background-color: #fff;
    border-color: -moz-use-text-color #1b276e #1b276e;
    border-right: 1px dashed #1b276e;
    border-style: none dashed dashed;
    border-width: medium 1px 1px;
    padding: 10px 5px 5px;
    width: 600px;
}

.accordionHeaderSelected
{
    background-color: #1b276e;
    border: 1px solid #1b276e;
    color: white;
    cursor: pointer;
    font-family: "Trebuchet MS" ,Arial,Sans-Serif;
    font-size: 13px;
    margin-top: 5px;
    padding: 5px;
    width: 600px;
    text-transform: uppercase;
}

.accordionHeader
{
    background-color: #2E4D7B;
    border: 1px solid #2E4D7B;
    color: white;
    cursor: pointer;
    font-family: "Trebuchet MS" ,Arial,Sans-Serif;
    font-size: 13px;
    margin-top: 5px;
    padding: 5px;
    width: 600px;
    text-transform: uppercase;
}

.ajax__myTab .ajax__tab_header
{
    font-family: "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold; /* color: #000; */ /* border-left: solid 1px #000; */
    border-bottom: thin 1px #000; /* padding: 5px; */
    text-transform: uppercase; /* background-color: #2E4D7B; */
    width: 613px;
    color: #FFF;
    margin-bottom: 25px;
}
.ajax__myTab .ajax__tab_outer
{
    /* padding-right: 0px; */
    padding-top: 14px;
    height: 31px;
    background-color: #2E4D7B;
    margin-right: 4px;
    border: solid 1px #CCC;
    border-radius: 30px;
    margin-top: 10px;
    font-size: 11px;
}
.ajax__myTab .ajax__tab_inner
{
    padding-left: 8px;
    padding-right: 8px; /* background-color: #fff; */
}
.ajax__myTab .ajax__tab_tab
{
    /* height: 10px; */ /* padding: 3px; */
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
}
.ajax__myTab .ajax__tab_hover .ajax__tab_outer
{
    background-color: #1b276e;
    color: white;
    transition-duration: 0.7s; /* W3C */
    -webkit-transition-duration: 0.7s; /* Safari & Chrome */
    -moz-transition-duration: 0.7s; /* Firefox */
    -ms-transition-duration: 0.7s; /* Internet Explorer */
    -o-transition-duration: 0.7s; /* Opera */
}
.ajax__myTab .ajax__tab_hover .ajax__tab_inner
{
    color: white;
}
.ajax__myTab .ajax__tab_hover .ajax__tab_tab
{
    background-color: #1b276e cursor: pointer;
}
.ajax__myTab .ajax__tab_active .ajax__tab_outer
{
    background-color: #1b276e;
}
.ajax__myTab .ajax__tab_active .ajax__tab_inner
{
}
.ajax__myTab .ajax__tab_active .ajax__tab_tab
{
    /* background-color: #E6E7EC; */
    cursor: pointer;
    background-color: none;
}
.ajax__myTab .ajax__tab_body
{
    /* border: 1px solid #000; */
    padding: 6px;
    background-color: #ffffff;
}
.ajax__myTab .ajax__tab_disabled
{
    color: Gray;
}

ajax__tab_tab a
{
    color: #c6c6c6;
}

.class_pdf
{
}

.class_pdf .btn3
{
    background: url(../img/imgCadastro/download.png) left center;
    background-repeat: no-repeat;
    width: 170px;
    float: right;
    padding: 5px;
    text-align: right;
}

.class_pdf .btn3:hover
{
    cursor: pointer;
    float: right;
    padding: 5px;
}

/*Carregamento do Load do Gif*/
.loading
{
    display: none;
    font-family: "Trebuchet MS";
    color: #354291;
    z-index: 999;
    position: fixed;
}

.grdColorText
{
    color: blue;
    font-size: 18px;
}

.ti
{
    font: 9px Arial, Helvetica, sans-serif;
}

.ResultadoRetorno
{
    border: none;
    border-color: #f6a6a6;
    font-family: "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    padding-top: 5px;
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    width: 400px;
}

.ResultadoRetorno tr td
{
    background-color: #ffeded;
    border: none;
    border: 1px solid #f6a6a6;
    border-radius: 5px;
    padding-left: 5px;
}

.msg
{
    background: url(../img/success_msg_icon.gif) left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.name_login
{
    width: 388px;
    height: 60px;
    float: left;
    margin-left: 191px;
    margin-top: 4px;
    color: #000341;
    font-size: 12px;
}

.name_login .right_exit
{
    /* 	background: url(../img/imgCadastro/Sair.png) left; 	background-repeat: no-repeat; 	width: 120px; 	float: left; 	padding: 6px; 	text-align: right; 	height: 32px; */
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 06px;
}

.informacoes tr td
{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}

.informacoes h1
{
    font-size: 20px;
    font-family: "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    color: #1b276e;
}

.informacoes h2
{
    font-size: 20px;
    font-family: "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    color: #000;
}

.informacoes .lblResultado
{
    font-size: 20px;
    font-family: "Trebuchet MS" ,Arial, Helvetica, sans-serif;
    color: #069;
}

.hiddenText
{
    overflow: hidden;
    text-indent: -999px;
}

.msg
{
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 30px 10px 65px;
    position: relative !important;
    margin-top: 12px;
}

.msg span
{
    background: url(../img/imgCadastro/spriteIconBoxMsg.png) no-repeat scroll -1px -34px rgba(0,0,0,0);
    cursor: pointer;
    display: block;
    height: 36px;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 32px;
}

.msg p
{
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.msg.erro
{
    border-color: #f6a6a6;
    background-color: #ffeded;
}

.hiddenTextSucess
{
    overflow: hidden;
    text-indent: -999px;
}

.msgok.sucess
{
    background-color: #eff8de;
    border-color: #72ab00;
}

.msgok
{
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 30px 10px 65px;
    position: relative !important;
    margin-top: 12px;
    height: 29px;
}

.msgok p
{
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    margin-top: 7px;
}

.msgok span
{
    background: url(../img/imgCadastro/spriteIconBoxMsg.png) no-repeat scroll -1px -1px rgba(0,0,0,0);
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 32px;
}
