/*

   Copyright (c) 2009 George Riddell. All rights reserved.
   Version: 9.5.0  October 7, 2009.
             header row for grid   */
th {
	margin: 0px 0px;
	font-style: normal;
	font-weight: bold;
	border-top: thin solid Black;
	border-bottom: thin solid Black;
	text-align: left;
	font: 10px arial, "MS Sans Serif" Geneva sans-serif;
}
td.seq {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	border-left: thin solid Black;
}
/*                             Middle cell  */
td.gcell {
	border-bottom: thin solid Black;
	border-right: thin solid Black;
   margin: 0px;
	padding: 0px 0px 0px 4px;
}
/*                             First cell  */
td.gfcell {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
   border-right: thin solid Black;
   border-left: thin solid Black;
}
/*                             End of row cell  */

td.gecell {
	border-bottom: thin solid Black;
	border-right: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
}

/*                             Top row cell  */
td.gtcell {
	border-bottom: thin solid Black;
	border-right: thin solid Black;
   margin: 0px;
	padding: 0px 0px 0px 4px;
}
/*                             Middle cell top left  */
td.gtfcell {
	border-bottom: thin solid Black;
	border-right: thin solid Black;
   margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Middle cell on the top right  */
td.gtecell {
	border-bottom: thin solid Black;
	border-right: thin solid Black;
   margin: 0px;
	padding: 0px 0px 0px 4px;
}
/*                             Cells on the bottom row  */
td.gbcell {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-right: thin solid Black;
}
/*                             First cell on the bottom row  */
td.gbfcell {
	border-bottom: thin solid Black;
		border-right: thin solid Black;
   margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Last cell on the bottom row  */
td.gbecell {
	border-bottom: thin solid Black;
	border-right: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
}
/*                             Club on top  */
td.gtclub {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Middle club  */
td.gclub {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Club on bottom  */
td.gbclub {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Team on top  */
td.gtteam {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Middle team  */
td.gteam {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Team on bottom   */
td.gbteam {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
