* { font-size: 12px; font-family: Arial, Verdana, Tahoma; color: #000000; }

body
{
    font-style: normal;
    margin: 0 auto;
    text-align: left;
    background-color: #ffffff;
}

a { list-style-type: none; text-decoration: none; color: #006633; font-size: 13px; border: none; }

a:hover { font-weight: bold; }

input 
{
    font-size: 12px; 
    border: solid 1px #cccccc;
    border-radius: 3px;
}

table tr td { padding: 1px 0; }

.grade
{
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background-color: #ffffff;
    position: static; 
    margin: 16px 0 0 0;
}

.subgrade
{
    position: relative; 
    padding: 10px 0 0 0;
    text-align: left;
    color: #363636;
    margin: 2px 0 2px 20px;
    font-size: 14px;
    font-weight: bold;
}

.titulo
{
    position: relative; 
    padding: 10px 10px 10px 34px;
    text-align: left;
    color: #696969;
    margin: 2px 0;
    font-size: 15px;
}

.obrigatorio { margin-left: 2px; color: #cc0000; font-weight: bold; }

.janela
{
    display: none;
    width: 300px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    z-index: 9900;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
}
 
.fechar { display: block; text-align: right; border: none; }
 
#mascara
{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000000;
}

.tbl-login
{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.tbl-login tr
{
    height: 20px;
}

.tbl-login .central
{
    text-align: center;
    vertical-align: middle;
}

.tbl-login .parede
{
    width: 10px;
}

.tbl-login .campo
{
    text-align: left;
    font-size: 13px;
    padding-left: 20px;
}

.caixa-texto
{
    width: 478px;
    height: 24px;
    padding: 4px 0 4px 5px;
    margin: 0;
    color: #696969;
}

.caixa-texto-destaque
{
    width: 478px;
    height: 24px;
    padding: 4px 0 4px 5px;
    margin: 0;
    color: #696969;
    border: 1px solid #cc0000;
}

.botao
{
    width: 110px;
    text-transform: none;
    font-size: 14px;
    padding: 6px;
    margin: 4px 0 2px 0;
    background-color: #3A8476;
    color: #ffffff;
    border-radius: 5px;
}

.botao-inativo
{
    width: 110px;
    text-transform: none;
    font-size: 14px;
    padding: 6px;
    margin: 4px 0 2px 0;
    background-color: #dcdcdc;
    color: #A0A0A0;
    border-radius: 5px;
}

.botao-inativo:hover
{
    border: solid 1px #A0A0A0;
}

.evento
{
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background-color: #e3f6ce;
    position: static; 
    padding: 5px 0 12px 0;
    margin: 5px;
    min-width: 500px;
}

.evento .subgrade .descricao
{
    display: block; 
    font-size: 14px; 
    height: 22px;
}

.evento .subgrade .subevento
{
    display: block; 
    font-size: 12px; 
    height: 20px; 
    color: #585858; 
    margin-left: 5px;
}