			table.tableLoad 	{ /*width: 281px;*/ width:100%;}
			table.totalGames 	{ /*width: 460px;*/ }
			
			table.tableLoad th{
				height: 20px;
				background: #2b5da4;
				border-top: 1px solid #003366;
				color: #fff;
				font: 11px Verdana, Arial, Helvetica, sans-serif; /* dit kan evt weggehaald worden als hij het font al overneemt */
				text-align: left;
				padding: 0px 2px 2px 5px;
			}
			
			table.totalGames th	{ 
				border-top: 1px solid #003366; }
			
			table.tableLoad td{ 
				height: 20px;
				color: #414141; /* dit kan evt weggehaald worden als hij kleur al overneemt */
				font: 9px Verdana, Arial, Helvetica, sans-serif;
			}
			table.tableLoad tr:hover, table.tableLoad tr.even:hover { background: #8cbceb; padding: 0px 2px; }
			table.tableLoad tr.even		{ background: #e1e1e1; }
			
			/* schedule */
			
			table.gameSchedule td.team		{ width: 120px; }
			table.gameSchedule td.teamFirst	{ width: 118px; padding: 0px 0px 0px 2px; }
			table.gameSchedule td.time		{ width: 18px;	}
			table.gameSchedule td.result	{ width: 18px; padding: 0px 0px 0px 4px; text-align: center;	}
			
			/* standings */
			
			table.standings td.numberFirst	{ width: 8px; text-align: center; padding: 0px 0px 0px 2px; }
			table.standings td.number		{ width: 20px; text-align: center;}
			table.standings td.team			{ width: 190px; }		
			
			/* total games */	
			
			table.totalGames td.datumFirst	{ width: 50px;  padding: 0px 0px 0px 2px; }
			table.totalGames td.team		{ width: 150px; }
			table.totalGames td.time		{ width: 25px; text-align: center; }
			table.totalGames td.result		{ width: 25px; text-align: center; }
			
			span.club-highlight { font-weight: bold; }
			
			/* games all teams */
						
			table.allClubGames {
			}

