
/** LAYOUTS **/


h5 {
	font-size: 14px;
	border-bottom: 2px solid #BBBBBB;
	margin: 30px 35px 0px 0px;
}
label {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin: 0px 20px 0 0;
	padding: 5px 0;
	border: 0;
	letter-spacing: 0.5px;
	float: left;
    z-index: 5;
}

label.obrigatorio {
	color: #BF0000;
}

label.erro {
	background-color: Red;
	color: White;
	font-weight: bold;
}	

input, 
select, 
textarea {
	font-size: 14px;
	background: #FBFBFB;
	color: #333; 
	border: 2px solid #DDD;
	padding: 3px;	
	letter-spacing: 0.2px;
    float: left;
}
select {
	padding: 2px;
}

input:focus, 
select:focus, 
textarea:focus {
	background: #FFFFCC;
	color: #000; 
	border-color: #AAA;
}

textarea{
	font-family: Arial, Helvetica, sans-serif; 
	width: 490px;
	height: 65px;
	margin-right: 0;		
}




fieldset {
	margin: 0 10px 5px 0;
	padding: 10px 15px;
	border: 1px solid #70714F;
	line-height:18px;
}
fieldset fieldset {
	margin: 0;
	padding: 15px;
}

fieldset fieldset label {
	margin: 0 10px 0 0;
}



/* 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;
}
legend{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

 fieldset#fieldAlmoco .colEsq{
	width: 165px;
}
 fieldset#fieldAlmoco label{
	width: 160px;
}
 fieldset#fieldAlmoco input.almoco {
	width: 20px; display: inline; float: none;
}

 #mcCheck.colFull label {
	clear: both;
	width: 500px;
	margin: 0;
	padding: 2px;
}




 div[class=colFull] {
	height: 100%;
	min-height: 90px;
}
 #conteudo fieldset fieldset .colFull {
	width: 400px;
    height: 60px;
    min-height:60px;
}
#camposTipoIns #tabela_precos.colFull {
    border-collapse: collapse;
    height: 132px;
    /*border: 1px dashed #666;*/
}
/*Filhos*/
.colFull input, 
.colFull select, 
.colFull textarea {
	width: 600px;
}
.colFull label {
	display: inline;
}

 #tabela_precos.colFull label {
	padding: 0;
    margin: 0;
}
fieldset fieldset .colFull input{
	width:590px;
    /*border: 1px dashed #666;*/

}

 #tabela_precos.colFull td {
	padding: 5px;
}



 div[class=colFullCenter] {
	height: 100%;
	min-height: 70px;
	text-align: center;
}
fieldset fieldset .colFull input{
	width:590px;
    /*border: 1px dashed #666;*/

}
.colFull input.inp_radio{
	width:10px;
    /*border: 1px dashed #666;*/
	margin-top:-2px;

}
fieldset#campos_associado{
	height:95px;
	margin-bottom:30px;
    /*border: 1px dashed #666;*/

}
.colFullCenter{
	clear: both;
	
	margin: 1px;
	display: block;
	height: 70px;
	text-align: center;	
}

.colFullCenter input[type=button]{
    float:none;
}

 #conteudo #sacado_terceiros div[class=colFull]{    
    height: 80px;
    /*border: 1px dashed red;*/
}
#sacado_terceiros div[class=colDir]{
    margin: 1px;
    width: 49%;
    float: left;
    
    /*border: 1px dashed red;*/
}

#sacado_terceiros div[class=colEsq]{
	margin: 1px;
	width: 49%;
	float: left;
    
    /*border: 1px dashed blue;*/
}
#sacado_terceiros div[class=colEsq] input,
#sacado_terceiros div[class=colDir] input{
    width: 285px;
    /*border: 1px dashed green;*/
}
#sacado_terceiros div[class=colEsq] select,
#sacado_terceiros div[class=colDir] select{
    width: 295px;
    /*border: 1px dashed green;*/
}


/*Coluna da Esquerda*/
.colEsq{
	margin: 1px;
	width: 49%;
	float: left;        
    
    /*border: 1px dashed red;*/
}
.colDir{
	margin: 1px;
	width: 49%;
	float: left;    
    
    /*border: 1px dashed #666;*/
}
 div[class=colEsq] {
	height: 90%;
	min-height: 95px;
}
 div[class=colDir] {
	height: 100%;
	min-height: 95px;
}
.colEsq input, 
.colEsq textarea, 
.colDir input, 
.colDir textarea {
	width: 300px;
	
}
.colDir select, 
.colEsq select {
	width: 309px;
	float: left;

}
fieldset fieldset .colEsq {
	width: 235px;

}

fieldset fieldset .colEsq input {
	width: 210px;
}

fieldset fieldset .colDir {
	width: 190px;
}
fieldset fieldset .colDir input,
fieldset fieldset .colDir select {
	width: 210px;
}
 #conteudo fieldset fieldset .colDir label, 
 #conteudo fieldset fieldset .colEsq label {
	width: 180px;
    display: inline;
}

/* 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
	}
    #mcListEdit label {
   			clear: left;
   	 }

	/* NAO */
	.botao0, .botao0:visited {
		width: auto;
		background: #FF582E;
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 10px;
		border: 2px outset #DDCCCC;
	}
	.botao0:hover {
		cursor: pointer;
		background: #FF0000;
		color: #FFFFFF;
	}
	.botao0:active {
		border: 2px inset #DDCCCC;
		margin: 1px 1px 0 0
	}





