﻿/* 
Controles gerais
*/
input, textarea, select, optgroup {
	border:1px solid #CCC;
}

/*
Classes específicas
*/
.labelCampo {
	text-align: right;
	color: #183390;
	font-weight: normal;
}

.versionNumber {
	text-align: right;
	color: #3169b5;
	font-family: Arial Verdana;
	font-weight: normal;
	font-size: 0.8em;
}

.campoIdReadOnly {
	background-color: #EDF4FB;
	width: 100px;
}

.campoCodigo {
	width: 150px;
}

.campoTexto {
	width: 400px;
}

.campoTextoReadOnly {
	background-color: #EDF4FB;
	width: 400px;
}

.campoTextoPequeno {
	width: 200px;
}

.campoTextoPequenoReadOnly {
	background-color: #EDF4FB;
	width: 200px;
}

.campoObservacao {
	width: 400px;
	height: 50px;
}

.campoTextoGrande {
	width: 600px;
	height: 150px;
}

.campoTextoGrandeReadOnly {
	background-color: #EDF4FB;
	width: 600px;
	height: 150px;
}

.campoXml {
	width: 600px;
	height: 200px;
}

.campoData {
	width: 70px;
}

.campoHora {
	width: 45px;
}

.campoCNPJ {
	width: 150px;
}

.campoTelefone {
	width: 100px;
}

.campoFiltro {
	width: 200px;
}

.campoSenha {
	width: 100px;
}

.campoEmail {
	width: 230px;
}

.campoEmailReadOnly {
	background-color: #EDF4FB;
	width: 230px;
}

.campoInteiro 
{
	width: 80px;
}

.listaCadastro {
	width: 250px;
}

.uploadArquivo {
	width: 405px;
}

.iconeGridView {
	width: 0px;
}

div.subRegiao {
	background-color: #F5F5F5;
	color: #7F7F7F;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.menu {
	background-color: #F5F5F5;
	color: #7F7F7F;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-color: #202020;
	border-width: thin;
}
