BODY  {
	background-color : #FDF8E4;
	color : Black;
	font-family : Verdana, Arial, sans-serif, 8pt;
}
	
A:link, A:visited {
	color: blue;
	text-decoration: none;
 }
 
}
A:hover {
	background: yellow 
	}	

A.NoHover:hover {
	background: transparent;
}	

HR  {
color : Gray;
}

H1 {
	font : bolder 24pt;
}

         
TABLE.gameTable {
	border : none;
	background : #FFE35E;
}

TD {
	font : .125in;
}


TD.wedDateCell  {
	background-color : #e49acb;
}
         
TD.wedGameCell  {
	background-color : #feebc9;
}
         
TD.thuDateCell  {
	background-color : #bfd5e8;
}
         
TD.thuGameCell  {
	background-color : #feebc9;
}
         
TD.friDateCell  {
	background-color : #fddeee;
}
         
TD.friGameCell  {
	background-color : #feebc9;
}
         
TD.satDateCell  {
	background-color : #e0f3b0;
}
         
TD.satGameCell  {
	background-color : #feebc9;
}
         
TD.sunDateCell  {
	background-color : #fffa81;
}
         
TD.sunGameCell  {
	background-color : #feebc9;
}
         
TD.monDateCell  {
	background-color : #fdcaa2;
}
         
TD.monGameCell  {
	background-color : #feebc9;
}
         
TD.dayCell  {
	background-color : #ffffcc;
}
         
TD.dateCell  {
	background-color : #ffffcc;
}
         
TD.spreadCell  {
	background-color : #feebc9;
}
         
TD.teamCell  {
	cursor : Hand;
	background-color : #feebc9;
}     

TD.oldDateCell  {
	background-color : #dcdcdc;
	text-decoration : line-through;
	color : Gray;
}     

TD.oldTeamCell  {
	background-color : #dcdcdc;
	color : Gray;
}

TD.playerCell {
		background-color : Yellow;
	}
	
	TD.scoreCell {
		background-color : Yellow;
	}	

	TD.tiebreakerCell {
		font-size : xx-small;
	}
	TD.emptyCell {
		background-color :  #FFFFCC;
	}

	TD.winnerPick {
		background-color : #33FF00;
		font-weight : bold;
	}

	TD.loserPick {
		background-color : #CCCCCC;
		text-decoration : line-through;
	}

	TD.tiedPick {
		background-color : #CCFFCC;
	}

	TD.noPick {
		background-color : White;
	}

	TD.pendingPickVisible {
		background-color : #DEB887;
	}

	TD.pendingPickHidden {
		background-color : #DEB887;
	}     
	
	TD.dividerCell {
	border : none;
}     

.chatHandle
{
    COLOR: maroon;
    FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif;
    FONT-SIZE: 7.5pt;
    FONT-WEIGHT: bold
}

.chatLoggedInOut
{
    COLOR: #c0c0c0;
    FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif;
    FONT-SIZE: 9pt
}
