/* VIEWWEDSTRIJDLIJST */
table.tblWedstrijdLijst {
	border:1px solid #565455;
	border-collapse:collapse;
	font-family:verdana,sans-serif;
	font-size:10px;
}
table.tblWedstrijdLijst td, table.tblWedstrijdLijst th{
	border:1px solid #565455;
	border-collapse:collapse;
	padding:2px;
	font-size: 10px;
	color: #000;
}	

#edit{width:20px;}
#time{width:75px;}
#result{width:75px;}
#home,#visitor{width:150px;}
#edit{width:50px;}

table.tblWedstrijdLijst caption{
	background:#ccc;
	font-size:110%;
	border:1px solid #CFCFCF;
	border-bottom:none;
	padding:5px;
	text-align:left;
}
table.tblWedstrijdLijst thead th{
	background:#CFCFCF;
	text-align:center;
}
table.tblWedstrijdLijst tbody th{
	text-align:center;
	background:#CFCFCF;
}
table.tblWedstrijdLijst tfoot td{
	text-align:right;
	font-weight:bold;
	background:#369;
}
table.tblWedstrijdLijst tbody td{
	background:#FFF;
	text-align:center;	
}
table.tblWedstrijdLijst tbody tr.odd td{
	background:#ccc;
}


