/* CSS Document */

/* usado nas msgs de erro */


.tab_result
{
	font-size: 16px;
}
.negrito
{
	font-weight: 900;
}
.borda_tab
{
	border: 1px solid #9FB1C4;
}
.statusWait {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	padding: 5px;
	border: 1px solid #f00;
	background: #fdd;
  color: #f00;
	visibility: hidden;
	width: 30%;
	color: #990000;
	font-weight: bold;
	padding: 5px;
	left: 60%;
	position: relative;
}
.corSobre{
	background: #708090;
	cursor: pointer;
	color: #FFFAFA;
}
.corFora {
	background: #FFFAFA;
	color: #000000;
}
.corForaUsu {
	background: #B0DBBA;
	color: #000000;
}
.sugestoes{
	position: absolute;
	background: #FFFAFA;
}
/* usado nos formularios */
.caixaAlta
{
	text-transform: uppercase;
}

