/****************************************** criação : 01/2009 descricao : Página de estilos ********************************************/ *[readonly] { background-color: #E3E3E3; } *[disabled] { background-color: #E3E3E3; } .readonly { background-color: #E3E3E3; color: #949494; } .disabled { background-color: #E3E3E3; color: #949494; } h2 { font-size: 15px; font-weight: bold; } p { padding: 5px; font-size: 11px; } * { color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; padding: 0; } html,body { height: 99%; } td { font-size: 11px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; } a { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; } .linkGeraCaptcha:hover { text-decoration: underline; } /******************************************* LAYOUT ********************************************/ .carregando { background-image: url("../imagem/carregando.gif"); background-repeat: no-repeat; display:block; height: 13px; width: 208px; } .iconeCarregando { background-image: url("../imagem/icone_carregando.gif"); background-repeat: no-repeat; height: 17px; width: 20px; display: inline-block; } .iconeValido { background-image: url("../imagem/icone_valido.gif"); background-repeat: no-repeat; height: 17px; width: 20px; display: inline-block; } .iconeInValido { background-image: url("../imagem/icone_invalido.gif"); background-repeat: no-repeat; height: 17px; width: 20px; display: inline-block; } #barraProjeto { padding: 0; margin: 0 auto; display: block; width: 100%; height: 90px; } #barraProjeto .barraProjetoLogo { background-image: url("../imagem/logotipo.gif"); background-repeat: no-repeat; float: left; height: 65px; width: 50%; } #barraProjeto a span { margin-top: 50px; margin-left: 15px; display: block; font-weight: bold; } #barraProjeto #barra_login { height: 60px; padding: 5px; margin-top: 10px; float: right; width: 47%; } #barraProjeto #barra_login form { text-align: right; } .iniAcao { display: table; width: 99%; } .iniAcao.separador { margin-top: 10px; margin-bottom: 3px; border-bottom: 1px solid #E6E6E6; } #pagina { min-height: 100%; position: relative; margin: 0 auto; } * html #pagina { height: 100%; /* hack para IE6 hq trata height como min-height */ } #rodape { text-align: center; width: 100%; position: absolute; bottom: 0px; } #rodape .copyright { text-align: center; font-size: 9px; color: #999999; margin-top: 30px; padding: 10px; text-decoration: none; } .lbTitulo { font-size: 14px; font-weight: bold; color: #CC3333; text-align: left; margin-bottom: 10px; display: block; } .lbSubTitulo { float: left; margin-right: 2px; text-align: left; font-size: 11px; font-weight: bold; display: table; text-indent: 130px; width: 100%; padding-bottom: 5px; } .lbInstrucoes { text-align: left; margin-left: 26%; padding-bottom: 5px; color: #ff0000; } .secao { display: table; width: 100%; } .secaoTitulo { font-weight: bold; background-color: #dddddd; text-align: center; min-height: 16px; line-height: 16px; margin-bottom: 15px; margin-top: 7px; color: #666666; } .secaoMaximiza { background: url("../imagem/minimizar.gif") no-repeat center; width: 11px; float: left; margin-left: 5px; } .secaoMinimiza { background: url("../imagem/maximizar.gif") no-repeat center; width: 11px; float: left; margin-left: 5px; } .secaoAberta { /*display: block;*/ } .secaoFechada { /*display: none;*/ } h3 { font-size: 10pt; font-weight: bold; } .bordaCaixa { background: transparent; width: 30%; } .bordaCaixa .b1,.bordaCaixa .b2,.bordaCaixa .b3,.bordaCaixa .b4,.bordaCaixa .b1b,.bordaCaixa .b2b,.bordaCaixa .b3b,.bordaCaixa .b4b { display: block; overflow: hidden; font-size: 1px; } .bordaCaixa .b1,.bordaCaixa .b2,.bordaCaixa .b3,.bordaCaixa .b1b,.bordaCaixa .b2b,.bordaCaixa .b3b { height: 1px; } .bordaCaixa .b2,.bordaCaixa .b3,.bordaCaixa .b4 { background-color: #fafafa; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; } .bordaCaixa .b1 { margin: 0 5px; background: #ebebeb; } .bordaCaixa .b2 { margin: 0 3px; border-width: 0 2px; } .bordaCaixa .b3 { margin: 0 2px; } .bordaCaixa .b4 { height: 2px; margin: 0 1px; } #mensagem { text-align: center; min-height: 20px; margin: 0 auto; margin-bottom: 5px; width: 60%; } #mensagem div.mensagemErro { color: #FF0000; background-color: #fafafa; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; font-weight: bold; padding-bottom: 5px; } #mensagem div.mensagemOk { color: #236ACA; background-color: #fafafa; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; font-weight: bold; padding-bottom: 5px; } #mensagem div.mensagemAviso { color: #236ACA; background-color: #fafafa; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; font-weight: bold; padding-bottom: 5px; } .mensagem_lista_erros { display: table; margin-top: 15px; text-align: left; } .mensagem_lista_erros li { list-style-type: disc; list-style-position: inside; margin-left: 20px; font-weight: normal; } .mensagem_acao { width: 100%; text-align: right; display: block; height: 10px; padding: 0; margin: 0; } .mensagem_fechar { vertical-align: top; text-align: right; cursor: pointer; padding-right: 10px; } /******************************************* FORMULÁRIOS ********************************************/ form { margin: 0 auto; padding: 2px; text-align: left; } input,select,textarea { font-size: 10px; margin-bottom: 5px; vertical-align: middle; padding: 1px; padding-top: 2px; text-align: left; border: 1px solid #cccccc; } /* firefox */ input[type=radio] { font-size: 10px; margin-top: 5px; border: none; } .campo_selecionado { /* background-color: #fffce8;*/ border: 1px solid #6f6f6f; } .campo_selecionado_obrigatorio { /*background-color: #fff0f0;*/ border: 1px solid #6f6f6f; } fieldset { border: 0; margin: 0 auto; text-align: left; } label,span.label { float: left; width: 25%; margin-right: 2px; text-align: right; padding: 4px; padding-top: 3px; padding-bottom: 3px \0/; } label.obrigatorio,span.obrigatorio { font-weight: bold; } .obrigatorioNaoPreenchido { font-weight: bold; color: #ff0000; } /******************************************** BOTÇÕES ********************************************/ .botao_entrar { border: none; background: url(../imagem/botao-entrar.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; } .botao_assinar2 { border: none; background: url(../imagem/botao-assinar2.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; } .botao_voltar { border: none; background: url(../imagem/botao-voltar.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; float: left; } .botao_inicio { float:right; width: 65px; height: 27px; cursor: pointer; background: url(../imagem/botao-inicio.gif) no-repeat; } .botao_sair { float:right; width: 60px; height: 27px; cursor: pointer; background: url(../imagem/botao-sair.gif) no-repeat ; } .botao_validar { border: none; background: url(../imagem/botao-validar.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; float: left; } .botao_incluir { border: none; background: url(../imagem/botao-incluir.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; float: left; } .botao_testar { border: none; background: url(../imagem/botao-testar.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; float: left; } .botao_excluir { border: none; background: url(../imagem/botao-excluir.gif) no-repeat; cursor: pointer; width: 78px; height: 20px; float: left; } .botao_cancelar { border: none; background: url(../imagem/botao-cancelar.gif) no-repeat; cursor: pointer; width: 78px; height: 20px; } .botao_adicionar { border: none; background: url(../imagem/botao-adicionar.gif) no-repeat; cursor: pointer; width: 78px; height: 20px; float: left; } .botao_lote { border: none; background: url(../imagem/botao-lote.gif) no-repeat; cursor: pointer; width: 78px; height: 20px; float: left; } .icone_moeda { float: right; border: none; background: url(../imagem/icone-moeda.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .botao_limpar { border: none; background: url(../imagem/botao-limpar.gif) no-repeat; cursor: pointer; width: 78px; height: 20px; float: left; } .botao_salvar { border: none; background: url(../imagem/botao-salvar.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; float: left; } .botao_salvar2 { border: none; background: url(../imagem/botao-salvar.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; display: inline-table; } .botao_pesquisar { border: none; background: url(../imagem/botao-pesquisar.gif) no-repeat; cursor: pointer; width: 80px; height: 20px; display: inline-block; } .botao_confirmar { border: none; background: url(../imagem/botao-confirmar.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; float: left; } .botao_ajuste { border: none; background: url(../imagem/botao-ajuste.gif) no-repeat; cursor: pointer; width: 70px; height: 24px; display: inline-table; } .botao_agregar { border: none; background: url(../imagem/botao-agregar.gif) no-repeat; cursor: pointer; width: 80px; height: 20px; float: left; } .botao_vincular { border: none; background: url(../imagem/botao-vincular.gif) no-repeat; cursor: pointer; width: 80px; height: 20px; float: left; } .botao_lancamento { border: none; background: url(../imagem/botao-lancamento.gif) no-repeat; cursor: pointer; width: 85px; height: 24px; display: inline-table; } .botao_liberar { border: none; background: url(../imagem/botao-liberar.gif) no-repeat; cursor: pointer; width: 100px; height: 24px; display: inline-table; } .botao_proximo { border: none; background: url(../imagem/botao-proximo.gif) no-repeat; cursor: pointer; width: 100px; height: 24px; display: inline-table; } .botao_anterior { border: none; background: url(../imagem/botao-anterior.gif) no-repeat; cursor: pointer; width: 100px; height: 24px; display: inline-table; } .botao_finalizar { border: none; background: url(../imagem/botao-finalizar.gif) no-repeat; cursor: pointer; width: 100px; height: 24px; display: inline-table; } .botao_naoliberar { border: none; background: url(../imagem/botao-naoliberar.gif) no-repeat; cursor: pointer; width: 100px; height: 24px; display: inline-table; } .botao_analise { border: none; background: url(../imagem/botao-analise.gif) no-repeat; cursor: pointer; width: 100px; height: 24px; display: inline-table; } .botao_email { border: none; background: url(../imagem/botao-email.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; float: left; } .botao_imprimir { border: none; background: url(../imagem/botao-imprimir.gif) no-repeat; cursor: pointer; width: 85px; height: 20px; float: left; } .botao_editar { border: none; background: url(../imagem/botao-editar.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; float: left; } .botao_informar_deferimento { border: none; background: url(../imagem/botao-informar-deferimento.gif) no-repeat; cursor: pointer; width: 135px; height: 20px; float: left; } .botao_informar_indeferimento { border: none; background: url(../imagem/botao-informar-indeferimento.gif) no-repeat; cursor: pointer; width: 135px; height: 20px; float: left; } .botao_atualizar { border: none; background: url(../imagem/botao-atualizar.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; float: left; } .botao_cassar { border: none; background: url(../imagem/botao-cassar.gif) no-repeat; cursor: pointer; width: 135px; height: 20px; float: left; } .botao_cassar2 { border: none; background: url(../imagem/botao-cassar2.gif) no-repeat; cursor: pointer; width: 250px; height: 20px; float: left; } .botao_assinar { border: none; background: url(../imagem/botao-assinar.gif) no-repeat; cursor: pointer; width: 100px; height: 24px; display: inline-table; } /******************************************* ͍CONES ********************************************/ .icone_andar { float: right; border: none; background: url(../imagem/icone-andar.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_andar2 { float: right; border: none; background: url(../imagem/icone-andar2.gif) no-repeat; cursor: pointer; width: 32px; height: 29px; } .icone_relogio { float: right; border: none; background: url(../imagem/icone-relogio.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_direita { border: none; background: url(../imagem/direita.gif) no-repeat; cursor: pointer; width: 26px; height: 20px; display: block; } .icone_painel { border: none; background: url(../imagem/icone-painel.gif) no-repeat; cursor: pointer; width: 30px; height: 30px; display: block; } .icone_sair { float: right; border: none; background: url(../imagem/icone-sair.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_sair_fechado { float: right; border: none; background: url(../imagem/icone-sair-fechado.gif) no-repeat; cursor: default; width: 29px; height: 20px; } .icone_esquerda { border: none; background: url(../imagem/esquerda.gif) no-repeat; cursor: pointer; width: 26px; height: 20px; display: block; } .icone_esquerda_todos { border: none; background: url(../imagem/esquerda-todos.gif) no-repeat; cursor: pointer; width: 26px; height: 20px; display: block; } .icone_direita_todos { border: none; background: url(../imagem/direita-todos.gif) no-repeat; cursor: pointer; width: 26px; height: 20px; display: block; } .iconePesquisar { border: none; background: url(../imagem/icone-pesquisar.gif) no-repeat; cursor: pointer; width: 23px; height: 21px; display: inline-block; } .icone_ver { float: right; border: none; background: url(../imagem/icone-ver.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_email { float: right; border: none; background: url(../imagem/icone-email.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_email_naolido { float: right; border: none; background: url(../imagem/icone-email-naolido.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_atualizar { float: right; border: none; background: url(../imagem/icone-atualizar.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_online { float: right; border: none; background: url(../imagem/icone-online.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone-offline { float: right; border: none; background: url(../imagem/icone-offline.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_inativo { float: right; border: none; background: url(../imagem/icone-inativo.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_ativo { float: right; border: none; background: url(../imagem/icone-ativo.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_excluir { float: right; border: none; background: url(../imagem/icone-excluir.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_remover { float: right; border: none; background: url(../imagem/icone-remover.gif) no-repeat; cursor: pointer; width: 28px; height: 20px; } .icone_adicionar { float: right; border: none; background: url(../imagem/icone-adicionar.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } * .icone_salvar { float: right; border: none; background: url(../imagem/icone-salvar.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_editar { float: right; border: none; background: url(../imagem/icone-editar.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_grafico { float: right; border: none; background: url(../imagem/icone-grafico.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_desativado { opacity: 0.60; cursor: default; filter: alpha(opacity = 30); } .icone_vincular { float: right; border: none; background: url(../imagem/icone-vincular.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_imprimir { float: right; border: none; background: url(../imagem/icone-imprimir.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_nao_imprimir { float: right; border: none; background: url(../imagem/icone-nao-imprimir.gif) no-repeat; width: 29px; height: 20px; } .icone_assinar { float: right; border: none; background: url(../imagem/icone-assinar.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .icone_imagem { float: right; border: none; background: url(../imagem/icone-imagem.gif) no-repeat; width: 29px; height: 20px; } .icone_ajuda_pequeno { border: none; background: url(../imagem/icone-ajuda-pequeno.gif) no-repeat; cursor: pointer; width: 15px; height: 15px; vertical-align: top; display: inline-block; } #alerta_capslock { color: #FF0000; } .icone_desbloquear { float: right; border: none; background: url(../imagem/icone_desbloquear.gif) no-repeat; cursor: pointer; width: 28px; height: 20px; } .icone_bloquear { float: right; border: none; background: url(../imagem/icone_bloquear.gif) no-repeat; cursor: pointer; width: 28px; height: 20px; } /******************************************* MENUS - HORIZONTAL ********************************************/ #menu_horizontal_desconectado { background-color: #f9f9f9; border-top: 1px solid #BDBDBD; border-bottom: 2px solid #BDBDBD; margin-bottom: 5px; padding-top: 6px; height: 45px; display: table; width: 100%; } #menu_horizontal_conectado { display: table; width: 100%; line-height: 21px; } #menu_horizontal { list-style-type: none; background-color: #f9f9f9; border-top: 1px solid #E6E6E6; border-bottom: 2px solid #BDBDBD; display: table; width: 100%; font-weight: bold; text-align: left; } #menu_horizontal ul { display: none; visibility: hidden; z-index: 1; background-color: red; } #menu_horizontal,#menu_horizontal ul { margin: 0; padding: 0; list-style-type: none; list-style-position: outside; position: relative; line-height: 21px; margin-bottom: 10px; } #menu_horizontal a,#menu_horizontal a:active,#menu_horizontal a:link { display: block; padding: 0px 5px; color: #000000; text-decoration: none; text-align: left; } #menu_horizontal a:hover { color: #ffffff; text-decoration: none; background: #CC3333; } #menu_horizontal li { float: left; position: relative; border-right: 2px solid #ffffff; } #menu_horizontal ul { position: absolute; display: block; width: 170px; top: 21px; height: 18px; line-height: 18px; } #menu_horizontal li ul a { width: 170px; float: left; border: 1px solid #E6E6E6; color: #000000; height: auto; font-size: 10px; background-color: #ffffff; } #menu_horizontal ul ul { left: 167px; top: auto; margin-left: 15px; _margin-left: 10px; /* IEca */ margin-left: 13px; /* IEca 7 ou >*/ } #menu_horizontal li:hover ul ul,#menu_horizontal li:hover ul ul ul,#menu_horizontal li:hover ul ul ul ul { display: none; } #menu_horizontal li:hover ul,#menu_horizontal li li:hover ul,#menu_horizontal li li li:hover ul,#menu_horizontal li li li li:hover ul { display: block; } /******************************************* SELECT MULTIPLO ********************************************/ .select_multiplo { width: 650px; margin: 0 auto; font-weight: bold; display: table; text-align: center; } .select_multiplo option { text-align: left; } .select_multiplo_dis_cont { width: 300px; height: 200px; } .select_multiplo_dis_cont2 { width: 300px; height: 200px; } .select_multiplo_disp { float: left; width: 310px; text-align: left; } .select_multiplo_sel { float: right; width: 310px; text-align: left; } .select_multiplo_sel_cont { width: 300px; height: 200px; } .select_multiplo_acao { width: 30px; float: left; text-align: center; margin-top: 45px; } /******************************************* SELECT MULTIPLO TRIPLO ********************************************/ .select_multiplo_triplo { width: 750px; margin: 0 auto; font-weight: bold; display: table; text-align: center; } .select_multiplo_triplo option { text-align: left; } .select_multiplo_triplo_dis_cont { width: 230px; height: 200px; } .select_multiplo_triplo_disp { float: left; width: 240px; text-align: left; } .select_multiplo_triplo_sel { float: right; width: 240px; text-align: left; } .select_multiplo_triplo_sel_cont { width: 430px; height: 200px; } .select_multiplo_triplo_acao { width: 30px; float: left; text-align: center; margin-top: 45px; } .select_multiplo_triplo_filtro_cont { width: 230px; height: 200px; } .select_multiplo_triplo_filtro { float: left; width: 240px; text-align: left; } /******************************************* ABAS ********************************************/ #barraAbas { text-align: center; width: 100%; display: table; margin-bottom: 10px; margin-top: 5px; } #abaPrincipal { text-align: center; width: 100%; background: url(../imagem/aba-principal-fundo.gif) repeat-x bottom; display: table; } #abaPrincipalConteudo { width: 65%; text-align: center; display: block; line-height: normal; margin: 0 auto; } #abaPrincipalConteudo ul { margin: 0 auto; padding: 0 16%; list-style: none; } #abaPrincipalConteudo li { float: left; background: url(../imagem/aba-principal-dir.gif) no-repeat right top; margin: 0; padding: 0; } #abaPrincipalConteudo a { display: block; background: url(../imagem/aba-principal-esq.gif) no-repeat left top; padding: 5px 15px 4px; font-weight: bold; color: #666666; } #abaPrincipalConteudo #selecionada { background-image: url("../imagem/aba-principal-dir-sel.gif"); } #abaPrincipalConteudo #selecionada a { background-image: url("../imagem/aba-principal-esq-sel.gif"); padding-bottom: 5px; font-weight: bold; color: #000000; } #abaPrincipalConteudo a:hover { color: #236ACA; } #abaPrincipalConteudo li.desabilitada a { color: #e7e3e7; cursor: default; } #abaInterna { width: 100%; display: table; background: #cccccc url(../imagem/aba-interna-fundo.gif) repeat-x top; } #abaInterna ul { list-style: none; margin-top: 2px; } #abaInterna li { display: inline; } #abaInterna li a { height: 23px; line-height: 23px; border-right: 1px solid #dfdfdf; padding-left: 16px; color: #818181; text-decoration: none; font-weight: bold; float: left; } #abaInterna li a sup { font-weight: normal; color: #ff0000; font-size: 7.7pt; width: 16px; line-height: 14px; display: inline-block; text-align: center; } #abaInterna li a.selecionada { cursor: default; font-weight: bold; color: #000000; background-color: #ffffff; } #abaInterna li a:hover { cursor: pointer; font-weight: bold; color: #236ACA; background-color: #ffffff; } .abaConteudo { clear: both; } #abaInterna li a.abaObrigatorioNaoPreenchido { font-weight: bold; color: #ff0000; } /******************************************* PAINEL ********************************************/ div#painel_principal { width: 99%; margin: 0 auto; display: table; } div#painel_esquerda { width: 49%; min-height:50px; float: left; border: 2px dotted #f1f1f1; } div#painel_direita { width: 49%; min-height:50px; float: right; border: 2px dotted #f1f1f1; } .painel_conteudo { border: 1px solid #e6e6e6; min-height: 50px; display:table; overflow:auto; width:98%; margin: 0 auto; } .painel_conteudo_sem_carregando { border: 1px solid #e6e6e6; min-height: 50px; display:table; overflow:auto; width:98%; margin: 0 auto; } .painel_conteudo .painel_conteudo_div { width:97%; display: block; } .painel_conteudo_sem_carregando .painel_conteudo_div { width:97%; display: block; } div.painel_item { margin: 10px !important; } div.painel_item h2 { cursor: pointer; font-size: 14px; font-weight: bold; color: #CC3333; text-align: left; background: #ededed url("../imagem/fundo-painel.gif") repeat-x left top; padding-left: 4px; padding-right: 4px; padding-bottom: 4px; } .painel_item .b1,.painel_item .b2,.painel_item .b3,.painel_item .b4,.painel_item .b1b,.painel_item .b2b,.painel_item .b3b,.painel_item .b4b { display: block; overflow: hidden; font-size: 1px; background: #ededed; } .painel_item .b1,.painel_item .b2,.painel_item .b3,.painel_item .b1b,.painel_item .b2b,.painel_item .b3b { height: 1px; } .painel_item .b2,.painel_item .b3,.painel_item .b4 { border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; } .painel_item .b1 { margin: 0 5px; background: #e6e6e6; } .painel_item .b2 { margin: 0 3px; border-width: 0 2px; } .painel_item .b3 { margin: 0 2px; background: #ededed; } .painel_item .b4 { height: 2px; margin: 0 1px; } /** div.painel_recebe { } **/ .painel_janela { background: #ededed url("../imagem/minimizar.gif") no-repeat center; width: 11px; display: block; } .maximiza { background: #ededed url("../imagem/maximizar.gif") no-repeat center; width: 11px; display: block; } .minimiza { background: #ededed url("../imagem/minimizar.gif") no-repeat center; width: 11px; display: block; } div#painel_principal h2 span { float: right; font-size: 12px; font-weight: normal; padding: 1px; } div#painel_principal h2 span a { color: #fff; text-decoration: none; } .painel_ajuda { border: 2px dashed #e6e6e6; min-height: 50px; margin: 4px; background-color: #f8f8f8; } .painel_titulo_displaytag { background-color: #ffffff; color: #000000; } /* Necessário para não exibir o label "ver registro" na edição dos dados */ #TB_ajaxWindowTitle { float: left; padding: 5px 0 5px 10px; margin-bottom: 1px; text-indent: -500px; } .botao_mensagens { text-align: left; vertical-align: bottom; float:right; width: 25px; height: 25px; cursor: pointer; background: url(../imagem/icone-ativo.gif) no-repeat; } .icone-privado { float: right; border: none; background: url(../imagem/status-privado.gif) no-repeat; cursor: pointer; width: 29px; height: 20px; } .botao_usuario { border: none; background: url(../imagem/botao-user.gif) no-repeat; cursor: pointer; width: 70px; height: 20px; float: left; }