@charset "utf-8";
/* CSS Document */

#listaT table {
  border-collapse: collapse;
  border: 1px solid #FFFFFF;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #CCCCCC;
  }
#listaT caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
#listaT td, #listaT th {
  border: 1px dotted  #FFFFFF;
  padding: .4em;
  color: #363636;
  }

#listaT thead th, #listaT tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #FFFFFF;
  text-align: left;
  background:#333333;
  color: #FFFFFF;
  padding-top:3px;
  }
#listaT tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
#listaT tbody td a:hover {
  background:#ABCBD1;
  color: #363636;
  text-decoration:underline;
  }
#listaT tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background:transparent;
  text-decoration:underline;
  font-weight:normal;
  color: #363636;
  }
#listaT tbody th a:hover {
  background: transparent;
  color: #363636;
  }
#listaT tbody th, #listaT tbody td {
  vertical-align: top;
  text-align: left;
  }
#listaT tfoot td {
  border: 1px solid #FFFFFF;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #999999;
  }
#listaT tbody tr:hover {
  background:#ABCBD1;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  }
#listaT tbody tr:hover th,
#listaT tbody tr.odd:hover th {
  text-decoration:underline;
  background: #ABCBD1;
  color: #FFFFFF;
  }
