/*************************/
/* standard table        */ 
/*************************/

table {
  border-collapse: collapse;
  border: 1px solid #c9c9c9;
  font: normal 90%/140% verdana, arial, helvetica, sans-serif;
  color: #333;
  }
caption {
  padding: .2em .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  background: #666;
  }
td, th {
  border: 1px solid #c9c9c9;
  padding: .2em;
  }
thead th, tfoot th {
  border: 1px solid #c9c9c9;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  background: #d8d8d8;
  }
tbody td a {
  color: #72724c;
  text-decoration: none;
  }
tbody td a:hover {
  color: #ff0000;
  }
tbody th a {
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
  }
tbody th a:hover {
  color: #666;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #996;
  }
.odd {
  color: #333;
  background: #f7f5dc;
  }
tbody tr:hover {
  color: #333;
  background: #fff;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  color: #333;
  background: #ddd59b;
  }

.empty_table {
	height: 55px;
	text-align: center;
}

.white {
  width:75%;
  background: #fff;
}