/* GRID */
table.grid {
	border: 0;
	padding: 0;
	border-collapse: collapse;
	/*table-layout: fixed;
	width: 100%;*/
}
table.grid td {
	padding: 0;
	font-size: 10px;
	width: 127px;
	height: 20px;
	word-wrap: break-word; /* IE only */
}

table.grid select {
	font-size: 0.9em;
	width: 123px;
}

table.grid h1 {
	font-size: 14px;
}
table.grid h2 {
	font-size: 12px;
}

td.team {
	background: url(TeamBG.png) no-repeat center center;
	font-weight: bold;
	text-align: center;
}

td.finals {
	background: url(FinalTeamBG.png) no-repeat center center !important;
}
td.finals a {
	color: #000 !important;
}

td.line {
	border-left: 1px solid white;
}
