/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.textoTelaInicial {
	align: "justify";
	font-size: 10pt;
	font-family: tahoma, arial;
}

.textoInformacaoInscricao {
	align: "justify";
	font-size: 8pt;
	font-weight: bold;
	font-family: tahoma, arial;
	color: #666666;
}

.textoBotaoPaginaInicial {
	align: "justify" !important;
	font-size: 12pt !important;
	font-family: tahoma, arial !important;
	font-weight: bold !important;
}

.textoHiperLink {
	align: "justify";
	font-size: 9pt;
	font-family: tahoma, arial;
}
.textoLabel {
    font:normal 12px tahoma,arial,helvetica,sans-serif;
    font-weight: bold;

}
.textoRodape1 {
	  font:normal 12px tahoma,arial,helvetica,sans-serif;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}
.textoRodape2 {
	  font:normal 12px tahoma,arial,helvetica,sans-serif;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;

}

.textoWindowInformacao {
	align: justify;
	font-size: 10pt;
	font-family: tahoma, arial;
}

.botaoAproveitarInscricao .x-btn-text {
	font-size:10pt;
	font-weight:bold;
}