/*   This CSS file is for the scoring grid.
     This is the header row for the 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 "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;
}



/*                             header row for grid   */
th2 {
	margin: 0px 0px;
	font-style: normal;
	font-weight: bold;
	border-top: thin solid Black;
	border-bottom: thin solid Black;
	text-align: left;
	font: 10px "MS Sans Serif" Geneva sans-serif;
}
td.seq2 {
	// border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	border-left: thin solid Black;
}
/*                             Middle cell  */
td.gcell2 {
	border-bottom: thin solid Black;
	border-right: thin solid Black;
   margin: 0px;
	padding: 0px 0px 0px 4px;
}
/*                             First cell  */
td.gfcell2 {
	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.gecell2 {
	border-bottom: thin solid Black;
	border-right: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
}

/*                             Top row cell  */
td.gtcell2 {
	border-bottom: thin solid Black;
	border-right: thin solid Black;
   margin: 0px;
	padding: 0px 0px 0px 4px;
}
/*                             Middle cell top left  */
td.gtfcell2 {
	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.gtecell2 {
	border-bottom: thin solid Black;
	border-right: thin solid Black;
   margin: 0px;
	padding: 0px 0px 0px 4px;
}
/*                             Cells on the bottom row  */
td.gbcell2 {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-right: thin solid Black;
}
/*                             First cell on the bottom row  */
td.gbfcell2 {
	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.gbecell2 {
	border-bottom: thin solid Black;
	border-right: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
}
/*                             Club on top  */
td.gtclub2 {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Middle club  */
td.gclub2 {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Club on bottom  */
td.gbclub2 {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Team on top  */
td.gtteam2 {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Middle team  */
td.gteam2 {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
/*                             Team on bottom   */
td.gbteam2 {
	border-bottom: thin solid Black;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	border-left: thin solid Black;
}
