/* CSS Document */

/* TABLE HEADERS */
div.content table
{
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 16px;
}
div.content table tr
{
  height: 40px;
}
div.content table tr.header
{
  height: 20px;
}
div.content table tr td
{
  background-color: rgb(233,233,226);
  font-family: tahoma;
  font-size: 9pt;
  font-weight: normal;
  text-align: center;
  color: rgb(140,121,99);
  vertical-align: middle;
}
div.content table tr td.actividade
{
  padding-left: 10px;
  text-align: left;
}
td.agenda_data
{
  background-image: url('../images/tabela_agenda_data.png');
}
td.agenda_hora
{
  background-image: url('../images/tabela_agenda_hora.png');
}
td.agenda_actividade
{
  background-image: url('../images/tabela_agenda_actividade.png');
}
td.agenda_formador
{
  background-image: url('../images/tabela_agenda_formador.png');
}
td.agenda_participacao
{
  background-image: url('../images/tabela_agenda_participacao.png');
}
div.content table tr td a
{
  text-decoration: none;
  outline: none;
  font-family: tahoma;
  font-size: 9pt;
  font-weight: bold;
  color: rgb(119,189,116);
}
