TABLE#fixtures {
	table-layout: fixed;
	border: 0px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
}

/* Define the look of the Header line */
TABLE#fixtures TH {
	border-top: #aac 1px solid;
	border-left: #aac 1px solid;
	border-bottom: #336 1px solid;
	border-right: #336 1px solid;
	background: #667;
	color: #eee;
	font-weight: normal;
}

/* Common attributes for the body of the table */
TABLE#fixtures TR TD {
	padding: 2px;
	text-align: center;
}

/* Define table cells for away games */
TABLE#fixtures TR.away TD {
	border-top: #ccf 1px solid;
	border-left: #ccf 1px solid;
	border-bottom: #44c 1px solid;
	border-right: #44c 1px solid;
	background: #aaf;
	color: #330;
}

/* Define table cells for home games */
TABLE#fixtures TR.home TD {
	border-top: #88a 1px solid;
	border-left: #88a 1px solid;
	border-bottom: #00a 1px solid;
	border-right: #00a 1px solid;
	background: #66c;
	color: #dd8;
}

/* Define table cells for neutral games */
TABLE#fixtures TR.neutral TD {
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	background: #ccc;
	color: #228;
}

/* Define result cells*/
TABLE#fixtures TR TD.win {
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #bbb 1px solid;
	border-right: #bbb 1px solid;
	background: #ddd;
	color: #00f;
}

TABLE#fixtures TR TD.draw {
	border-top: #aaa 1px solid;
	border-left: #aaa 1px solid;
	border-bottom: #666 1px solid;
	border-right: #666 1px solid;
	background: #888;
	color: #bbf;
}

TABLE#fixtures TR TD.loss {
	border-top: #444 1px solid;
	border-left: #444 1px solid;
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
	background: #222;
	color: #ddf;
}

TABLE#fixtures TR TD.space {
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
	background: #fff;
	color: #fff;
}

/* Not used but could move text */
TABLE#fixtures TR TD.opposition {
	text-align: center;
}

/* Define hyperlinks for home games */
TABLE#fixtures TR.home A:hover {
	color: #cc0;
	text-decoration: underline;
}

TABLE#fixtures TR.home A:visited {
	color: #cc0;
	text-decoration: underline;
}

TABLE#fixtures TR.home A:visited :hover { #cc0;
	text-decoration: underline;
}

TABLE#fixtures TR.home A:active {
	color: #cc0;
	text-decoration: underline;
}

TABLE#fixtures TR.home A:link {
	color: #cc0;
	text-decoration: underline;
}

/* Define hyperlinks for away games */
TABLE#fixtures TR.away A:visited {
	color: #009;
	text-decoration: underline
}

TABLE#fixtures TR.away A:visited :hover {
	color: #009;
	text-decoration: 
}

TABLE#fixtures TR.away A:link {
	color: #009;
	text-decoration: underline
}

TABLE#fixtures TR.away A:active {
	color: #009;
	text-decoration: underline
}

TABLE#fixtures TR.away A:hover {
	color: #009;
	text-decoration: underline
}

TABLE#summary TH {
	border-top: #aac 1px solid;
	border-left: #aac 1px solid;
	border-bottom: #336 1px solid;
	border-right: #336 1px solid;
	background: #667;
	color: #eee;
	font-weight: normal;
}

/* Common attributes for the body of the table */
TABLE#summary TR TD {
	padding: 2px;
	text-align: center;
}

/* Define table cells for away games */
TABLE#summary TR.away TD {
	border-top: #ccf 1px solid;
	border-left: #ccf 1px solid;
	border-bottom: #44c 1px solid;
	border-right: #44c 1px solid;
	background: #aaf;
	color: #330;
}

/* Define table cells for home games */
TABLE#summary TR.home TD {
	border-top: #88a 1px solid;
	border-left: #88a 1px solid;
	border-bottom: #00a 1px solid;
	border-right: #00a 1px solid;
	background: #66c;
	color: #dd8;
}

/* Define table cells for neutral games */
TABLE#summary TR.neutral TD {
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	background: #ccc;
	color: #228;
}

/* Change cursor to highlight acronyms */
acronym {
	cursor: help;
}
