

table {
  width: 100%;
  margin:0; 
  padding:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000000;
}
table, tr, th, td {
border-collapse: collapse;
}
caption {
  margin:0; 
  padding:0;
  background: #dbb58f;
  height: 33px;
  line-height: 33px;
  text-align: left;
  border-style: none none solid none; 
  border-color: #CCCCCC;
  border-width: thin;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

/* HEAD */

thead {
  background-color: #FFFFFF;
  border: none;
}
thead tr th {
  height: 30px;
  font-size: 15px ;
  line-height: 20px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ;
  font-size: 1.1em;
  border-collapse: collapse;
}

/* BODY */

tbody tr {
  background: #f4e9de;
}
tbody tr.odd {
  background: #f9f5f0;
}
tbody tr th, tbody tr td {
  padding: 6px;
  border: solid 1px #CCC;
}
tbody tr th {
  background: #FFF;
  padding: 6px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: solid 1px #000;
}


