.gridBigBlue th,
.gridBigBlue td {
	font-family: arial, verdana, sans-serif;  /* note that arial makes more compressed */
	padding: 0px 3px 0px 3px !important;
}
.gridBigBlue ,
.gridBigBlue td,
.gridBigBlue th {
	border-style: double;
	border-width: 3px;
	border-color: slateblue;
}
.gridBigBlue td.borderLeftNone {
	border-left-style: none !important;
	padding-left: 1px !important;
}
.gridBigBlue td.borderRightNone {
	border-right-style: none !important;
	padding-right: 1px !important;
} 

.gridStats {
	font-size: 1.2em;
}
.gridPicks {
	font-size: larger;
}
.Spread,
.Score {
	font-size: smaller;
}

.teamHome {
	font-weight: bold;
}

.Place1 {
	color: blue;
}
.Place2 {
	color: teal;
}
.Place3 {
	color: olive;
}
.PlaceLast {
	color: purple;
}

.Missing {
	color: goldenrod;
}

.LatePay {
	color: fuchsia;
}

.NoCall {
	color: red;
}

.Score {
	color: green;
}

.exact {
	color: turquoise;
}

/*img.team {
	width: 30px;
	height: 22px;
}*/

img.success, 
img.incorrect {
	width: 13px;
	height: 13px;
}
