/*
© 2005 Christine Kirchmeier http://www.zeta-software.de
*/

.style8 {text-align: left; color: #800000; font-weight: bold; font-size: 100%; }

#itsthetable {
	background: #fff;
	padding: 0 2em 2em 2em;
}

table {
	margin: 1em auto;
	font: 95%/130% Tahoma, Arial, Helvetica, sans-serif;
	padding: 5px;
}

table caption {
	color: #2442b1;
	font-size: 130%;
	letter-spacing: .1em;
	padding: 1.0em 0.2em 1em 0;
	text-align: right;
	text-transform: uppercase;
}

thead th, tbody th {
	background: #2442b1;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	padding: .2em .7em .2em .8em;
	text-align: center;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
}

thead th {
	font-size: 1em;
}

tbody th {
	background: #dee2e9;
}

tbody tr.odd th {
	background: #e2e2e2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

tbody th a, tbody th a:link, tbody th a:visited, tbody th a:hover, tbody th a:active {
	color: #2442b1;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

tbody th a:hover {
	text-decoration: underline;
}

td a:link {
	color: #537fc3;
}

tbody th a:visited, td a:visited {
	color: #444;
}

th a:hover, td a:hover {
	text-decoration: none;
}

td {
	background: #f3f8fd;
	text-align:center;
	font: bold 1.0em Arial,sans-serif;
	color: #203276;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	padding: 1.0em 0.5em 1.0em 0.8em;
}

td:hover {
	background: #f3f8fd;
}

tr.odd td {
	background: #f8f8f8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

tr.odd td:hover {
	background: #f8f8f8;
}

tfoot th, tfoot td {
	background: #444 !important;
	padding: .5em .5em .5em .5em !important;
	color: #fff;
}
