/*
  project: CSS - table design
  type: stylesheet
  description: aqua
  edited: 19.11.2007, Matthias Richter
*/
table {
	border-collapse: collapse;
	border: 1px solid #a4c7db;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	background: #151a25;
}
caption {
	padding: 0 .4em .4em;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
}
td, th {
	color: #fff;
	border: 1px solid #a4c7db;
	padding: .3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
thead th, tfoot th {
	border: transparent;
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	background: #151a25;
}
tbody td a {
	background: transparent;
	color: #fff;
	text-decoration: none;
}
tbody td a:hover {
	background: transparent;
	color: #fff;
}
tbody th a {
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}
tbody th a:hover {
	background: transparent;
	color: #ccc;
}
tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
tfoot td {
	border: 1px solid #a4c7db;
	background: #C5BA85;
}
.odd {
	background: #8093bc;
}
tbody tr:hover {
	color: #333444;
	background: #65728d;
}
tbody tr:hover th, tbody tr.odd:hover th {
	background: #65728d;
}
