/*  
Theme Name: chives-tables
Theme URI: http://chives.de/css/style.css
Author: stefan eitel * chives - Buero fuer Webdesign Plus Darmstadt
Author URI: http://www.chives.de
*/

table {
	background-color: #FFFFFF;
	color: #495E49;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 100%;
}

table a:link, table a:visited, table a:active {
	background-color: transparent;
	color: #0096BD;
	text-decoration: none;
}

table a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #333;
}

table caption {
	background-color: transparent;
	color: #990000;
	font-family: arial;
	font-size: 15px;
	padding-bottom: 12px;
	text-align: left;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
}

table, td, th {
	margin: 0;
	padding: 0;
}

tbody td, tbody th {
	background-color: #E4E4E4;
	padding: 5px 2px 5px 2px;
}

tbody tr.odd th, tbody tr.odd td {
	background-color: #FFFFFF;
}

tbody tr:hover td, tbody tr:hover th {
	background-color: #666666;
	color: #FFF;
}

td, th {
	vertical-align: middle;
}

tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	padding: 10px 8px 10px 8px;
	white-space: nowrap;
	background-color: #4e7586;
	color: #FFF;
}
