/* CSS Document */
* {
	padding:0;
	margin:0;
	list-style:none;
}

html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	font-family:tahoma;
	font-size:11px;
	margin-left:4px;
	border-left:1px solid #E6E6E6;
}



/* titulo.html */
#titulo {
	width:100%;
	height:41px;
	background:url(../imagens/bgTitulo.png);
	background-repeat:repeat-x;
	padding:4px 0 0 0;
}
#moldeSpanUser {
	float:right;
	display:block;
	width:auto;
	font-size:10px;
}
#moldeSpanUser2 {
	float:left;
	display:block;
	width:auto;
	font-size:10px;
}
#spanUser{
	float:left;
	width:auto;
	padding:5px 10px 0 10px;
	display:block;
	height:auto;
	border-right:1px dotted #CCC;
}

#spanCorretora {
	float:left;
	width:auto;
	padding:5px 15px 0 10px;
	display:block;
	height:auto;
}
#logoFinacap {
	float:left;
	width:110px;
	height:25px;
	margin:3px 0 0 8px;
	background-image:url(../imagens/logoFinacap.jpg);
	background-repeat:no-repeat;
}
#logoGcap {
	background:url(../imagens/logoGcap.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:75%;
}




/* conteudo */

.erro {
	display:none;
	width:0;
	height:0;
}
.erroShow {
	display:block;
	padding-left:5px;
	line-height:22px;
	width:99.5%;
	background-color:#FFFFCC;
	color:#CC0000;
}
#cabecalhoConteudo {
	width:100%;
	height:37px;
	background:url(../imagens/bgCabecalhoConteudo.png);
	background-repeat:repeat-x;
}
#labelCabecalho {
	width:auto;
	height:19px;
	background:url(../imagens/seta2.png);
	background-repeat:no-repeat;
	background-position:0 12px;
	color:#0066BB;
	font-weight:bolder;
	text-transform:uppercase;
	font-size:12px;
	padding:11px 0 0 20px;
	margin:0 0 0 10px;
	white-space:nowrap;
}
#conteudoHolder {
	width:100%;
	height:100%;
	overflow:auto;
	background:url(../imagens/sombraConteudo.png);
	background-repeat:repeat-x;
	padding:20px 10px 10px 10px;
}
.conteudoHolder {
	width:100%;
	overflow:auto;
	background:url(../imagens/sombraConteudo.png);
	background-repeat:repeat-x;
	padding:20px 10px 10px 10px;
}
#formHolder {
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	
	display:block;
	float:left;
	width:96%;
	padding:10px 0 13px 0;
	margin:10px 0 0 0;
}
.formHolder {
	border-top:1px dotted #CCC;
	display:block;
	float:left;
	width:96%;
	padding:10px 0 13px 0;
	margin:10px 0 0 0;
}
ul#form {
	display:block;
	margin-bottom:10px;
}
ul.form {
	display:block;
	margin-bottom:10px;
}
ul#form li {

}
ul.form li {

}
label {

}
input, select {
	margin:2px 0 5px 0;
}
.icoCalendario {
	margin:2px 0 0 5px;
}
.btn {
	display:block;
	background:url(../imagens/bgBtn.png);
	background-repeat:repeat-x;
	height:23px;
	/*_line-height:23px; /* ie hack */ 
	width:auto;
	padding:0 3px 0 3px;
	color:#FFF;
	font-size:10px;
}
.imgLoading {
	display:none;
	position:relative;
	float:left;
	background-image: url(../imagens/loading7.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 90px;
	left: 110px;
	top: -28px;	
}

.imgLoading2 {
	display:none;
	position:relative;
	float:left;
	background-image: url(../imagens/loading7.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 90px;
	left: 0px;
}

/*erro e sucesso*/
#erro {
	width:auto;
	height:60px;
	background-image:url(../imagens/icoErro.png);
	background-repeat:no-repeat;
	background-position:left middle;
	padding:20px 0 0 90px;
	margin:50px 0 0 50px;
}
#sucesso {
	width:auto;
	height:60px;
	background-image:url(../imagens/icoSucesso.png);
	background-repeat:no-repeat;
	background-position:left middle;
	padding:20px 0 0 90px;
	margin:0 0 0 15%;
}
