
/** LAYOUTS **/
#corpo div[id=conteudo] {
	padding-right: 10px;
}
/*Coluna FULL*/
.colFull{
	clear: both;
	position: relative;
	margin: 1px;
	width: 99.5%;
	display: block;
	height: 80px;
	/*border: 1px dashed #666;*/
}
#corpo div[class=colFull] {
	height: 100%;
	min-height: 80px;
	overflow: hidden;
}
#corpo div[class=colFullCenter] {
	height: 100%;
	min-height: 80px;
	text-align: center;
}
.colFullCenter{
	clear: both;
	position: relative;
	margin: 1px;
	width: 99.5%;
	display: block;
	height: 80px;
	text-align: center;	
	/*border: 1px dashed #666;*/
}
#corpo div[class=colFullCenter] {
	height: 100%;
	min-height: 80px;
	text-align: center;
}
/*Largura dos campos que estão dentro da coluna Full*/
.colFull input,
.colFull select, 
.colFull textarea {
	width: 97.2%;
}
/*Coluna da Esquerda*/
.colEsq{
	margin: 1px;
	width: 46.5%;
	height: 80px;
	float: left;
	/*border: 1px dashed #666;*/
}
#corpo div[class=colEsq] {
	height: 100%;
	min-height: 80px;
}
/*Coluna da Direita*/
.colDir{
	margin: 1px;
	width: 47%;
	height: 80px;
	float: right;
	/*border: 1px dashed #666;*/
}
#corpo div[class=colDir] {
	height: 100%;
	min-height: 80px;
}
/*Largura dos campos que estão dentro das colunas Esquerda e Direita*/
.colEsq input, 
.colEsq textarea, 
.colDir input, 
.colDir textarea {
	width: 94%;
}
.colDir select, 
.colEsq select {
	width: 97%;
}





/* Tags*/

/* FieldSets */
#corpo fieldset{
	margin-left: 0px;
	margin-right: 5px;
	padding-right: 0px;
	border: 2px solid #CCC;
	padding: 0 5px;
	overflow: hidden;
}

/*Fieldsets Internos sem classe*/
fieldset fieldset.colFull {
	width: 95%;
	/*
	min-height: 50px;
	_height: 40px;
	height: 40px;
	*/
}
/*Fieldsets Internos da coluna Esquerda*/
fieldset fieldset.colEsq {
	width: 43.8%;
	margin-left: 4px;
}

/*Fieldsets Internos da coluna Direita*/
fieldset fieldset.colDir {
	width: 46.2%;
	margin-right: 13px;
}
/* Classe especifica para determinar a altura minima do fieldset que contenha Radio's Buttons */
fieldset.radio{
	height: 120px;
}
fieldset[class=radio] {
	height: 100px;
	min-height: 120px;
}



h5 {
	font-size: 14px;
	border-bottom: 2px solid #BBBBBB;
	margin: 30px 35px 0px 0px;
}

#conteudo.abstractSubmit h2 {
	font-size: 14px;
	border-bottom: 2px solid #BBBBBB;
	margin: 30px 35px 0px 0px;
}
/* Labels e Legend dos FieldSets Internos */
label, 
fieldset fieldset legend {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}
/*Label dos Inputs*/
/*	label {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin: 10px 20px 0 0;
	padding: 5px 0;
	border: 0;
	letter-spacing: 0.5px;
}

label.obrigatorio {
	color: #BF0000;
}

label.erro {
	background-color: Red;
	color: White;
	font-weight: bold;
}	
*/	

/*Legends dos Fieldsets*/
legend{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}




/* CAMPOS*/

/* Campos */
input, 
select, 
textarea {
	font-size: 14px;
	background: #FBFBFB;
	color: #333; 
	border: 2px solid #DDD;
	padding: 3px;	
	letter-spacing: 0.2px;
}

/* Foco nos campos */
input:focus, 
select:focus, 
textarea:focus {
	background: #FFF;
	color: #000; 
	border-color: #AAA;
}

/* Textarea*/
textarea{
	font-family: Arial, Helvetica, sans-serif; 
	width: 100%;
	height: 65px;		
}

/* Input Radios */
#conteudo .inp_radio,#colorbox .inp_radio {
	width: 20px;
	position: relative;
	top: 2px;
	left: 8px;
	border: 0;
	margin: 0 5px 0 0;
	background: transparent;
}
/* Input Checkbox */
#conteudo .inp_chk {
	width: auto;
	position: relative;
	top: 0px;
	border: 0;
	margin: 0 5px 0 0;
	background: transparent;
}


/* VALIDAÇÃO */
.campo_erro, 
.campo_erro:focus{
	border: 2px solid #FF0000;
}
.campo_ok, 
.campo_ok:focus{
	border: 2px solid #339900;
}

textarea#campo_msg {
	width: 97%;
}
/* INSTRUCOES */
.msgField{
/*
background: #EEE url(http://192.168.1.4/congresscentral-v2/padrao/imgsSys/icone_info.gif) no-repeat 1px 7px;
text-indent: 16px;
*/
font-size: 11px;
padding: 2px;
}
.spacer { clear: both; float:right; height: 30px; width: 20px;}

.info{
color: #666666;
}	
.ok{
color: #339900;
}	
.erro, .erroDup{
color: #FF0000;
}	



/* BOTOES*/	


#conteudo .btn_submit, #conteudo .btn_submit:visited {
	width: auto;
	background: #33CC00;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px;
	border: 2px outset #CCDDCC
}

#conteudo .btn_submit:hover {
	cursor: pointer;
	background: #00EE00;
}
#conteudo .btn_submit:active {
	border: 2px inset #CCDDCC;
	margin: 1px 1px 0 0
}


/* Box dos ERROS */
#etapaErro{
	/*
	background: #FFF;
	border: 1px dashed #FF0000;
	padding: 10px;
	*/
}

/* Acompanhantes */
.colFull input.acompanhanteAdd{
	width: 50%;
}
/*.acompanhante button{
	width: 85%;
}*/

/* CONFIRMACAO */
.confirma_valor{
	font-weight: bold;
}

/* Opcao de tipo da inscricao desabilitada */
.desabilitada{
	text-decoration: line-through;
}


/* BOTOES*/	
	/* PADRAO */
	.botao, .botao:visited {
		width: auto;
		background: #EEEEEE;
		color: #003399;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 10px;
		border: 2px outset #DDCCCC;
		clear: both;
	}
	.botao:hover {
		cursor: pointer;
		background: #CCCCCC;
	}
	.botao:active {
		border: 2px inset #DDCCCC;
		margin: 1px 1px 0 0
	}	
	
	/* SIM */
	.botao1, .botao1:visited {
		width: auto;
		background: #2EAC2E;
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 10px;
		border: 2px outset #DDCCCC;
		clear: both;
	}
	.botao1:hover {
		cursor: pointer;
		background: #2ED52E;
		color: #FFFFFF;
	}
	.botao1:active {
		border: 2px inset #DDCCCC;
		margin: 1px 1px 0 0
	}
	
	/* NAO */
	.botao0, .botao0:visited {
		width: auto;
		background: #FF582E;
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 10px;
		border: 2px outset #DDCCCC;
		clear: both;
	}
	.botao0:hover {
		cursor: pointer;
		background: #FF0000;
		color: #FFFFFF;
	}
	.botao0:active {
		border: 2px inset #DDCCCC;
		margin: 1px 1px 0 0
	}
#crachaPreView {
	border: 1px solid #999;
	text-align: center;
	padding: 15px 0;
}
#crachaPreView_nome {
	font-size:14px;
}