@CHARSET "ISO-8859-1";

.ui-widget, .ui-widget .ui-widget {
	font-size: 12px;
}

div.ui-growl {
	top: 100px;
	left: 50%;
	right: 0;
	margin-left: -150px;
}

.topoDaPagina1 {
	text-align: left;
	font-size: 14px;
}

.topoDaPagina2 {
	text-align: right;
	font-size: 14px;
}

.ui-widget-content {
	border-color: white;
}

.painelGridPadrao {
	border-color: black;
	background-color: whiteSmoke;
}

.painelEdicao {
	border-color: navy;
	border: medium;
	background-color: whiteSmoke;
}

.boxDetalhes {
	font-size: 18px;
	border-color: black;
	border-style: solid;
	border-width: medium;
}

.boxDetalhesNomeCampo {
	text-align: left;
	font-weight: bold;
}

.boxDetalhesValorCampo {
	
}

.textoDialogPadrao {
	font-weight: bold;
}

.campoDialogPadrao {
	
}

.boxFiltros {
	margin-bottom: 30px;
}

.panelGridCenter td, .panelGridCenter tr {
	text-align: center;
}

.panelGridIndex td, .panelGridIndex tr, .panelGridIndex label {
	text-align: center;
	color: gray !important;
	font-weight: bold;
	font-size: larger;
}