@charset "utf-8";
/* CSS Document */


/* CLASSES - INICIO */
a:LINK{
    color: black;
    text-decoration: none;
}

a:HOVER{
    color: red;
    text-decoration: underline;
}

.normal{
    font-weight: normal;
    font-size: 11px;
}

.hide {
    display: none !important;
}

.background_red {
	background-color: #FF0000 !important;
}

.border_red {
     border-color: #FF0000 !important;
}

.float_left {
	float: left;
}

.margin_left {
	margin-left: 3px;
}

.right_margin {
	margin-right: 10px;
}

.right_margin_12 {
	margin-right: 12px;
}

.top_margin_5 {
	margin-top: 5px;
}

.top_margin {
	margin-top: 10px;
}

.top_margin_15 {
	margin-top: 15px;
}

.top_margin_30 {
	margin-top: 30px;
}

.top_margin_25 {
	margin-top: 25px;
}

/* CLASSES - FIM */


/* CADASTRO - INICIO */

div#cadastro_container {
	margin-top: 30px;
	clear: both;
	display: table;
	height: 120px;
	width: 100%;
}

div#cadastro_container div#left_column {
	float: left;
	display: table;
}

div#cadastro_container div#right_column {
	float: left;
	display: table;
	width: 50%;
	padding-left: 20px;
}

div#form_cadastro, div#selecao {
	font: bold 10px Verdana;
	background-color: #DFDFDF;
	border: solid 1px #333333;
	filter:alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	*float: left;
}

.financeiro_detalhes {
	width: 500px;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	font: bold 10px Verdana;
}

.financeiro_detalhes .titulo {
	font: bold 11px Verdana;
	color: #0000FF;
}

.financeiro_detalhes tr td {
	padding: 8px 0 8px 5px;
	width: 33.3%;
}

div#selecao_container {
	overflow: auto;
	height: 150px;
}

div#form_cadastro h1, div#selecao h1 {
	letter-spacing: 2px;
	font: bold 10px Tahoma;
	padding: 3px 0 3px 13px;
	color: #FFFFFF;
	background-color: #666666;
	border-bottom: solid 1px #333333;
	text-transform: uppercase;
}

div#form_cadastro h2 {
	font: bold 10px Verdana;
	margin-top: 4px;
	_margin-top: 6px;
}

div#form_cadastro_container, div#selecao_container {
	padding: 8px 12px 12px 12px;
}

div#form_cadastro_container fieldset {
	display: inline;
	padding: 0px 10px 10px 10px;
}

/* CADASTRO - FIM */


/* COMPONENTES FORMULÁRIOS - INICIO */

.area_text {
    height: 70px;
    width: 439px;
    *width: 440px;
}

.cod_input, .tiny_input, .medium_input, .long_input, .botao, .botao2, .small_input {
	border-bottom-color: #FFFFCC;
	border: solid 1px #999999;
	margin-top: 1px;
}

.cod_input, .tiny_input, .medium_input, .long_input, .small_input {
	font: 11px Tahoma;
	height: 14px;
	*height: 15px;
}

.tiny_select {
	margin-top: 1px;
	*margin-top: 2px;
	font: 11px Tahoma;
	width: 80px;
    border: solid 1px #999999;
}

.medium_select {
	margin-top: 1px;
	*margin-top: 2px;
	font: 11px Tahoma;
	width: 203px;
    border: solid 1px #999999;
}

.long_select{
	margin-top: 1px;
	*margin-top: 2px;
	font: 11px Tahoma;
	width: 300px;
    border: solid 1px #999999;
}

.cod_input {
	width: 30px;
	text-align: center;
}

.tiny_input {
	width: 50px;
}

.small_input {
	width: 90px;
}

.medium_input {
	width: 200px;
}

.long_input {
	width: 300px;
}

.botao {
	font: bold 10px Verdana;
	width: 60px;
}

.botao2 {
	font: bold 10px Verdana;
	width: auto;
}

input.disabled {
	background-color: #FFFF99;
}

.img_search {
	position: relative;
	top: 1px;
	margin-left: 2px;
	_top: 0px;
	_margin-left: -1px;
}

.natural_medium_space{
	margin-top: 1px;
	*margin-top: 2px;
	font: 11px Tahoma;
	width: 139px;
}

/* COMPONENTES FORMULÁRIOS - INICIO */

/* FICHA - INICIO */

.ficha {
	width: 490px;
	background-color: #FFFFFF;
	filter:alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	border: solid 1px #333333;
}

.ficha h1 {
	letter-spacing: 2px;
	font: bold 11px Tahoma;
	padding: 3px 0 3px 13px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 3px;
}

.ficha tr, .ficha td {
	background-color: #DFDFDF;
}

.ficha .campo {
	font: bold 11px Tahoma;
	width: 140px;
	padding: 3px;
}

.ficha .valor {
	font: 11px Tahoma;
	padding: 3px;
}

/* FICHA - FIM */

