TABLE.BracketGame
{
	width:100%;
}

TABLE.Schedule
{
	color: black;
	text-align: center;
}
TABLE.Schedule TD
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 100%;
}
TABLE.Schedule TH.Fixed
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BORDER-LEFT: thin outset;
    COLOR: black;
    BORDER-BOTTOM: thin outset;
    TEXT-ALIGN: right
}
TABLE.Schedule TD.Fixed
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BORDER-LEFT: thin outset;
    COLOR: black;
    BORDER-BOTTOM: thin outset;
    TEXT-ALIGN: right
}
TABLE.Schedule TD.GameComplete1
{
	color: Navy;
	TEXT-ALIGN: right;
	background-color: Green;
}
TABLE.Schedule TD.GameNotReady1
{
	color: white;
	TEXT-ALIGN: right;
	background-color: red;
}
TABLE.Schedule TD.GameReady1
{
	color: Navy;
	TEXT-ALIGN: right;
	background-color: Yellow;
}
TABLE.Schedule TH
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    FONT-WEIGHT: bold;
    BORDER-LEFT: thin outset;
    BORDER-BOTTOM: thin outset;
    BACKGROUND-COLOR: #ece9d8;
    TEXT-ALIGN: center
}
.GridTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: larger;
    COLOR: black;
    TEXT-INDENT: 10pc
}
.WinningTeam
{
	FONT-WEIGHT: bold;
}.LosingTeam
{
	text-decoration: line-through;
}