/* ==================================== */
/* SISOP Informática - www.sisop.com.br */
/* ==================================== */



/* Gerais */
  body.menus {
    margin: 3px 3px 3px 3px;
  }

/* Tabelas */
  table.menu {
    width: 100%;
    height: 100%;
    border: 0px #c0c0c0 solid;
    background: #ffffff;
  }

/* Células */
  td.secao_espaco {
    height: 3px;
  }

  td.link_espaco {
    width: 10px;
  }

  td.sublink_espaco {
    width: 1px;
  }

  td.secao {
    background: url('../../imagens/fundo_secao.png');
    height: 25px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
  }

  td.secao_imagem {
    height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
  }

  td.secao_html {
    height: 20px;
  	vertical-align: top;
  }

  td.link {
    height: 15px;
    text-align: left;
    vertical-align: bottom;
    color: #777777;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
  }

  td.sublink {
    height: 15px;
    text-align: left;
    vertical-align: middle;
    border: 1px #c0c0c0 solid;
    background: #f0f0f0;
    color: #777777;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
  }

/* Links */
  a.secao {
    color: #ffffff;
    text-decoration: none;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
  }
  a.secao_imagem {
  }
  
  a.secao:hover {
    color: #ffffff;
    text-decoration: none;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
  }
  a.secao_sel {
    color: #555555;
    text-decoration: none;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
  }
  a.secao_sel:hover {
    color: #555555;
    text-decoration: none;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
  }

  a.link {
    color: #777777;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
  }
  a.link:hover {
    color: #777777;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
  }
  a.link_sel {
    color: #c0c0c0;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
  }
  a.link_sel:hover {
    color: #c0c0c0;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
  }

  a.sublink {
    color: #777777;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
  }
  a.sublink:hover {
    color: #777777;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
  }
  a.sublink_sel {
    color: #c0c0c0;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
  }
  a.sublink_sel:hover {
    color: #c0c0c0;
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
  }