/* FICHA - INSTITUICAO GERADORA - INICIO */

div#ficha_instituicao {
	font: bold 10px Verdana;
	background-color: #DFDFDF;
	border: solid 1px #333333;
	filter:alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	*float: left;
	width: 490px;
}

div#ficha_instituicao h1 {
	letter-spacing: 2px;

	font: bold 10px Tahoma;
	padding: 3px 0 3px 13px;
	color: #FFFFFF;
	background-color: #666666;
	border-bottom: solid 1px #333333;
}

div#ficha_instituicao h2 {
	font: bold 10px Verdana;
	margin-top: 4px;
	_margin-top: 6px;
	color: #000000;
	margin-bottom: 3px;
}

div#ficha_instituicao_container {
	padding: 8px 12px 12px 12px;
}

div#ficha_instituicao_container div.linha {
	display: table;
	width: 100%;
}

div#ficha_instituicao_container div.linha div.coluna {
	float: left;
	width: 33%;
	color: #555555;
	text-align: center;
}

div#editar_instituicao {
	left: 375px;
	top: 13px;
}

/* FICHA - INSTITUICAO GERADORA - FIM */


/* INICIO - MATRICULA */

div#tabela_matricula {
	width: 100%;
}

div#tabela_matricula table {
	border: solid 1px #666666;
	width: 100%;
}

div#tabela_matricula table tr.campos {
	background-color: #999999;
}

div#tabela_matricula table tr.dif {
	background-color: #CCCCCC;
}


div#tabela_matricula table tr td {
	padding: 5px 1px;
}

div#matricula_disciplinas {
	position: relative;
	width: 435px;
	border: dashed 1px #000000;
	padding: 5px 0 5px 5px;
	margin-top: 5px;
}

div#matricula_disciplinas p {
	line-height: 2em;
}

div#gerar_documentos {
	font: bold 10px Verdana;
}

div#gerar_documentos a {
	text-decoration: none;
	color: #0000FF;
}

#ficha_matricula tr th {
	text-align: right;
	padding: 3px 5px 3px 0;
	color: #000000;
}

#ficha_matricula tr td {
	padding: 3px 0 3px 5px;
	color: #333333;
}

/* FIM - MATRICULA */


/* LISTAGEM - INICIO */

.texto_consulta {
	margin-left: 20px;
}

div#listagem_consulta {
	font: bold 10px Verdana;
	filter:alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	margin-top: 25px;
	*float: left;
}

div#listagem_consulta .botao {
	width: 70px;
}

div#listagem {
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 500px;
	height: 151px;
	*height: 152px;
	margin-top: 5px;
}

div#listagem_full {
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 920px;
	height: auto;
	_height: 304px;
	margin-top: 5px;
}

div#listagem_presenca{
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 790px;
	height: auto;
	_height: 304px;
	margin-top: 5px;
}

div#listagem_full_desk {
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 450px;
	height: auto;
	_height: 304px;
	margin-top: 5px;
}

div#listagem_lancamento {
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 687px;
	height: auto;
	_height: 304px;
	margin-top: 5px;	
}

div#listagem_certificado{
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 705px;
	height: 209px;
	_height: 209px;
	margin-top: 5px;
}

div#listagem_matriculas {
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 657px;
	height: auto;
	_height: 304px;
	margin-top: 5px;
}

div#listagem_matriculas_visualizacao {
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 605px;
	height: auto;
	_height: 304px;
	margin-top: 5px;
}

div#listagem_usuario {
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 678px;
	height: 209px;
	_height: 212px;
	margin-top: 5px;
}

div#listagem_requerimentos {
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 678px;
	height: 349px;
	_height: 352px;
	margin-top: 5px;
}

div#listagem_disciplina{
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 635px;
	height: 305px;
	_height: 305px;
	margin-top: 5px;
}

div#listagem_competencia{
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 675px;
	height: 349px;
	_height: 352px;
	margin-top: 5px;
}

div#listagem_centroassociado {
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
	background-color: #DFDFDF;
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	width: 606px;
	height: 209px;
	_height: 212px;
	margin-top: 5px;
}

div.listagem_rotulo, div.listagem_dados {
	letter-spacing: 1px;
	font: bold 10px Verdana;
}

div.listagem_rotulo {
	background-color: #666666;
	color: #FFFFFF;
}

div.listagem_dados {
	background-color: #B4B4B4;
	color: #000000;
    overflow: hidden;
    height: 12px;
}

div.listagem_dados2 {
	letter-spacing: 1px;
	font: bold 10px Verdana;
	background-color: #B4B4B4;
	color: #000000;
	height: 12px;
    overflow: auto;
}


div.listagem_dados a {
	color: #000000;
	text-decoration: none;
}

