input { font-family: Verdana;
        font-size: 9;
        background-color: white;
        border: 1px solid black }
select { font-family: Verdana;
         font-size: 9;
         background-color: white;
         border: 1px solid black }
textarea { font-family: Verdana;
           font-size: 9;
           background-color: white;
           border: 1px solid black }
.botao  { font-family: Verdana;
          font-size: 9;
          background-color: whitesmoke;
          color: royalblue;
          border: 1px solid royalblue}
.tr_aberto {
	background-color: #FFFFFB;
}
.tr_executado {
	background-color: #D8F5D8;
}
.tr_espera {
	background-color: #FDFDEE;
}
.tr_integrar {
	background-color: #FFFFFF;
}
.tr_reverros {
	background-color: #F4A6A6;
}
.tr_interrogacao {
	background-color: #F8F8FC;
}
.tr_suspenso {
	background-color: #CCCCCC;
}
.tr_cancelado {
	background-color: #FFFFFF;
}
.tr_classificado {
	background-color: #E1E3FD;
}
.tr_classificar {
	background-color: #FCEFF0;
}
.linhas_horizontais {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #000000; 
}
.tabela {
	border: thin solid #003366;
}

.link_tarefa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

