.styleLabel {
	width: 15%;
	text-align: right;
}

/*Adicionar no final das tabelas*/
.styleEnd {
	width: 10%;
}

.styleLabelcentro {
	whidth: 15%;
	text-align: right;
}	

input.dateField, input.dateTimeField {
	text-align: left;
} 

input.dateField {
	width: 80px;	
}

input.dateTimeField {
	width: 120px;	
}

input.decimalField {
	text-align: right;
	width:120px;
}

input.percentualField {
	text-align: right;
	width:60px;
}

a:hover {
	text-decoration:underline;
}

.sub {
	text-decoration:underline;
	color: #06c;
}

.sub:hover {
	cursor: point;
	color: #09c;
}