/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table {
  border-collapse: collapse;
  border: 1px solid #E2D198;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #B27441;
  background: #FFF;
  width:100%;
  }
td, th {
  border: 1px solid #E2D198;
  padding: .4em;
  color: #B27441;
  }

thead th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #E2D198;
  text-align: left;
  background: #FFBB50;
  color: #FFFFFF;
  padding-top:3px;
  text-align: center;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: center;
  }