/*
  project: CSS - table design
  type: stylesheet
  description: golden style
  edited: 14.09.2005, Michael Horn
*/
table {
	border-collapse: collapse;
	border: 0px solid #fff;
	color: #fff;
	background: #000066;
	font-weight: bolder;
	border-bottom: 3px;
	border-bottom-color: 000066;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	font-variant: normal;
  }
caption {
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0.4em;
	padding-left: 4px;
	white-space: normal;
  }
td, th {
	border: 1px solid #000066;
	padding: 0.2em;
  }
thead th, tfoot th {
	border: 1px solid #000066;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background: #ffffff;
  }
tbody td a {
  background: transparent;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  }
tbody td a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #fff;
  }
tbody th a {
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted #fff;
  }
tbody th a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #fff;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #000066;
  }
.odd {
  color: #333;
  background: #d7cefe;
  }
.even {
  color: #444;
  background: #cef8e0;
  }
tbody tr:hover {
  color: #333;
  background: #fff;
  }
/*tbody tr:hover th,
tbody tr.odd:hover th {
  color: #333;
  background: #ddd59b;
  }
