#standings_layer {
	margin:10px 5px 10px 5px;
}
#standings_group_name {
	text-align:center;
}
#standings_headrow {
	height:20px;
}
#standings_headrow td {

}
#standings_row {
	background:#ffffff;
}
#standings_row td {
	padding:1px;
	border:solid 1px #c0c0c0;
}
#standings_row td.f {

}
#standings_row td.l {
	text-align:left;
}
#standings_row td.c {

}
#standings_row td.r {

}
#standings_row td.blue {
	background:#ddddff;
}
#standings_row td.red {
	background:#ffdddd;
}
#standings_row td.u {
	border-bottom:solid 2px #858585;
}
a.square {
	display:block;
	width:10px;
	height:10px;
	background:url('../images/white_square.gif') no-repeat;
}
a.square:hover {
	background:url('../images/red_square.gif') no-repeat;
}
a.standings_menu {
	display:inline-block;
	text-align:center;
	margin:1px;
	padding:1px 5px 1px 5px;
	text-decoration:none;
}
a.standings_menu:hover {
	color:#991b1f;
}
a.standings_selected {
	display:inline-block;
	text-align:center;
	margin:1px;
	padding:1px 10px 1px 10px;
	text-decoration:none;
	background:#991b1f;
	color:#ffffff;
	font-weight:bold;
}
.standings_penalty {
	display:block;
	float:right;
	text-decoration:none;
	font-size:10px;
}
a.standings_penalty:hover {
	color:#991b1f;
}
