p, body, td, input, select, textarea, text, option, table {
    font-family: "Verdana";
    font-size: 10px;
}

a:visited {
    color: black;
}

a:hover {
    color:#FFCB08;
    text-decoration: underline;
}

a {
    color: black;
    text-decoration:none
}

.titulo {
 font-family: "Verdana";
 font-size: 12px;
 font-weight: bold;
 color: #FFCB08;
}

.itemMenu {
 font-family: "Verdana";
 font-size: 10px;
 font-weight: bold;
 color: #0F3A60;
}

.textoBusca {
  font-family: "Verdana";
  font-size: 10px;
  font-weight: bold;
  color: #0F3A60;
}

.textoPreto {
  font-family: "Verdana";
  font-size: 10px;
  color: black;
}

.fundo_eventos{
	background-repeat: no-repeat;
	background-position: center middle;
}

.box {
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-top: 1px solid gray;
  padding: 1px;
  margin: 1px;
}

.campo {           
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F6F9FB;
	color: #666666;
	border: 1px solid #9BABB0;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 23px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #9BABB0;
	color: #FFFFFF;
	border: 1px solid #9BABB0;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	height: 23px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.messages {
  background: #FFFCE3;
  border: 2px solid #EED300;
  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;
  margin: 5px 0pt;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #656C9B;
}

div.erro {
  background-color: #FFF2F2;
  border-color: #FF0000;
  color: #B20000;
}

div.sucesso {
  background-color: #e8e8e8;
  border-color: #0e7a00;
  color: #0e7a00;
  text-align: center;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
