/* 
    Document   : estilo_legalnet
    Created on : 17/08/2009, 14:25:54
    Author     : Diego
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background-image: url("../imagens/bg_1.gif");
    margin: 0px 0px 0px 0px;
}

h1 {
    font-size: 11px;
    color: black;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}

.tableForm {
    background-color: #ffffff;
    width: 500px;
}

.tableFormLogin {
    background-color: #ffffff;
    width: 671px;
}

td .label {
    width: 80px;
    text-align: right;
    font-weight: normal;
}

td .labelContrato {
    font-weight: normal;
    font-style: italic;
}

td .label2 {
    text-align: right;
    font-weight: normal;
}

td .texto {
    font-weight: normal;
    color: #000000;
}

td .texto2 {
    width: 50px;
    text-align: left;
    font-weight: normal;
    color: #000000;
}

td .user{
    width: 100%;
    text-align: center;
    font-size: 10px;

}

div#menu a {
    color: #000000;
    text-decoration: none;
}
div#menu ul {
    list-style: none;
    margin: 0px;
    font-weight: bold;
}

div#menu ul li{
    text-decoration: none;
    font-weight: normal;
    margin-left: -40px;
    *margin-left: 0; /* Utilizado para alinhar margem do menu no Internet Explorer */
}

div#menu ul li ul li{
    font-weight: normal;
    font-size: 10px;
}

.msgerro, .msginfo{
    border: solid #FFCC00 2px;
    width: 400px;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.msgalerta {
    border: solid #FFCC00 2px;
    width: 128px;
    text-align: center;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tabela_relatorio_impar {
    background-color:#FFCC00;
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    width:100%;
}

.tabela_relatorio_par {
    background-color:#FFCC00;
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    width:100%;
}

tr.par {
    background-color: #ddd;
    text-align: left;
    font-size: 12px;
    color: black;
}

tr.impar {
    background-color: #fff;
    text-align: left;
    font-size: 12px; 
    color: black;
}

td.paginacao, td.paginacao a
{
    font-size: 12px;
    text-decoration: none;
}

td.paginacao a:hover
{
    text-decoration: underline;
    color: #fc0;
}

div#carregando{
    margin-left: 130px;
    background: #fff;
    min-height: 500px;
    padding: 15px 10px 10px 10px;
    text-align: center;
}

.obrigatorio {
    color: red;
    font-weight: bold;
    font-size: medium;
}

.obrigatorioLeg {
    color: red;
    font-weight: bold;
    font-size: small;
}
