CSS das Tabelas do Sítio PPGE

%STARTINCLUDE%

#conteudo table{
  margin: auto auto auto auto;
  border-collapse: collapse;
  border: none;
  border-top: 2px solid #b86594;
  border-bottom: 2px solid #b86594;
  empty-cells: show;
}

#conteudo  table tr th,
#conteudo  table tr td{
  color: #707070;
  font-size: 12px;
  padding: 1px 6px 1px 6px;
  border: none;
}

#conteudo table tr th{
  text-align: center;
  color: #f000b5;
  background-color: #f8dade;
  border-left: 1px solid #ffedf8;
  border-right: 1px solid #ffedf8;
  border-bottom: 2px solid #b86594;
}

#conteudo table tr td{
  border-left: 1px solid #ffedf8;
  border-right: 1px solid #ffedf8;
  border-bottom: 1px solid #e198c3;
  background-color: #f1b8c6;
}

#conteudo #anexos table tr th,
#conteudo  table tr td{
  font-size: 9px;
}
#conteudo #anexos table tr td img{
  display: none;
}

%STOPINCLUDE%


-- LeandroSantos - 21 Aug 2005

revisão: r1 - 21 Aug 2005 - 17:20:10 - LeandroSantos?