@charset "utf-8";
.score {
	background-color: #eeeeee;
}

.change {
	background-color: #99CCCC;
!important
}

#rosters {
	width: 900px;
	float: left;
}

#rostersLeft {
	float: left;
	width: 49%;
	position: relative;
}

#rostersRight {
	float: right;
	height: 200px;
	width: 49%;
	position: relative;
}
#rostersBottom {
	clear: both;
	position: relative;
}
#rosters  table {
	font-size: 12px;
	background-color: #4A7CA4;
}
#rosters th {
	color: #FFFFFF;
	background-color: #4A7CA4;
}
#rosters td {
	padding-left: 5px;
	font-size: 12px;
}

#rosters tr {
	background-color: #FFFFFF;	
}
#tiebreaker {
	float: left;
	position: relative;
	width: 900px;
}


#schedule {
	width: 900px;
	position: relative;
	float: left;
}
#tiebreaker td {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#tiebreaker table {
	background-color: #000000;
}
#tiebreaker th {
	background-color: #666666;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#schedule table {
	background-color: #4A7CA4;
}
#schedule th {
	color: #FFFFFF;
}
#schedule td {
	background-color: #FFFFFF;
}
.congrats {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}

