/*
	AUTOR: Bruna Brito
	EMPRESA: Ogilvy Interactive Recife
	DATA: Abril/2009
	CONTATO: brunacmbrito@gmail.com
*/

h5 { font-size:11px; font:Arial, Helvetica, sans-serif; color:#9b1600;}

/* título "resultados" */
.miolo h1.titResultados{
	background: url("../imagens/titResultados.gif") no-repeat;
	width:460px;
	height:33px;
}
/* descrição do resultado */
.txtDescricao{
	float:left;
	margin-left:20px;
	width:600px;
}

.txtDescricao2{
	float:left;
	margin-left:300px;
	width:600px;
}

.txtDescricao3{
	float:left;
	margin-left:20px;
	width:600px;
}

/* imagem da sessão "resultado" - index */
.imgMatricula{
	margin:0 20px 20px 0;
}
	/* diferentes títulos e destaques */
	.txt15Float{
		float:left;
	}
	.txt12Right{
		float:right;
	}
	.txt13{
		color:#870000;
		font-size:13px;
		text-align:center;
	}

/* sessão "boas vindas" */
p.txt820{
	width:820px;
	margin:0 0 15px 15px;
}
/* caixa de formulário */
.formResultado{
	padding:0 0 15px 15px;
	margin-bottom:15px;
	border-bottom:solid 1px #870000;
}
	.formResultado label{
		display:block;
		margin:10px 0 3px 0;
	}
	.btAcessar{
		margin:15px 0 0 120px;
	}
/* mesmo box sem margem para baixo */
.boxTitSemMargin{
	margin-bottom:0;
}
	.boxTit span{
		float:right;
	}
	
/********** botões **********/

/* botão da tela de boas vindas */
.btBoasVindas{
	margin:10px 0 0 312px;
	padding-top:5px;
}
/* botão da tela de confirmar dados */
.btConfirmar{
	margin:20px 0 0 359px;
}
.formDados legend{
	font-size:13px;
	font-weight:bold;
	color:#000;
	*margin-left:-6px;
}
.tabelaDados{
	margin-top:20px;
}
.tabelaFloat{
	float:left;
}
.tabelaFloatDir{
	float:right;
	margin-right:116px;
	display:inline;
}
/* tela de confirmação de contrato */
.boxFixo{
	width:838px;
	height:250px;
	/*overflow:auto;*/
	padding:20px;
	border:solid 1px #870000;
	border-top:0;
	border-right:0;
	margin-bottom:10px;
}
.link{
	font-weight:bold;
	text-decoration:underline;
	margin:0 0 0 10px;
}
.btConcluirMat{
	/*padding-top:5px;*/
	/*height:23px;*/
	margin:20px 0 0 359px;
}
/* tela de confirmação de matricula */
.boxFixo2{
	width:838px;
	padding:10px 20px 0 20px;
	border:solid 1px #870000;
	margin:5px 0 10px 0;
}
	.boxFixo2 ul{
		margin-bottom:15px;
	}
	.boxFixo2 ul li{
		line-height:18px;
		font-style:italic;
	}
ul.listaBoletos{
	margin-bottom:10px;
}
.listaBoletos li span{
	float:left;
	margin:5px 10px 8px 0;
	clear:both;
}
h2.titVerm{
	color:#870000;
	font-size:12px;
	margin-bottom:10px;
}
.btDownload{
	/*margin:15px 0 0 10px;*/
	/*display:inline;*/
}
/* sessão gabarito */
.btImprimir{
	margin:15px 0 0 80px;
	display:inline;
}

#tabela {
    display: table;
}

#linha  {
    display: table-row;
}

#celula {
    display: table-cell;
    border-style:solid;
    border: 1px solid #750900;
    background-color: white;
    text-align: center;
}

.no-border-right { border-right: none !important; }
.no-border-bottom { border-bottom: none !important; }

#nome-celula {
    display: table-cell;
    border: 1px solid #750900;
    background-color: #FC5803;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}


#coluna{
    float: left;
}

/*Botão 0800*/
.bnt_0800 { float: right;}
/*Fim do botão 0800*/