@charset "utf-8";
/* CSS Document */

.scores {
	clear: left;
	padding: 1em;
}
.scores.inactive {
	display: none;
}
ul#weekscores {
	margin:0px;
	padding:0px;
	position:relative;
}
ul#weekscores li {
	display:inline;
}
ul#weekscores li a {
	text-decoration:none;
	color:#FC0
}
ul#weekscores li a.active {
	text-decoration:none;
	color:#FC0;
	background:url(../img/results_wknobball.png);
	border-style:none;
}
.weekscores_wkno {
	display:block;
	float:left;
	margin-right:230px;
	border-style:none;
}
.weekscores_wknos2 {
	display:block;
	float:left;
	margin-right:5px;
	border-style:none;
}
.weekscores_wknos {
	display:block;
	width:40px;
	height:28px;
	float:left;
	border-style:none;
}
.registration {
	clear: left;
	padding: 1em;
}
.registration.inactive {
	display: none;
}
ul#signups {
	margin:0px;
	padding:0px;
	position:relative;
}
ul#signups li {
	display:inline;
}
ul#signups li a {
	text-decoration:none;
	color:#FC0
}
ul#signups li a.active {
	text-decoration:none;
	color:#FC0;
	background:url(../img/body_signupball.png);
	border-style:none;
}
.signups_wkno {
	display:block;
	float:left;
	margin-right:230px;
	border-style:none;
}
.signups_wknos2 {
	display:block;
	float:left;
	margin-right:5px;
	border-style:none;
}
.signups_types {
	display:block;
/*	width:px;294*/
	height:28px;
	float:left;
	border-style:none;
	margin-right:10px;
}
.scrln {
	position:relative;
	top:9px;
	border-style:none
}
img {
	border-style: none;
}
