/* 2000results.html start */

div.page {
    margin-left: 2px;
    margin-right: 2px;
}

.statsTopHeader {
    background: #ddd;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 3px;
    border: #fff 1px solid;
}

.statsLeftHeader {
    background: #eee;
    border: #fff 1px solid;
}

.statsData {
    background: #eee;
    text-align: right;
    border: #fff 1px solid;
    padding-right: 2px;
}

.matchHeader {
    background: #ddd;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 3px;
    border: #fff 1px solid;
}

.matchData {
    background: #eee;
    border: #fff 1px solid;
    vertical-align: middle;
}

.team1 {
    background: #eee;
    text-align: right;
    vertical-align: middle;
    border: #fff 1px solid;
    padding-right: 2px;
}

.score {
    background: #eee;
    text-align: center;
    vertical-align: middle;
    border: #fff 1px solid;
}

.team2 {
    background: #eee;
    vertical-align: middle;
    border: #fff 1px solid;
}

.team1 a:link, .team2 a:link, .team1 a:visited, .team2 a:visited {
    color: #000;
    text-decoration: underline;
}

.team1 a:hover, .team2 a:hover {
    text-decoration: underline;
}
.standingsTable {
    width: 100%;
}

.standingsHeader {
    background: #ddd;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 3px;
    border: #fff 1px solid;
}

.standingsLeftHeader {
    background: #eee;
    border: #fff 1px solid;
}

.standingsData {
    text-align: right;
    background: #eee;
    border: #fff 1px solid;
}

.standingsTeam {
    background: #eee;
    border: #fff 1px solid;
}

h6 {
    margin-bottom: 5px;
}

div.legend {
    margin-top: 4px;
}

.legendHeader {
  	color: #777;
    font-weight: bold;
}

.topScorerTopHeader {
    background: #ddd;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 3px;
    border: #fff 1px solid;
}

.topScorerLeftHeader {
    background: #eee;
    border: #fff 1px solid;
}

.topScorerDataLeft {
    background: #eee;
    text-align: left;
    border: #fff 1px solid;
    padding-right: 2px;
}

.topScorerDataRight {
    background: #eee;
    text-align: right;
    border: #fff 1px solid;
    padding-right: 2px;
}
/* 2000results.html end */
