/*this is for the tables on the schedule pages */.complete	{background-color: #C0C0C0 ; }/* 	ggrp = game table group	tgrp = tournament table group	pgrp = practice schedule group  (usually on GWP schedule only */ colgroup#ggrp1, colgroup#ggrp4, 	colgroup#tgrp1,  	colgroup#pgrp1, 	colgroup#mgrp1, colgroup#mgrp2	{			text-align:left; vertical-align: top; }colgroup#ggrp2, colgroup#tgrp2, colgroup#pgrp2 	{	 		text-align:center; vertical-align: top; }colgroup#ggrp3, colgroup#tgrp3, colgroup#pgrp3	{	 		text-align:right; vertical-align: top; }col#gcol1, 	col#tcol1, col#pcol1	{width: 25% ; }			col#tcol2, col#pcol2	{width: 35% ; }			col#tcol3, col#pcol3	{width: 20% ; } 			col#tcol4, col#pcol4	{width: 15% ; }col#gcol2	{width: 25% ; }col#gcol3	{width: 25% ; }col#gcol4	{width: 15% ; }col#gcol5 	{width: 15% ; }table.sched	{width: 100%; }table.sched, .sched th, .sched td, .sched tr {			border-collapse: collapse; 			border: 1px solid grey;			padding: 2px 4px ;			} 		
