@CHARSET "UTF-8";
.bracketbox .middle,.bracketbox{
width:1070px;
}
.bracketbox .top{
width:100%;
padding:0;
}

table.Bracket {
	width: 1024px;
	}

table.Bracket td, table.Bracket tbody{
border:none;
}

table.Bracket td, table.Bracket th {
	padding: 1px 0;
	}
	

/*this is for all games */	
table.BracketGame{
border:1px solid #cccccc;
background: #f2f2f2;
}


table.BracketGame span{
display:block;
font-size:1.2em;
}




/*this is for completed game numbers*/
table.BracketGame span.GameNumberComplete {
	font-size: 2em;
	font-weight: bold;
	}

/*this is for uncompleted games, which are ready */	
table.BracketGame span.GameNumberReady {
	font-size: 2em;
	font-weight: bold;
	}
	
/*this is for uncompleted game numbers, which are not ready */
table.BracketGame span.GameNumberNotReady {
	font-size: 2em;
	font-weight: bold;
	}

/*this is for the location*/
table.BracketGame td.BracketExtra {
	background: #cccccc;
	}
	
/*this is for the loosing team */
table.BracketGame span.LosingTeam {
	color: #B5121B;
	}
	
/*this is for the winning team */
table.BracketGame span.WinningTeam {
	font-weight: bold;
	color: #00457C;
	font-size: 1.5em;
	}

/*this is for the visitors*/	
table.BracketGame td.BracketVisit {
	}
	
/*this is for the home team */
table.BracketGame td.BracketHome {
	}
