/* 
    Document   : frs.css
    Created on : 19/11/2012, 15:43:50
    Author     : alex
    Description:
        Purpose of the stylesheet follows.
*/
#form-busca{
    text-align: center;
    margin: 23px;
}
#form-busca input[type=text]{
   width: 350px;
   border: 1px solid #ccc;
   height: 18px;
   text-transform: uppercase;
   font-weight: bold;
}
#form-busca input[type=submit]{
    background: #895C7A;
    color: white;
    height: 26px;
    width: 89px;
    cursor: pointer;
    border: 1px solid #ccc;
}
.letras li{
    display: inline-table;
    list-style: none;
    text-decoration: none;
    font-size: 15px;
    background: #895C7A;
    width: 20px;
    border: 1px solid #ccc;
}
.letras li a{
    text-decoration: none;
    color: white;
}
.letras li:hover{
    background: #561641;
}
.center{
    text-align: center;
}
.resultados tbody tr.linhaPar { background-color:#F0F0F0; font-size:12px; }
.resultados tbody tr.linhaImpar { background-color:#FFFFFF; font-size:12px; }

.resultados thead tr td{
    text-align:  center;
    border-bottom: 2px solid #ccc;
}
.resultados tfoot tr td{
    text-align:  center;
    border-bottom: 2px solid #ccc;
}




