/* WP-Table CSS File v1.50 */

.wptable {
	font: Arial, Helvetica, sans-serif;
	background:	Window;
	color:#4C4C4C;
	border-collapse: collapse;
	font-size:12px;
        margin-top:10px;
}
/* header row*/
.wptable thead {
	width:500px;
	height:20px;
}
.wptable {
	background: url(/blog/wp-content/themes/fussball/images/table-header.png) 0 0 no-repeat;
}
.wptable th {
	color:#6AD331;
	font-size:13px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	padding:0 0 0 5px;
	text-shadow:0 1px #000000;
}
/* normal row*/
.wptable td {
	padding:2px 0 2px 5px;
}
/* alternative rwo */
.wptable tr.alt {
	background-color:#f3f3f3;
}
