
.label {
	text-align: right;
}

.tabelaMensagem {
	background-color: #FFFFDD;
	width: 100%;
	margin-bottom: 15px;
}

.rich-messages-label {
	
	vertical-align: super;
	font-weight: bold;	
	/*padding-bottom: 15px;*/
	padding-left: 9px;
	
	
}

.rich-messages-marker {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 1px;
	padding-right: 1px;
}

.esquerda{
	text-align: left;
}
.direita{
	text-align: right;
}
.centro{
	text-align: center;
}
.centroImp{
	text-align: center !important;
}
.justificado{
	text-align: justify;
}

.negrito{
	font-weight: bold;
}

.verde{
	color: green;
}

.vermelho{
	color: red;
}

.amarelo{
	color: #a49a30;
}

.tdDestaque{
	border-right-width: 2px;
}

.estatDestaque{
	margin-top: 2px;
	border-top-width: 2px;
}

.pergunta{
	font-size: 13px;	
}

.helpPergunta{
	font-weight: bold;
	font-size: 12px;	
}
.helpResposta{
	margin-top: 4px;
	font-size: 12px;
	text-align: justify;
	text-indent: 20px;	
}

.rich-mpnl-controls {
	z-index: 1;
}

textarea:focus,input:focus,select:focus {
	background-color: #FFFFDD;
}

.rich-menu-list-border {
	opacity:1;
	filter:alpha(opacity=100)
}

.semBorda {
	border: none;
}


@media print{
	/** Qquer coisa escondida para impressao **/
	.noPrint {
		display:none;	
	}
}