@charset "utf-8";
/* CSS Document */

#teams, #information, #umpires{
	clear:both;
	float:left;
	border:1px solid #cccccc;
	width:173px;
	margin-bottom:10px;
	padding-left:10px;
}

#teams ul{
	/*margin-left:20px;*/
	list-style-type:none;
}

#teams h2, #information h2, #umpires h2{
	margin-left:0;
}

#informaiton{}

#umpires{}

/*** details at bottom of each grade ***/

.grade-details{
	margin-left:20px;
	float:left;
	width:580px;
	margin-bottom:20px;
}

.ladder, .goals, .player-of-year{
	padding:0;
	float:left;
}

.ladder{}

.ladder-table, .goals-table, .player-of-year-table{
	width:150px;
	margin:0;
	padding:0;
	border:0;
	margin-right:45px;
}

.goals{

}

.player-of-year-table{
	margin-right:0;
}

.bye{
	color:#999999;
	padding-bottom:10px;
}

