/* 
    Document   : geral
    Created on : 5 de Junho de 2004, 11:07
    Author     : Wilson
    Description:
        Folha de estilo global para o site do Prof. Rene Dotti.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root 
{ 
    display: block;
    font-family: Verdana, Helvetica, Arial;
    text-align: left;
    font-size: 14pt;
}

body 
{ 
    font-family: Verdana, Helvetica, Arial;
    color: black;
    background-color: white 
}

p
{
    text-align: justify;
    font-size: 12pt;
    font-weight: bold;
    color: black;
}

p.msg
{
    color: red;
}

.btnSubmit 
{ 
    text-align: center
}

table.tblDoc, table.tblForm, table.tblForm td a
{
    margin: 1em;
    width: 90%;
    font-family: Verdana, Helvetica, Arial;
    color: white;
}

.alEsq
{
    text-align: left;
}

.alDir
{
    text-align: right;
}

.alCentro
{
    text-align: center; 
}

table.tblDoc thead, table.tblForm thead
{
    color: white;
    background: black;
    font-weight: bold;
}

table.tblDoc tbody
{
    background: rgb(17, 78, 63);
    font-weight: bold;
}

table.tblDoc tbody tr td a
{
    color: white;
}

table.tblForm tbody
{
    color: black;
    background: while;
    font-weight: bold;
}

table.tblForm tbody a
{
    color: black;
    background: while;
    font-weight: bold;
}
