BODY 
	{
	background-color: white;
	color : black;
	font-family: "Times New Roman", "Arial";
	font-size: 10pt;
	line-height: 14pt;
	text-decoration: none;
	margin: 0;
	text-align: center;
	}

/* alle tekstlinks op de pagina in de cellen 'mijn team' */
a.am {
	color			: #009900;
}
 
/* de links t.b.v. popup bij wedstrijden voor tonen van wedstrijddetails */
a.apop {
	color			: #CC0000;
	text-decoration		: underline;
}
 
/* de tabellen voor standen, uitslagen en schema's */
.tabel {
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: normal;
	color			: #000000;
	background		: white;
	border			: outset 1px #003300;
	
}
 
/* eerste rij in een tabel */
TR.tabelkop {
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: bold;
	color			: #000000;
	background		: #84AD84;
}
 
/* competitieinformatie */
TD.ci {
	width			: 600px;
}
 
/* uitslagentabel, kolom met teams */
TD.ul {
	width			: 120px;
	text-align		: left;
	border			: 1px solid #FFFFFF;
	background		: #EEEEEE;
}
 
/* uitslagentabel, cel met mijnteam */
TD.ulm {
	width			: 100px;
	text-align		: left;
	color			: #CC0000;
	background		: #E0D279;
}
 
/* uitslagentabel, uitslagen kolommen */
TD.uk {
	width			: 25px;
	text-align		: center;
	background		: #EEEEEE;
}
 
/* uitslagentabel, uitslagen kolommen mijn team */
TD.ukm {
	width			: 25px;
	text-align		: center;
	color			: #CC0000;
	background		: #E0D279;
}
 
/* uitslagentabel, lege velden */
TD.ukl {
	background		: #CCCCCC;
	width			: 25px;
	text-align		: center;
}
 
/* standentabel, kolom met teams */
TD.sl {
	width			: 120px;
	text-align		: left;
	background		: #EEEEEE;
}
 
/* standentabel, kolom met mijn team */
TD.slm {
	width			: 120px;
	text-align		: left;
	background		: #E0D279;
}
 
/* standentabel, kolom met punten */
TD.skp {
	width			: 20px;
	text-align		: center;
	background		: #CCCCCC;
}
 
/* standentabel, overige kolommen */
TD.sk {
	width			: 20px;
	text-align		: center;
	background		: #EEEEEE;
}
 
/* standentabel, overige kolommen mijn team */
TD.skm {
	width			: 20px;
	text-align		: center;
	background		: #E0D279;
}
 
/* standen bij gebruik tabbladen, tabel met standentabellen */
TABLE.data_table {
	width:450px;
	border:1px solid #999;
}
 
/* standen bij gebruik tabbladen, cellen met tabs */
TABLE.tabs_table TD {
	background-color:#fff;
	color:#363;
	width:150px;
	height:22px;
	border:0px;
	text-align:center;
	font-family:verdana;
	font-size:12px; 
	font-weight:bold;
}
 
/* standen bij gebruik tabbladen, cel met selecteerde tab */
TABLE.tabs_table TD.tab_active {
	background-image:url(./images/tabgeel100.gif);
	cursor:auto;
}
 
/* standen bij gebruik tabbladen, cellen met niet geselecteerde tabs */
TABLE.tabs_table TD.tab {
	background-image:url(./images/tabgroen100.gif);
	cursor:pointer;
}
 
/* standen bij gebruik tabbladen, cellen met niet geselecteerde tabs bij mouseover */
TABLE.tabs_table TD.tab_hover {
	background-image:url(./images/tabhover100.gif);
	cursor:pointer;
}
 
/* statistiekentabel, kolom met namen */
TD.stl {
	width			: 200px;
	text-align		: left;
	background		: #EEEEEE;
}
 
/* statistiekentabel, kolom met namen eigen team */
TD.stlm {
	width			: 200px;
	text-align		: left;
	background		: #E0D279;
	font-weight		: bold;
}
 
/* statistiekentabel, kolom met aantal */
TD.stk {
	width			: 40px;
	text-align		: center;
	background		: #EEEEEE;
}
 
/* statistiekentabel, kolom met aantal eigen team */
TD.stkm {
	width			: 40px;
	text-align		: center;
	background		: #E0D279;
	font-weight		: bold;
}
 
/* wedstrijdschematabel, kolom met datum */
TD.wd {
	width			: 80px;
	text-align		: left;
	background		: #84AD84;
}
 
/* wedstrijdschematabel, kolom met teams */
TD.wl {
	width			: 120px;
	text-align		: left;
	background		: #84AD84;
}
 
/* wedstrijdschematabel, cel met eigen team */
TD.wlm {
	width			: 120px;
	text-align		: left;
	background		: #E0D279;
	font-weight		: bold;
}
 
/* wedstrijdschematabel, kolom met uitslag */
TD.wk {
	width			: 30px;
	text-align		: center;
	background		: #84AD84;
}
 
