

html, body {
    background-color : White;
    color : Black;
    font-family : arial, Helvetica, sans-serif;
    font-size : 10pt;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
  }


a:link {
    text-decoration: none;
    color: blue;
  }


a:active {
    text-decoration: none;
    color: blue;
  }


a:visited {
    text-decoration: none;
    color: blue;
  }


a:hover {
    text-decoration: underline;
    color: red;
  }


table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: Black;
  }


th {
    text-align: center;
    background-color: #ACD2F7;
    height: 25px;
  }

/**
 * Personalized
 */

table.table_login 
{
    border-color: #ACD2F7;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    width: 250px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

table.table_error 
{
    border-color: #ACD2F7;
    border-style: solid;
    border-width: 1px;
    width: 450px;
    text-align: center;
    color: #DD0000;
    margin-top: 30px;
    margin-left: 0px;
  }

table.table_aviso 
{
    border-color: #ACD2F7;
    border-style: solid;
    border-width: 1px;
    width: 450px;
    text-align: center;
    margin-top: 30px;
    margin-left: 0px;
  }

td.td_menu {
    background: url(../site_imgs/menugestao.jpg);
    background-repeat: repeat-y;
    width: 200px;
  }
  
table.table_menu 
{
    border-color: #ACD2F7;
    border-style: solid;
    border-width: 1px;
    width: 180px;
    text-align: center;
  }

/** to use in each menu line */
td.linha_menu {
    padding: 0px;
    height: 20px;
  }

table.table_centro 
{
    border-width: 0px;
    background-color: transparent;
    margin-top: 30px;
    margin-left: 0px;
  }

table.table_centro2 {
    width: 550px;
    border-style: dashed;
    border-width: 1px;
    background-color: transparent;
    margin-top: 30px;
    margin-left: 0px;
  }

/** Main table is the main "frame" for the all pages */
table.table_main {
    height : 100%;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    border-style : none;
    width : 100%;
  }

/** to use as cabecalho row in the main table */
tr.tr_cabecalho {
	background: url(../site_imgs/barralogotipo2.gif);
    background-repeat: repeat-x;
    height: 70px;
  }

/** to use as rodape row in the main table */
tr.tr_rodape {
    background-color : #f0f8ff;
    font-size : 9pt;
    height : 25px;
    text-align : center;
  }


/** to use as middle row in table main */
tr.tr_middle {
    height : auto;
    vertical-align : top;
  }
  

table.listagem {
    border: 0px;
    vertical-align: top;
    margin: auto;
    font-size: 10pt;
  }


td.titulo {
    font-size : 11pt;
    font-weight : bold;
    text-align : center;
    padding-bottom : 10px;
    padding-top : 10px;
  }


tr.colunas {
    background-color: #D4EAFE;
  }


tr.linhaimpar {
    background-color: #FFFFFF;
  }


tr.linhapar {
    background-color: #F0F8FF;
  }


td {
    padding-left : 10px;
    padding-right : 10px;
  }