﻿@import url("tela_login.css");
@import url("tela_inicial.css");
@import url("tela_modulos.css");
@import url("jquery_ui.css");
@import url("thickbox.css");

/*ESTRUTURA GERAL (HEADER, FOOTER)*/

*
{
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}
html, body
{
    font-family: Arial, Geneva, sans-serif;
    color: #333333;
    font-size: 100%;
    height: 100%;
}
#tudo
{
    display: block;
    position: absolute;
    min-height: 100%;
    width: 100%;
    min-width: 760px;
    _width: expression(document.body.clientWidth < 900 ? "900px" : "100%");
}
a:link, a:active, a:visited
{
    color: #0e4fbe;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
p
{
    font-size: 0.8em;
}
h1
{
    font-size: 0.95em;
    font-weight: bold;
    float: left;
    position: relative;
}
h4
{
    margin-bottom: 5px;
    font-size: 0.9em;
}

/*HEADER*/

#barra_super
{
    width: 100%;
    background-color: #e0ecff;
    border-top: 1px solid #a5b9da;
    border-bottom: 1px solid #a5b9da;
    float: left;
    height: 22px;
}
#barra_super a:link, #barra_super a:visited, #barra_super a:active, #barra_super a:hover
{
    font-size: 0.7em;
    padding-left: 12px;
    background: url(../images/setinha.gif) no-repeat 0px 5px;
}
#barra_super span
{
    font-size: 0.7em;
    font-weight: bold;
    padding-left: 12px;
    background: url(../images/setinha.gif) no-repeat 0px 5px;
}
#barra_super a:link.mig_first, #barra_super a:visited.mig_first, #barra_super a:active.mig_first, #barra_super a:hover.mig_first
{
    background: none;
    padding-left: 20px;
}
#barra_super span.mig_first
{
    background: none;
    padding-left: 20px;
    line-height: 2;
}
div#barra_super span.fwn
{
    font-weight: normal;
}
#info_top
{
    width:245px;
    display: block;
    float: right;
    margin-right: 20px;
}
.user_info
{
    height: 50px;
    background: url(../images/linha_vert.gif) no-repeat right;
    text-align: right;
    padding-right: 10px;
    padding-top: 20px;
    font-size: 0.7em;
    width:130px;
    float: right;
    margin-right: 10px;
}
.user_info span
{
    font-size: 1.2em;
    font-weight: bold;
    float: right;
    width:130px;
}
.btns
{
    font-size: 0.9em;
    width: 85px;
    float: right;
    margin-top: 8px;
}
.btns a:link, .btns a:visited, .btns a:active
{
    display: block;
    text-decoration: none;
}
.btns a:link span, .btns a:active span, .btns a:visited span
{
    width: 16px;
    height: 16px;
    background-color: #4278c0;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 1px;
}
.btns a span.ico_sair
{
    background: url(../images/icons.gif) no-repeat 2px -443px;
}
span.ico_restaurar
{
    background: url(../images/icons.gif) no-repeat 2px -421px;
}
span.ico_ajuda
{
    background: url(../images/icons.gif) no-repeat 2px -396px;
}
span.ico_inicio
{
    background: url(../images/icons.gif) no-repeat 2px -372px;
}
.logo_int
{
    float: left;
    width: 200px;
    margin: 10px 0 0 20px;
}

/*FOOTER*/

/*#rodape{clear:both;position:absolute;display:block;bottom:10px;height:20px;width:100%;text-align:center;padding-top:10px;background-color:#FFF;border-bottom:2px solid #B5C6DF;border-top:2px solid #B5C6DF;font-size:0.7em;}*/
#rodape{color:#FFF;font-size:10px !important; background:#285586 url(../images/fundo_rodape.png) no-repeat center; clear:both;position:absolute;display:block;bottom:0px;height:35px;width:100%;text-align:center;font-size:0.7em; padding-top:15px; }

.clear
{
    clear: both;
    margin-bottom: 43px;
}
.sair
{
    background: url(../images/ico_sair.gif) no-repeat 0px 0px;
    padding-left: 20px;
}

/*MODULO DE MENSAGENS*/

div.mensg
{
    clear: both;
    float: left;
    _float: none;
    margin-top: 10px;
    _margin-top: 0;
    width: 100%;
}
div.mensg p.bold
{
    margin-top: 25px;
}
ul.mensagens
{
    font-size: 0.8em;
}
ul.mensagens li
{
    margin: 0 0 2px 0;
}
ul.mensagens li a:link, ul.mensagens li a:active, ul.mensagens li a:visited
{
    background: url(../images/ico_mail.gif) no-repeat left center;
    padding: 0 0 0 22px;
}
ul.mensagens li.open a:link, ul.mensagens li.open a:active, ul.mensagens li.open a:visited
{
    background: url(../images/ico_open_mail.gif) no-repeat left center;
    padding: 0 0 0 22px;
    color: #333;
}
.mail
{
    background: url(../images/ico_mail.gif) no-repeat center center;
}
.open_mail
{
    background: url(../images/ico_open_mail.gif) no-repeat center center;
}
.grid td a:link, .grid td a:visited, .grid td a:active, .grid td a:hover
{
    text-decoration: none;
    display: block;
    height: 100%;
}
.grid td.lido a:link, .grid td.lido a:visited, .grid td.lido a:active, .grid td.lido a:hover
{
    color: #333;
}
table.grid tr td.mensg_corpo
{
    padding: 15px 20px 0 20px;
}
.mensg_corpo p
{
    font-size: 1em;
    margin-bottom: 15px;
}
.mail_st
{
    background: url(../images/seta.gif) no-repeat right center;
}
.mail_st2
{
    background: url(../images/seta2.gif) no-repeat right center;
}
.c333 a:link, .c333 a:visited, .c333 a:active, .c333 a:hover
{
    color: #333;
}
.corpo_msg
{
    padding: 0 20px;
    float: left;
}
.corpo_msg p
{
    margin: 10px 0;
}
.corpo_msg img
{
    margin: 10px 10px 0 0;
    float: left;
}
#loginBox label
{
    font-size: 0.8em;
}

/*FORMULARIO DE SOLICITACAO DE ACESSO*/

#holder_ext_solicitacao
{
    display: block;
    width: 600px;
    margin: 0 auto 20px auto;
    padding-bottom: 10px;
}
#holder_ext_solicitacao h1
{
    display: block;
    float: none;
    margin: 20px 0 20px 0;
}
.first label
{
    float: right;
}
#holder_ext_solicitacao .tbla_holder
{
    background-color: #E0ECFF;
    display: block;
    margin-bottom: 20px;
    width: 580px;
    padding: 10px;
}
#holder_ext_solicitacao table
{
    width: 100%;
}
#holder_ext_solicitacao table td
{
    padding: 10px;
    vertical-align:top;
}
#holder_ext_solicitacao table td span
{
    display: block;
    font-size: 0.8em;
}
#holder_ext_solicitacao table td label
{
    font-size: 0.8em;
    font-weight: bold;
}
#holder_ext_solicitacao p
{
    font-weight: bold;
    margin-bottom: 10px;
}
.light
{
    background-color: #edf3fd;
}
.wX
{
    width: 213px;
}
#holder_ext_solicitacao p.nomb
{
    margin-bottom: 0;
}
.flow span span.sol_ast
{
    width: 16px;
    height: 16px;
    margin: 5px 0 0 2px;
}
.flow span.sol_dados_tit
{
    margin-left: 10px;
    margin-top: 0;
    margin-bottom:10px;
}
#holder_ext_solicitacao p.tit_mod
{
    margin-bottom: 0; *margin-bottom:-5px;
}
.flow
{
    display: block;
    height: 240px;
    *height: 230px;
    *padding-top:15px;
}
.flow span
{
    display:block;
    float:left;
    width:100%;
    _width:95%;
    *float:none;
    *display:inline-block;
    font-size:0.9em;
    margin-top:10px;
    *line-height:1;
}
.flow span span, .flow span input
{
    display: inline; *display:inline-block;
*margin-top:0px;
*float:left;
}
.flow span span.sol_lab
{
    width: 100px;
    display: inline-block; *display:inline;
text-align:right;
margin-top:5px;
font-weight:bold;
}

/*TELA DE ERRO*/

.alert_erro
{
    border: 1px solid #e09898;
    font-size: 1.2em;
    padding: 20px;
    background: #fff6f6 url(../images/erro.gif) no-repeat 25px center;
    padding-left: 100px;
    width: 400px;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -260px;
    color: #C00;
}
.alert_erro h1
{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    _margin-bottom: -10px;
}
.alert_erro p
{
    margin-bottom: 10px;
}
.alert_erro span
{
    font-size: 0.8em;
}
#Login1_RememberMe
{
    margin-top: 5px;
}
#loginBox td.lembrar label
{
    font-size: 0.8em; 
    *font-size:0.75em;
    vertical-align:1px;
}
#gridMensagens td a
{
    color: #0E4FBE;
}


/*TELAS ESTATISTICA*/

h2.destaque
{
    font-size: 0.8em;
    margin-top: 10px; *margin-top:0;
    display:block;
    float:left;
    _float:none;
    width:100%;
    background-color:#f5f9ff;
    border-top:1pxsolid#e0ecff;
    padding:3px03px0;
    color:#728fbe;
}
h2.destaque span
{
    margin-left: 10px;
    display: block;
}
.widget-content .tbla_estatistica th
{
    line-height: 0.5;
    padding: 0;
}
.tbla_estatistica, .tbla_estatistica2, .tbla_estatistica3
{
    font-size: 0.8em;
    margin-bottom: 10px;
    float: left;
    _float: none;
    width: 100%;
}
.tbla_estatistica td, .tbla_estatistica2 td, .tbla_estatistica3 td, .tbla_estatistica th, .tbla_estatistica2 th, .tbla_estatistica3 th
{
    padding: 2px 5px;
    border: 1px solid #fff;
}
.tbla_estatistica td label, .tbla_estatistica2 td label, .tbla_estatistica3 td label
{
    font-weight: bold;
}
.tbla_estatistica td p, .tbla_estatistica2 td p, .tbla_estatistica3 td p
{
    font-size: 1em;
    padding: 4px 0;
}
.tbla_estatistica td input, .tbla_estatistica2 td input, .tbla_estatistica td input
{
    font-size: 1em;
}
.x
{
    vertical-align: -2px;
}
.acessar
{
    font-size: 0.8em;
    display: block;
    float: left;
    margin: 20px 0 0 10px;
}
.tbla_estatistica3 .xsimples, .xsimples
{
    font-weight: normal;
    border: 1px solid #e0ecff;
    padding: 3px 5px; 
    *padding:1px5px1px2px;
    margin-top:10px;
    display:block;
    float:left;
}


/*ELEMENTOS DE FORMULARIOS*/
input.required {
	border:1px solid #4278c0;
	color:#333333;
	font-size:1em;
	padding:2px 3px 2px 3px;
	background-color:#ffffff;
}
input.equalTo {
	border:1px solid #4278c0;
	color:#333333;
	font-size:1em;
	padding:2px 3px 2px 3px;
	background-color:#ffffff;
}
input:focus 
{
    border:1px solid #4278C0 !important;
}
fieldset
{
    border: 1px solid #4278c0;
    padding: 2px 0 5px 5px;
    margin-bottom: 10px;
    display: block;
}
fieldset legend
{
    font-weight: bold;
    font-size: 0.8em;
}
fieldset p
{
    margin-bottom: 0;
}
input.no_b
{
    border: none;
}
.rd, .ch
{
    vertical-align: -3px;
    margin-left: 3px;
}
label.frm_itm
{
    font-size: 0.8em;
    display: block;
    clear: both;
}

input.required
{
    border: 1px solid #4278c0;
    color: #333333;
    font-size: 1em;
    padding: 2px 3px 2px 3px;
    background-color: #ffffff;
}

input.in_text
{
    border: 1px solid #4278c0;
    color: #333333;
    font-size: 0.9em;
    padding: 2px 3px 2px 3px;
    background-color: #ffffff;
}
input.in_text_focus
{
    background-color: #ffc;
    border: 1px solid #4278c0;
    color: #333333;
    font-size: 0.9em;
    padding: 2px 3px 2px 3px;
}
textarea
{
    border: 1px solid #4278c0;
    color: #333333;
    font-size: 1em;
    font-family: Arial, Geneva, sans-serif;
    padding: 2px 3px 2px 3px;
    display: block;
    height: 50px;
}
.txta_focus
{
    background-color: #ffc;
    border: 1px solid #4278c0;
    color: #333333;
    font-size: 1em;
    font-family: Arial, Geneva, sans-serif;
    padding: 2px 3px 2px 3px;
    display: block;
}
select
{
    border: 1px solid #4278c0;
    color: #333333;
    font-size: 0.8em;
    padding: 1px;
}
span.obr
{
    font-size: 0.9em;
    color: #090;
    font-weight: normal;
}
span.opc
{
    font-size: 0.9em;
    color: #666;
    font-weight: normal;
}
.inline_alert
{
    color: #ae2d2d;
    font-size: 0.7em;
    margin-top: 3px;
    height: 16px;
    float: left;
}
.data
{
    background: url(../images/ico_calendario.gif) no-repeat 73px 2px;
}
img.load
{
    vertical-align: -3px;
}
span.load_txt
{
    font-size: 0.7em;
    color: #4278c0;
}
input.erro
{
    background-color: #fff6f6;
    border: 1px solid #e09898;
}
input.ok
{
    border: 1px solid #81b57f;
    background-color: #f3ffeb;
}
.apagar
{
    display: none;
}

/*SENHAS*/

#holder_ext_senha {
	display: block;
	width:570px;
	margin:0 auto 20px auto;
	padding-bottom:10px;
	clear:both;
	padding-top:10px;
}
#holder_ext_senha h1 {
	display:block;
	float:none;
	margin:20px 0 20px 0;
}
#holder_ext_senha .tbla_holder {
	background-color:#E0ECFF;
          display:block;
          float:left;
          margin-bottom:20px;
          margin-right:20px;
          padding:20px 0;
          width:250px;
}
#holder_ext_senha table {
	width:160px;
	display:block;
	margin:0 0 0 20px;
}
#holder_ext_senha table td {
	padding:2px;
}
#holder_ext_senha table td span {
	display:block;
	font-size:0.8em;
}
#holder_ext_senha table td label {
	font-size:0.8em;
	font-weight:bold;
}
#holder_ext_senha p {
	margin-bottom:10px;
}
/*requisicao de senha*/
#holder_ext_recsenha {
	display: block;
	width:310px;
	margin:0 auto 20px auto;
	padding-bottom:10px;
}
#holder_ext_recsenha h1 {
	display:block;
	float:none;
	margin:20px 0 20px 0;
}
#holder_ext_recsenha .tbla_holder {
	background-color:#E0ECFF;
	display:block;
	margin-bottom:20px;
	width:100%;
	padding:20px 1px;
}
#holder_ext_recsenha table {
	width:215px;
	display:block;
	margin:auto;
}
#holder_ext_recsenha table td {
	padding:2px;
}
#holder_ext_recsenha table td span {
	display:block;
	font-size:0.8em;
}
#holder_ext_recsenha table td label {
	font-size:0.8em;
	font-weight:bold;
}
#holder_ext_recsenha p {
	margin-bottom:10px;
}
#GVPA_Processos .widget-footer 
{
    *margin:6px 0 -18px -14px;
}
.widget-footer {
	background:#fff url(../images/bg_wgt_footer.gif) no-repeat right;
	font-size:0.7em;
	text-align:right;
	height:25px;
    float:left;
    _float:none;
    clear:both;
    margin:10px 0 -8px -14px;
    _margin:10px 0 0 0;
    padding-left:28px;
    _padding-left:0;
    width:100%;
}
.widget-footer a {
	float:right;
	margin:6px 8px 0 0;
}
.instrucoes 
{
    clear:both;
}
.instrucoes ul 
{
    margin-top:8px;
}
.logo_pc {
	float:left;
	margin:0 -10px 0 10px;
}