﻿/*-----------------------------------------------------------------------------*/
/* Fundo e Links --------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
body
{
	background: #012243 url('../Imagens/bg.gif') repeat-x 0 -45px;
	font: 0.69em Verdana,Geneva,Kalimati,sans-serif;
	text-align: center;
	padding: 0 0 40px 0;
}

hr {
	display: none;
}

fieldset {
	border: none;
	margin: 3px 0 0;
	padding: 5px 15px 10px 15px;
}

label {
/*	display: inline-block;  Sávio - retirado por causa de bug das paginas sem iframe, checar se causará problema em outras páginas */
	line-height: 1.8;
	vertical-align: top;
}
/* Sávio - a correção acima afetava a página de login, a linha abaixo corrige */
#divLogin label {display: inline-block}

label.toRight {
	text-align: right;

}

fieldset fieldset legend {
	font-weight: normal;
}

fieldset fieldset label {
	display: block;
	width: auto;
}

fieldset em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

/* Sávio - a correção acima afetava a página de login, a linha abaixo corrige */
#divLogin fieldset label {width:80px}

fieldset fieldset label {
	margin-left: 23px; /* Width plus 3 (html space) */
}

#wrapper {
	width: 472px;
	margin: 8% auto 0 auto;
	text-align: left;
}

#topper {
	height: 72px;
	background: url('../Imagens/logologin.gif') no-repeat center center;
}

#topper h1 {
	text-indent: -999em;
	overflow: hidden;
}

#main {
	background: #ffffff;
	border: 5px solid #00284b;
	border-bottom: none;
	padding: 25px 0 15px 0;
}

#main a {
	color: #0e2d59;
}

#main p {
	padding: 0 0 0 123px;
}

#main li {
	margin: 11px 0;
}

label {
	color: #2b5178;
}

.medium {
	width: 165px;
	background: #e3e6db;
	border: solid 1px #A5ACB2;
	padding: 0 5px;
	vertical-align: middle;
	height: 26px;
}

.big {
	width: 260px;
	background: #e3e6db;
	border: solid 1px #A5ACB2;
	padding: 0 5px;
	vertical-align: middle;
	height: 26px;
}

#btnlogin {
	background: url('../Imagens/btnLogin.gif') no-repeat 0 0;
	width: 84px;
	height: 30px;
	display: block;
	float: right;
	margin-top: -2px;
	margin-right: 65px;
	margin-bottom: 0;
	margin-left: 10px;
	text-align:right;
}

#btnlogin input{
	width: 84px;
	height: 30px;
	background: none;
	font-size: 0.05em;
	border: none;
}


#footer h4 {
	background: #eaece1 url('../Imagens/fgvlogin.gif') no-repeat center center;
	border: 5px solid #00284b;
	border-top: none;
	height: 85px;
}

#footer h4 {
	background: #eaece1 url('../Imagens/fgvlogin.gif') no-repeat center center;
	border: 5px solid #00284b;
	border-top: none;
	height: 85px;
	text-indent: -999em;
	overflow: hidden;
}

#footer div {
	text-align: center;
}

#footer li {
	margin: 0 0 11px 0;
}

#footer h5 {
	font-size: 1.82em;
	padding: 16px 0;
	color: #b3bfca;
}

#footer span {
	font-size: 1.82em;
	display: block;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#TrocaSenha input[type="button"], #TrocaSenha input[type="reset"], #TrocaSenha input[type="submit"] {background:url('../imagens/btnBg.gif') 0 0; border:1px solid #666; color:#FFF; font-weight:bold; height:25px; margin:5px 2px; padding:4px}
#TrocaSenha input[type="button"]:hover, #TrocaSenha input[type="reset"]:hover, #TrocaSenha input[type="submit"]:hover {background:url('../imagens/btnBg.gif') 0 -25px}
