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



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

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

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

  td.link_espaco {
    height: 5px;
  }

  td.sublink_espaco {
    width: 1px;
  }

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

  td.link {
    height: 25px;
    text-align: left;
    vertical-align: middle;
    color: #c0c0c0;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }
  td.link_sel {
    height: 25px;
    text-align: left;
    vertical-align: middle;
    color: #00654a;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }

  td.link_tema {
    height: 25px;
    text-align: left;
    vertical-align: top;
    color: #555555;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }
  td.link_tema_sel {
    height: 25px;
    text-align: left;
    vertical-align: top;
    color: #555555;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }

  td.sublink {
    text-align: left;
    vertical-align: middle;
    background: #b6bec8;
    color: #ffffff;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }

/* Links */
  a.secao {
    color: #ffffff;
    text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
  }
  a.secao:hover {
    color: #ffffff;
    text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
  }
  a.secao_sel {
    color: #dadada;
    text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
  }
  a.secao_sel:hover {
    color: #dadada;
    text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
  }

  a.link {
    color: #c0c0c0;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
  }
  a.link:hover {
    color: #c0c0c0;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
  }
  a.link_sel {
    color: #00654a;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
  }
  a.link_sel:hover {
    color: #00654a;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
  }

  a.link_tema {
    color: #555555;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }
  a.link_tema:hover {
    color: #555555;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }
  a.link_tema_sel {
    color: #c0c0c0;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }
  a.link_tema_sel:hover {
    color: #c0c0c0;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }

  a.sublink {
    color: #808080;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }
  a.sublink:hover {
    color: #808080;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }
  a.sublink_sel {
    color: #ffffff;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }
  a.sublink_sel:hover {
    color: #ffffff;
    text-decoration: none;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
  }

