
/** LAYOUTS **/
*{
    /*border: 1px solid red;*/
}

/*Coluna FULL*/
.colFull{
	clear: both;
	position: relative;
	margin: 1px;
	width: 99.5%;
	display: block;
	height: 70px;
	/*border: 1px dashed #666;*/
}
#corpo div[class=colFull] {/* FF */
    height:auto; 
    min-height:80px;
}
#corpo div[class=colFullCenter] {/* FF */
    height:auto; 
    min-height:80px;
	text-align: center;
}
.colFullCenter{
	clear: both;
	position: relative;
	margin: 1px;
	width: 99.5%;
	display: block;
	height: 70px;
	text-align: center;	
	/*border: 1px dashed #666;*/
}

/*Largura dos campos que estão dentro da coluna Full*/
.colFull input, 
.colFull select, 
.colFull textarea {
	width: 97.2%;
}

/*Coluna da Esquerda*/
.colEsq{ /* IE */
	margin: 1px;
	width: 48.5%;
	height: 70px;
	float: left;
	/*border: 1px dashed blue;*/
}
#corpo div[class=colEsq] {/* FF */
    height:auto; 
    min-height:80px;
	/*border: 1px dashed green;*/
}
/*Coluna da Direita*/
.colDir{
	margin: 1px;
	width: 49%;
	height: 70px;
	float: right;
	/*border: 1px dashed #666;*/
}
#corpo div[class=colDir] {/* FF */
    height:auto; 
    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%;
}

/*FORMS*/




/* Tags*/

/* FieldSets */
fieldset {
	margin: 0 30px 5px 0;
	padding: 10px 3px;
	border: none;
}

fieldset legends {}

/*Fieldsets Internos sem classe*/
fieldset fieldset.colFull {
	width: 98.3%;
	/*
	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 */
fieldset fieldset legend {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;

}
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: 11px;
	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: #FFFFCC;
	color: #000; 
	border-color: #AAA;
}

/* Textarea*/
textarea{
	font-family: Arial, Helvetica, sans-serif; 
	width: 540px;
	height: 65px;
	margin-right: 0;		
}

/* Input Radios */
#conteudo .inp_radio {
	width: auto;
	position: relative;
	top: 2px;
	border: 0;
	margin: 0 5px 0 0;
}
/* Input Checkbox */
#conteudo .inp_chk {
	width: auto;
	vertical-align: middle;
	margin: 0 5px 0 0;
}


/* VALIDAÇÃO */
.campo_erro, 
.campo_erro:focus{
	border: 2px solid #FF0000;
}
.campo_ok, 
.campo_ok:focus{
	border: 2px solid #339900;
}

/* 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;
}

.info{
    padding-left: 20px;
    background: url(../imgsSys/ico_information.png) no-repeat 0px 0px;    
    color: #666;
}	
.ok{
    padding-left: 20px;
    background: url(../imgsSys/ico_accept.png) no-repeat 0px 0px;    
    color: #339900;
}	
.erro, .erroDup{
    padding-left: 20px;
    background: url(../imgsSys/ico_delete.png) no-repeat 0px 0px;    
    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
}


/* 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
    }



/* 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;
}

#hotel_reserv .inp_radio {
	width: 30px;
	position: relative;
	top: 2px;
	border: 0;
	margin: 0 5px 0 0;
}
/* Input Checkbox */
#hotel_reserv label .inp_chk {
	width: 30px;
	position: relative;
	top: -2px;
	border: 0;
	margin: 0 5px 0 0;
}