body {
	font-family: Tahoma, Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #1D1E20;
	margin:0;
	padding:1em;
}

table {
	border-collapse:collapse;
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px;    /* Konqueror */
	-moz-border-radius: 8px; /* Firefox */
	border-radius: 8px;
	width:100%;
}

table caption {
	background-color:#222;
	background:url(i/tv.png) 8px center no-repeat;
	color:#F4B414;
	font-size:18px;
	text-align:left;
	padding:8px;
	padding-left:42px;
}

table thead tr th {
	color:#111;
	background-color:#999;
	border:1px solid #1d1e20;
	padding:4px;
	text-align:left;
}

table tbody tr td {
	padding:4px;
	border:1px solid #333;
}

table tbody tr td img {
	margin-right:8px;
}

table tbody tr.odd td {
	background-color:#333;
}

table tbody tr.hover td {
	background-color:#F4B414;
	border:1px solid #1D1E20;
	color:#222;
}

p.legend {
	text-align:center;
	line-height:1.5em;
}

	p.legend img {
		vertical-align:middle;
		margin-left:2em;
	}

h1 {
	color:#888;
	font-weight:normal;
	font-size:24px;
	border-bottom:1px dotted #444;
	margin-bottom:1em;
	padding-bottom:.5em;
}

h2 {
	color:#333;
	background-color:#F4B414;
	font-weight:bold;
	font-size:18px;
	margin-bottom:1em;
	padding:.5em;
	
	border-radius: 3px;
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px;    /* Konqueror */
	-moz-border-radius: 3px; /* Firefox */
}

ul {
	margin:0;
	padding:0;
	list-style-type:circle;
	list-style-position:inside;
}

ul li {
	color:#F4B414;
	line-height:1.5em;
	margin-left:1em;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#1D1E20;
	background-color:#fff;
	text-decoration:none;
}

.center {
	text-align:center;
}