div.listagem_codigo, div.listagem_descricao, div.listagem_acao, div.listagem_centro_associado,div.listagem_cpf, div.listagem_curso, 
div.listagem_figura, div.listagem_assunto, div.listagem_num_matricula, div.listagem_ckb,
div.listagem_instrucao, div.listagem_lancamento, div.listagem_lancamento2, div.listagem_status, div.listagem_nome, div.listagem_base_50, div.listagem_base_100, div.listagem_base_150, div.listagem_base_200, div.listagem_base_250, div.listagem_base_300 {
	text-align: center;
	float: left;
	padding: 3px 0;
}

div.listagem_ckb {
	width: 30px;
	margin: 0 0 1px 1px;
}

div.listagem_base_50{
	width:50px;
	margin: 0 0 1px 1px;
}

div.listagem_base_100{
	width: 100px;
	margin: 0 0 1px 1px;
}

div.listagem_base_150{
	width: 150px;
	margin: 0 0 1px 1px;
}

div.listagem_base_200{
	width: 200px;
	margin: 0 0 1px 1px;
}

div.listagem_base_250{
	width: 200px;
	margin: 0 0 1px 1px;
}

div.listagem_base_300{
	width: 300px;
	margin: 0 0 1px 1px;
}

div.listagem_codigo {
	width: 70px;
	margin: 0 0 1px 0;
}

div.listagem_cpf {
	width: 130px;
	margin: 0 0 1px 0;
}

div.listagem_num_matricula{
	width: 100px;
	margin: 0 0 1px 1px;
}

div.listagem_descricao {
	width: 370px;
	margin: 0 0 1px 1px;
}

div.listagem_nome {
	width: 500px;
	margin: 0 0 1px 1px;
}

div.listagem_instrucao{
	width: 107px;
	margin: 0 0 1px 1px;
	font-size: 9px;
}

div.listagem_centro_associado {
	width: 156px;
	margin: 0 0 1px 1px;
}

div.listagem_curso{
	width: 160px;
	margin: 0 0 1px 1px;
}

div.listagem_acao {
	width: 60px;
	margin: 0 0 1px 1px;
}

div.listagem_status {
	width: 40px;
	margin: 0 0 1px 1px;
	font-size:9px;
}

div.listagem_figura {
	width: 95px;
	margin: 0 0 1px 1px;
}

div.listagem_assunto {
	width: 100px;
	margin: 0 0 1px 1px;
}

div.listagem_lancamento {
	width: 80px;
	margin: 0 0 1px 1px;
	font-size: 9px;
}

div.listagem_lancamento2 {
	width: 75px;
	margin: 0 0 1px 1px;
	font-size: 9px;
}

div.listagem_paginacao {
	font: bold 10px Verdana;
	background-color: #FFFFFF;
	color: #333333;
	letter-spacing: 1px;
}

div.listagem_paginacao a, div.paginacao_popup a {
	text-decoration: none;
	color: #333333;
}

div.pagination {
	text-align: center;
	padding: 5px;
    letter-spacing: 5px;
}

span.disabled {
	color: #999999;
}

span.current {	
	color:#FF0000;
}

/* LISTAGEM - FIM */


/* INSTITUICAO GERADORA - INICIO */

div#listagem_popup {
	width: 379px;
	height: 208px;
	_height: 209px;
	background-color: #E9E9E9;
	border: solid 1px #999999;
	padding: 1px;
	_padding: 1px 1px 0 1px;
}

div.paginacao_popup {
	font: bold 10px Verdana;
	position: relative;
	left: 0;
	top: -1px;
	width: 380px;
	height: 30px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
}

div.consulta_popup {
	width: auto;
	background-color: #000000; 
	padding: 10px 0;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* INSTITUICAO GERADORA - FIM */


/* MENSAGEM ERRO|SUCESSO - INICIO */

.sucesso {
	border-bottom: solid 1px #0000FF !important;
}

.sucesso h2 {
	background-color: #0000FF !important;
	border: solid 1px #0000FF !important;
}

.sucesso li {
	color: #0000FF !important;
}

.mensagem {
	background-color: #FFFFFF;
	text-align: left;
	_zoom: 1;
	border-bottom: solid 1px #FF0000;
}

.mensagem h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	border: solid 1px #FF0000;
	padding: 3px;
}

.mensagem ul {
	padding: 3px 0;
	*padding: 0 0 3px 0;
}

.mensagem li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	margin-left: 20px;
	list-style: square;
	line-height: 15px;
}

.fieldWithErrors input, .fieldWithErrors select {
	border-color: #FF0000;
}

/* MENSAGEM ERRO|SUCESSO - FIM */

.tableList{
    border: solid 1px #999999;
    padding: 1px;
    _padding: 1px 1px 0 1px;
    background-color: #DFDFDF;
    filter:alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    margin-top: 5px;    
}

.tableList th{
	background-color: #666666;
	color: #FFFFFF;
	letter-spacing: 1px;
	font: bold 10px Verdana;
}

.tableList td{
	background-color: #B4B4B4;
	color: #000000;   	
    height: 12px;
    text-align: center;
}