﻿.league h2, .rankings h2, .myupdates h2
{
    margin-bottom: 5px;
}
.league
{
    margin-top: 20px;
}
.rankings
{
    margin-top: 20px;
}
.myupdates
{
    margin-top: 20px;
}
.updatelist
{
	margin-top: 5px;
	margin-bottom: 0px;
}
.updatelist td
{
    vertical-align: middle;
}

.updatelist .alt
{
	background-color: #f3f3f3;
}
.updatelist .time, .updatelist .matchno, .updatelist .division, .updatelist .team, .updatelist .select
{
	padding-right: 8px;
}
.updatelist .score
{
	text-align: center;
	padding-right: 8px;
}
.updatelist .headerrow
{
	font-weight: bold;
	border-bottom: solid 2px #000000;
}
.myupdateslist
{
	margin-top: 5px;
	margin-bottom: 0px;
}
.myupdateslist td
{
    vertical-align: top;
	padding-right: 8px;
}

.myupdateslist .alt
{
	background-color: #f3f3f3;
}
.myupdateslist .time
{
    white-space: nowrap;
}
