﻿.tdDir {
    height: 32px; 
    width: 10%; 
    background-image: url('../img/BackMenu.gif');
}
.tdCentro 
{
    height: 32px; 
    width: 80%; 
    background-image: url('../img/BackMenu.gif');
}

.tdEsq {
    height: 20px; 
    width: 10%;
    background-image: url('../img/BackMenu.gif');
}

.tdBotLivrosSemSel {
  height: 32px;
  width: 23px; 
  background-image: url('../img/PontaBotLivrosSemSel.gif');
}

.tdBotLivrosComSel {
  height: 32px;
  width:15px; 
  background-image: url('../img/PontaBotLivrosComSel.gif');
}

.tdBotHomeSemSel {
  height: 32px;
  width: 27px; 
  background-image: url('../img/PontaBotHomeSemSel.gif');
}

.tdBotHomeComSel {
  height: 32px;
  width: 27px; 
  background-image: url('../img/PontaBotHomeComSel.gif');
}

.tdBotSemSel {
  height : 32px; 
  width: 60px; 
  background-image: url('../img/BackBotSemSel.gif'); 
  text-align: center;
  font-family: Arial;
  
  color: #404B78;
  font-weight: bold;
  line-height: 12px;
  text-decoration : none;
  cursor: pointer;
}

/*
a:link........define o estilo do link no estado inicial; 
a:visited...define o estilo do link visitado; 
a:hover.....define o estilo do link quando passa-se o mouse sobre ele; 
a:active....define o estilo do link ativo (o que foi "clicado").  
*/

.tdBotSemSel a:link
{
    color: #404B78;
    font-weight: bold;
    line-height: 12px;
    text-decoration : none;
}

.tdBotSemSel a:visited
{
    color: #404B78;
    font-weight: bold;
    line-height: 12px;
    text-decoration : none;
}

.tdBotSemSel a:hover
{
    color: #404B78;
    font-weight: bold;
    line-height: 12px;
    text-decoration : none;
}

.tdBotSemSel a:active 
{
    color: #404B78;
    font-weight: bold;
    line-height: 12px;
    text-decoration : none;
   
}

/*
a:link........define o estilo do link no estado inicial; 
a:visited...define o estilo do link visitado; 
a:hover.....define o estilo do link quando passa-se o mouse sobre ele; 
a:active....define o estilo do link ativo (o que foi "clicado").  
*/


.tdBotSel {
  height: 32px; 
  width: 60px; 
  background-image: url('../img/BackBotSel.gif'); 
  text-align: center;
  font-family: Arial;
  
  color: white;
  font-weight: bold;
  line-height: 12px;
  text-decoration : none;
  cursor: pointer;
}

.tdBotSel a:link
{
    color: white;
    font-weight: bold;
    line-height: 12px;
    text-decoration : none;
}

.tdBotSel a:visited
{
    color: white;
    font-weight: bold;
    line-height: 12px;
    text-decoration : none;
}

.tdBotSel a:hover
{
    color: white;
    font-weight: bold;
    line-height: 12px;
    text-decoration : none;
}

.tdBotSel a:active 
{
    color: white;
    font-weight: bold;
    line-height: 12px;
    text-decoration : none;
}

.tdPontaEsqSemSelDirSemSel {
  height: 32px;
  width: 29px; 
  background-image: url('../img/PontaEsqSemSelDirSemSel.gif');
}

.tdPontaEsqSelDirSemSel {
  height: 32px;
  width: 18px; 
  background-image: url('../img/PontaEsqSelDirSemSel.gif');
}

.tdPontaEsqSemSelDirSel 
{
    height: 32px;
    width: 31px; 
    background-image: url('../img/PontaEsqSemSelDirSel.gif');
}

.TabelaMenuPrincipal {
  width: 100%;
  height: 32px;
 /* margin-top:11px;*/

}

