@CHARSET "ISO-8859-1";

body { 
    height: 100%;
}

.error{
	padding-top:50px;
	width:100%;
	text-align:center;
	color:red;
}
	
#centro{
	font-size: 12px;
	padding-left: 10px;
	
}

.div_curso{
	margin-top: 5px;
	width: 95%;
	border-bottom-color: #99BBE8;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.label_curso{
	font-weight: bold;
	color: #3764A0;
}

.div_parecer{
	padding: 5px;
	border-bottom-color: #99BBE8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #99BBE8;
	border-top-style: solid;
	border-top-width: 1px;
}

.div_cancelar_inscricao{
	width: 130px;
	text-align:center;
	height: 30px;
}

.titulo_curso{
	font-weight: bold;
	font-size: 15px;
	color:#3764A0;
	border-bottom-color: #99BBE8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

.table_financeiro{
	width: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: #F3F1EE;
}
.table_financeiro th{
	color:#3764A0;
	font-weight: bold;
}

.linkBloqueto a{
	/*font-weight: bold;
	color:#3764A0;*/
	color: #0000FF;
	text-decoration: underline;
}
.titulo_financeiro{
	font-weight: bold;
	color:#3764A0;
	text-align: center;
	vertical-align: middle;
	background-color: #F3F1EE;
	height: 30px;
}

.msg_sem_cursos{
	color:red;
	font-weight: bold;
	width: 100%;
	text-align: center;
	height: 80%;
	padding-top: 40px;
}

.confirmacaoInscricao label {
    display: block;
    float: left;
    width: 120px;
}

.instrucoes {
    padding: 5px;
}

.instrucoesLinks {
    text-align: right;
    padding: 10px 5px 0 0;
}