/* Guia de Estilos para formulários da área administrativa */

.TituloAmbiente {
	font-family: arial, helvetica;
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
	color: #000000;
}

.SubtituloAmbiente {
	font-family: arial, helvetica;
	font-weight: none;
	font-style: italic;
	font-size: 11pt;
	color: #000000;
}
.TituloBloco {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 10pt;
	color: #FF0000;
}
.InstrucaoBloco {
	font-family: arial, helvetica;
	font-weight: none;
	font-size: 10pt;
	color: #000000;
}
.InstrucaoComplementar {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 09pt;
	color: #FF0000;
}
.Label {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 09pt;
	color: #000000;
}
.Option {
	font-family: arial, helvetica;
	font-weight: bold;
	font-style: italic;
	font-size: 09pt;
	color: #000000;
}
.InstrucaoCampo {
	font-family: arial, helvetica;
	font-weight: none;
	font-size: 09pt;
	color: #333333;
}
.ElementoFormulario {
	font-family: arial, helvetica;
	font-weight: none;
	font-size: 09pt;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;	
}
.Botao {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 09pt;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #FF0000;	
	cursor: hand;
}
.Botao2 {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 09px;
	color: #000000;
	border: 1px solid #FFFFFF;
	background-color: #DDDDDD;	
	cursor: hand;
}
