.fichaHeader, .fichaFieldSetHeader{
	font-size: medium;
	color: black;
	border: 0px;
	border-bottom: 1px dotted;
	background-color: white;
	background-repeat: no-repeat;
	background-image: none;
	padding: 2px;
	margin: 0px;
}

.fichaBody{
	background-color: white;
	}
	
.htmlPanelFicha{
	border: 1px solid;
	border-color: black;
	}

.fichaFieldSet{
	margin: 2px;
	border: 1px solid;
	border-color: black;
}

.fichaFieldSetHeader{
	font-size: small;
}

.fichaFieldSetBody{
	background-color: white;
	border: 0px;
}

.fichaFieldSetBodyTabela{
	background-color: white;
	border: 0px;
	padding: 4px;
}
.panelGridFicha{
	width: 100%;
	padding: 0px;
}

.fichaFieldSetHeaderTabela{
	font-size: small;
	color: black;
	border: 0px;
	border-bottom: 1px;
	background-color: #E6E8FA;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px;
	margin: 0px;
}

.columnPanelGridFicha{
	width:50%;
}

.columnPanelGridFichaTabela{
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.columnPanelGridFichaTermo{
	border-width: 1px;
	border-color: black;
	border-style: solid;
	width:100%;
}