/* estrutura.css 09.11.09 */
* {
	box-sizing: border-box;
}

body, html {
	margin: 0; 
	padding: 0;
} 

div#aviso {
	padding: 0;
	margin: 0 0 0 15px;
}

div#outer {
	text-align: left; 
	margin: 0 auto; 
	min-width:900px;
	max-width: 90%;
	position: relative;
}

div.topo_bndes {
	width: 100%;
	height: 99px;
	padding: 0px;
	background: #467446;
	color: white;
	margin-top: 1em;
	border-radius: 12px 12px 0px 0px;
	position: relative;
}

div.topo_bndes a {
	color: white;
}

div.title {
	line-height: 99px; 
	font-family: museo-slab, Arial, Tahoma, Helvetica;
	font-weight: bold;
	font-style: italic; 
	display: inline-block;
	font-size: 1.5em; 
	color: white;
} 

div.topo_bndes > div.title {
	position: absolute;
	top: 0px;
	right: 35px;
}


div.logo_bndes {
	width: 165px;
  	height: 35px;
	background-image:url(../images/geral/bndes_branco.png);
  	background-repeat: no-repeat;
  	background-position: center;
	display: inline-block;
	position: absolute;
	top: 32px;
	left: 32px;
}

div.texto_logo {
	display: inline-block; 
	font-family: Verdana; 
	vertical-align: middle; 
	margin-top: 17px; 
	font-style: italic; 
	font-weight: bold; 
	font-size: 0.95em;
	color: #1E428B; /*azul bndes*/ 
	color: white;
}

div#topo_icones {
	position: absolute;
	right: 32px;
	top: 35px;
}

div#login_container {
	padding:10px; 
	background-color: #467446;
	color: white;
	text-align: center;
	border-radius: 0px 0px 12px 12px; 
}

div#login_container > .title {
	padding: 0.2em;
	font-size: 2em;
	font-style: normal;
}

div#login_container .listaMensagens {
	max-width: 410px;
	text-align: justify;
}

div#ambiente {
	color: gold;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	padding: 1em;
}

div#login_form {
	margin: 0px auto;
	display: inline-block;
	min-width: 450px; 
	color: #444;
	color: rgba(0, 0, 0, 0.8);
	*color: #444;
	background-color: white;
	padding: 1em 1em 2em 1em; 
	border:1px solid black; 
	margin: 0 auto; 
	border-radius: 4px; 
	text-align: left;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); 
}

div#login_form > p {
	text-align: center;
}

div#login_form label {
	width: 150px;
}

div#login_form input[type="text"],
div#login_form input[type="password"] {
	width: 200px;
}

div#login_form > form > div {
	margin-top: 2em;
}

div#disclaimer {
	font-size: 0.9em; 
	margin: 3em 3em 1em 3em;
	text-align: justify;
	color: white;
}

div#disclaimer > p {
	margin-bottom: 1em;
	margin-top: 0;
}

div#disclaimer a {
	color: white;
}

div#disclaimer::first-line {
	font-weight: bold;
}

div#rodape {
	margin-top: 2em;
}

div#rodape > div {
	text-align: center;
}

div#rodape > div > p {
	font-style: italic;
	font-size: 0.8em;
}

div.logo_bndes_p {
	width: 250px;
	height: 71px;
	top:0px;
	left:0px; 
	position:relative;
	float:left;
}


div.esquerdo {
	width:230px;
	position: absolute;
	left: 0px;
	padding: 0 0.7em 2em;
	background: #467446; 
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

div.conteudo {
	margin-left: 230px;
	padding: 1em 0 2em 1em;
}

.exibeMenu,
.escondeMenu {
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.exibeMenu {
	visibility: visible;
	opacity: 1;
	height: auto;
}

.escondeMenu {
	visibility: hidden;
	opacity: 0;
	height: 0;
}

.downArrow,
.upArrow {
	border-style: solid;
	border-width: 4px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*height: 4px;
	vertical-align: middle;
}		

.downArrow {
	border-color: white #467446 #467446;
}

.upArrow {
	border-color: #467446 #467446 white;
	margin-top: -5px;
}

.menu {
	cursor: pointer;
	width: 165px;
	position: absolute;
	bottom: 5px;
	left: 32px;
	text-align: center;
	font-family: museo-slab, Arial, Tahoma, Helvetica;
	font-size: 0.9em;
}

.gridFluida-msg-error {
	padding:5px 10px;
	border: 1px solid;
	display: block;
	height: auto;
	float: left;
	margin-left: 12px;
    margin-bottom: 10px;	
	clear:both;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}
.gridFluida-msg-error li {
	list-style: none;
	padding:0;	
	margin-bottom: .4%;
	font-size:1.2em;
	line-height:1.0em;
	vertical-align: top;
}
.gridFluida-msg-error h3 {
	padding:0 0 0 20px;
	float: left;
	margin:0 0 .1em 0;
	display:inline;
}
.gridFluida-msg-error .error {width:24px; height:24px; display:block; float:left; text-align: left;}
.gridFluida-msg-error .btFecharError {width:24px; height:24px; display:block; float:right;}

.gridFluida-msg-error {background: #ffd4d4;}
.gridFluida-msg-error {color:#2b2b2b;}
.gridFluida-msg-error h3 {color: #a64040;}
.gridFluida-msg-error strong, .gridFluida-msg-error a {color:#b01717;}
.gridFluida-msg-error {border-color:#ecb3b3;}

.gridFluida-msg-error .error {background: url(img/icones/sprite_mensagens.png) no-repeat scroll -24px 0px transparent;}
.gridFluida-msg-error .btFecharError {background: url(img/icones/sprite_mensagens.png) no-repeat scroll -24px -24px transparent;}
.gridFluida-msg-error {
	-webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5); -moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5); box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);}

#tabela.gridFluida-msg-error {
	margin-left: -10px;
}

.gridFluida-msg-error h3 {font-size:1.0em;}
.gridFluida-msg-error h3 {float: left;}
.gridFluida-msg-error h3 {line-height:1.6em;}
.gridFluida-msg-error h3 {letter-spacing:-.02em;}
.gridFluida-msg-error h3 {font-weight: normal;}
.gridFluida-msg-error h3 {text-shadow: none;}