@charset "UTF-8";

table {
	width: 98%;
	color: #212424;
	margin: 0 0 1em;
	font: 88%/150% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, sans-serif;
}
table, tr, th, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #f8fcfe;
}

/* HEADER */

thead {
	background-color: #4b687f;
}
thead tr th {
	padding: .5em 0;
	text-align: center;
	color: #FAF7D4;
}
tbody tr th {
	padding-right: 1em;
	text-align: right;
	font-weight: bold;
	background: #c5e894
	text-transform: uppercase;
	background-color: #f8fcfe;
}

/* BODY */

tbody tr td {
	background-color: #f8fcfe;
}
tbody tr.odd th {
	background-color: #f7f6e9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
tbody tr.odd td {
	background-color: #f7f6e9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
/*
tbody  tr td:hover    {
	background-color: #f8fcfe;
}
*/
tbody tr th, tbody tr td {
	padding: 0.1em 0.4em;
	border: 1px solid #bbb;
}
