/* Caso de Uso Localizar Séries */
tr.tituloListaSeries{
   font-family: arial, verdana, tahoma;
   font-size: 8pt;
   color: #000080;
   background-color: #66ccff;
   border-spacing:0px;
}
tr.listaSeries{
   font-family: arial, verdana, tahoma;
   font-size: 8pt;
   color: #003366;
   background-color: #c3eefe;
   border-spacing:0px;
}
tr.listaSeriesPendentes{
   font-family: arial, verdana, tahoma;
   font-size: 8pt;
   color: #003366;
   background-color: #FFFFCC;
   border-spacing:0px;
}
tr.listaSeriesMouseOver{
   font-family: arial, verdana, tahoma;
   font-size: 8pt;
   color: #003366;
   background-color: #eeeeee;
   border-spacing:0px;
}
/* botao */
.btConf{background:#E5E9ED; font-family: verdana, sans-serif; font-size: 10pt;color: #003366;}
.btCanc{background:#E5E9ED; font-family: verdana, sans-serif; font-size: 10pt;font-weight:bold ; color: #003366;}
.btLimp{background:#E5E9ED; font-family: verdana, sans-serif; font-size: 10pt;color: #003366;}
.btOut{background:#E5E9ED; font-family: verdana, sans-serif; font-size: 10pt;font-weight:bold ; color: #003366;}
.btMarc{background:#E5E9ED; font-family: verdana, sans-serif; font-size: 7pt;color: #003366;}