/* wedstrijdschematabel, kolom met verbindingsstreepje tussen teams */
TD.ws {
	width			: 10px;
	text-align		: center;
	border			: inset 1pt;
	padding			: 0pt;
}
 
/* wedstrijdschematabel, cel met wedstrijdverslag */
TD.wv {
	background		: #DEE9DE;
	border			: outset 1px #CCCCCC;
}
 
/* wedstrijdschematabel, wedstrijddetails */
TD.wwd {
	font-size		: 10px;
	width			: 200px;
	background		: #FFFFFF;
}
 
/* pouletabel, lange kolommen met naam */
TD.pl {
	width			: 200px;
	background		: #EEEEEE;
}
 
/* pouletabel korte kolommen */
TD.pk {
	width			: 70px;
	text-align		: center;
	background		: #EEEEEE;
}
 
/* .kop = kopjes boven de tabellen */
.kop {
	text-align		: center;
	font-family		: Verdana;
	font-size		: 12px;
	font-weight		: bold;
	color			: black;
}
 
/* .kopschema = kopjes boven de tabellen van de wedstrijdschema's */
.kopschema {
	font-family		: Verdana;
	font-size		: 11px;
	font-weight		: normal;
	font-style		: italic;
	color			: #000000;
}
 
/* verjaardagen, kolommen met naam en team */
TD.vl {
	width			: 200px;
	text-align		: left;
	background		: #EEEEEE;
}
 
/* verjaardagen, kolommen met datum en leeftijd */
TD.vk {
	width			: 100px;
	text-align		: center;
	background		: #EEEEEE;
}
 
/* Team statistieken tabel, kolom met namen */
TD.tsl {
	width			: 200px;
	text-align		: left;
	background		: #FFFFFF;
	border			: outset 1px #FFFFFF;
}
 
/* Team statistieken tabel, overige kolommen */
TD.tsk {
	width			: 30px;
	text-align		: center;
	background		: #FFFFFF;
	border			: outset 1px #FFFFFF;
}
 
/* Historie ranglijst allertijden, kolom met teams */
TD.hrat {
	width			: 120px;
	text-align		: left;
	background		: #EEEEEE;
}
 
/* Historie ranglijst allertijden, kolom met punten */
TD.hrap {
	width			: 20px;
	text-align		: center;
	background		: #CCCCCC;
}
 
/* Historie ranglijst allertijden, overige kolommen */
TD.hrak {
	width			: 20px;
	text-align		: center;
	background		: #EEEEEE;
}
 
/* Historie doelpunten, kaarten, etc..., kolom met spelers */
TD.hdel {
	width			: 200px;
	text-align		: left;
	background		: #EEEEEE;
}
 
/* Historie doelpunten, kaarten, etc..., kolom met aantallen */
TD.hdek {
	width			: 30px;
	text-align		: center;
	background		: #EEEEEE;
}
 
/* Historie extremen, brede kolommen */
TD.hexl {
	width			: 300px;
	text-align		: left;
	background		: #EEEEEE;
}
 
/* Historie extremen, kolom met aantallen */
TD.hexk {
	width			: 30px;
	text-align		: center;
	background		: #EEEEEE;
}
 
/* Historie onderling resultaat, cellen met logo */
TD.horl {
	width			: 90px;
	text-align		: center;
	background		: #FFFFFF;
}
 
/* Historie onderling resultaat, cellen met team */
TD.hort {
	background		: #84AD84;
}
 
/* Historie onderling resultaat, cellen met tekst "wedstrijden", "winst", etc */
TD.horw {
	width			: 100px;
	text-align		: right;
	background		: #FFFFFF;
}
 
/* Historie onderling resultaat, cellen met aantal */
TD.hork {
	text-align		: center;
	background		: #CCCCCC;
}
 
/* Historie onderling resultaat, lege cellen */
TD.hore {
	background		: #FFFFFF;
}
 
/* Historie onderling resultaat, cellen met datum */
TD.hord {
	width			: 80px;
	background		: #E0D279;
}
 
/* Historie onderling resultaat, cellen met competitienaam */
TD.horc {
	width			: 250px;
	background		: #E0D279;
}
 
/* Historie onderling resultaat, cellen met uitslag */
TD.horu {
	width			: 50px;
	background		: #E0D279;
	text-align		: center;
}
 
/* Historie onderling resultaat, cellen met minuut */
TD.horm {
	width			: 30px;
	background		: #FFFFFF;
	text-align		: center;
}
 
/* Historie onderling resultaat, cellen met speler */
TD.hors {
	width			: 200px;
	background		: #FFFFFF;
}
 
/* Historie spelers, cellen met spelers */
TD.hspl {
	width			: 200px;
	background		: #FFFFFF;
}
 
/* Historie spelers, cellen met aantallen */
TD.hspk {
	width			: 80px;
	background		: #FFFFFF;
	text-align		: center;
}