/* Tags*/

#conteudo.abstractSubmit h2 {
	font-size: 14px;
	border-bottom: 2px solid #BBBBBB;
	margin: 30px 35px 0px 0px;
}
/* Labels e Legend dos FieldSets Internos */
fieldset fieldset legend {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;

}
fieldset table#tableInsTipo {
	clear:both;
	width: 660px;
    margin-bottom: 0;
}
fieldset table#tableInsTipo  td{
	padding: 2px;
    text-align: left;
	vertical-align:middle;
}
fieldset table#tableInsTipo  th{
	padding: 2px;
    text-align: left; 
    font-size: 11px;   
}
fieldset table#tableInsTipo label {
	margin-top: 0;
}
table#relatorioValores {
	width: 660px;
}
table#relatorioValores td{
	text-align: left;
}

/* Input Radios */
#conteudo .inp_radio, #colorbox .inp_radio {
	width: auto;
	
	top: 2px;
	border: 0;
	margin: 0 2px 0 0;
}


/* Input Checkbox */
#conteudo .inp_chk {
	width: auto;
	vertical-align: middle;
	border: 0;
	margin: 0 5px 0 0;
}


/* VALIDAÇÃO */
.campo_erro, 
.campo_erro:focus{
	border: 2px solid #FF0000 !important;
}
.campo_ok, 
.campo_ok:focus{
	border: 2px solid #339900;
}

/* INSTRUCOES */
.msgField{
    font-size: 11px;
    padding: 2px;
    /*border: 1px solid #666666;
    background: #FFFFCC;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 10;*/

}
.info{
    clear:both;
    padding-left: 20px;
    background: url(../imgsSys/ico_information.png) no-repeat 0px 0px;
    color: #666;
}
.ok{
    clear:both;
    padding-left: 20px;
    background: url(../imgsSys/ico_accept.png) no-repeat 0px 0px;
    color: #339900;
}
.erro, .erroDup{
    clear:both;
    padding-left: 20px;
    background: url(../imgsSys/ico_delete.png) no-repeat 0px 0px;
    color: #FF0000;
}

fieldset fieldset .msgField {
	top: 45px;
}
#campos_associado .colFull .msgField {
	top: 35px;
}

#tabela_precos.colFull .msgField {
}
#mcCheck.colFull .msgField {
	top: 80px;
}
#msgAdmin.colFull .msgField {
	top: 190px;
}


#crachaPreView  {
	width: 240px; 
    margin: 10px auto 0 auto;
    text-align: center;
    padding: 10px 0;
    background: #FDFDFD;
    height: 30px;
	border: 1px outset #999;
}

/* Opcao de tipo da inscricao desabilitada */
.desabilitada{
	text-decoration: line-through;
}

/* 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: 450px;
}
/*.acompanhante button{
width: 85%;
}*/

/* CONFIRMACAO */
.confirma_valor{
font-weight: bold;
}

#hotel_reserv .inp_radio {
	width: 30px;
	
	top: 2px;
	border: 0;
	margin: 0 5px 0 0;
}
/* Input Checkbox */
#hotel_reserv label .inp_chk {
	width: 30px;
	
	top: -2px;
	border: 0;
	margin: 0 5px 0 0;
}
.clear {clear: both}

#tbody_vinculacoes .botao1{color: #050}
#tbody_vinculacoes .botao0 {color: #500}




#tbody_vinculacoes .botao1,
#tbody_vinculacoes .botao0 { 
	font-size: x-small; white-space: nowrap;
    padding: 2px 4px;
    margin: 4px 0px;
    border-top: 1px solid ButtonHighlight;
    border-right: 1px solid ButtonShadow;
    border-bottom: 1px solid ButtonShadow;
    border-left: 1px solid ButtonHighlight;
	background-color: ButtonFace;
    text-decoration: none;
    display: block;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
	font-weight:normal;
	letter-spacing:1px;}
	
#tbody_vinculacoes input.botao1:hover,
#tbody_vinculacoes input.botao0:hover{background-color:#FFFFCC;}

#tbody_vinculacoes .aceito{
    background-color: #A2DAA2;
    color: #000000;
    padding: 2px;
    margin: 4px 2px 2px 0;
	clear:both;
	font-size: xx-small; white-space: nowrap; padding: 2px; -moz-border-radius: 5px;
}

#tbody_vinculacoes .aceitoPendente{
    background-color: #FFFFA2;
    color: #000000;
    padding: 2px;
    margin: 2px;
    margin-left: 0px;
	font-size: xx-small; white-space: nowrap; padding: 2px; -moz-border-radius: 5px;
}

#tbody_vinculacoes p{
	 font-size: xx-small;
	 white-space: nowrap; 
	 padding: 4px; 
	 background-color: #EEE; 
	 border: 1px solid #CCC; 
	 display: block; 
	 -moz-border-radius: 8px 8px 8px 8px;
}
#conteudo #sendform .colFull {
	min-height: 40px;
	
}
.listaCompacta li { padding: 2px;}
