a.inactive {
    text-decoration: line-through;
    color: #888888;
}

table.styled {
    margin: 0 0 1em 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #333333;
    font-size: 90%;
}

table.styled th,
table.styled td {
    vertical-align: middle;
    padding: 0.3em 0.5em;
    border: 1px solid #ffffff;
}

table.styled th {
    background: #333333;
    color: #ffffff;
    font-weight: bold;
}

table.styled td.white,
table.styled th.white {
    background: #ffffff;
    color: #000000;
}

table.styled td.nbd,
table.styled th.nbd {
    padding: 0;
}

table.styled th.white a,
table.styled th.white a:hover {
    color: #000000;
}

table.styled tbody th {
    background: #cccccc;
    color: #000000;
}

table.styled tr.even {
    background: #dddddd;

}

table.styled tr.odd {
    background: #eeeeee;
}

table.styled td.selected {
    background: #ffd800;
    color: #000000;
}

table.scoreboard,
table.scoreboard td,
table.scoreboard th {
    border: 1px solid #cccccc;
    border-top: none;
    text-align: center;
    vertical-align: middle;
}

table.scoreboard img {
    display: block;
    margin: 0 auto;
}


.chartBox {
    display: inline;
    float: left;
    width: 155px;
    margin: 0 8px 1em 0;
    background: #dddddd;
    overflow: hidden;
}

.last {
    margin-right: 0;
}

.chartBox h3 {
    display: block;
    margin: 0;
    padding: 0.3em 0.5em;
    border: none;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.chartBox .chartBody {
    display: block;
    margin: 1px;
    padding: 0;
    background: #ffffff;
}


.competition {
    display: inline;
    float: left;
    width: 50%;
    margin: 0 0 1em 0;
    overflow: hidden;
}

.competition .imgContainer {
    display: inline;
    float: left;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0 2em 1em 0;
}


.coloredBox h2 {
    margin: 0;
    padding: 5px;
    color: #ffffff;
    background: #ef7f1b;
    font-size: 110%;
}

/* -- common -- */

.StatsScoreBoardControl,
.StatsLeadersTableControl,
.StatsStandingsControl {
    background: #ef7f1b;
    padding: 3px;
    margin: 0 0 1em 0;
    border-radius: 4px;
}

.StatsScoreBoardControl h2,
.StatsLeadersTableControl h2,
.StatsStandingsControl h2 {
    margin: 0;
    padding: 5px;
    color: #ffffff;
    background: #ef7f1b;
    font-size: 110%;
}

.StatsScoreBoardControl h2 a.button,
.StatsLeadersTableControl h2 a.button,
.StatsStandingsControl h2 a.button {
    padding: 0 3px;
    color: #ffffff;
    display: inline;
    float: right;
    text-decoration: none;
}

.StatsScoreBoardControl h2 a.button:hover,
.StatsLeadersTableControl h2 a.button:hover,
.StatsStandingsControl h2 a.button:hover {
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
}

.StatsScoreBoardControl table,
.StatsLeadersTableControl table,
.StatsStandingsControl table {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}

.StatsLeadersTableControl table td,
.StatsLeadersTableControl table th,
.StatsStandingsControl table td,
.StatsStandingsControl table th {
    border: none;
}

.StatsLeadersTableControl table .even td,
.StatsLeadersTableControl table .odd td,
.StatsStandingsControl table .odd td,
.StatsStandingsControl table .even td {
    border-top: 1px solid #cccccc;
    background: #ffffff;
}

/* -- StatsLeadersTableControl -- */

.StatsLeadersTableControl table tr.leader {
    background: #ffffff;
}

.StatsLeadersTableControl table tr.leader td {
    padding: 0.3em 1em;
}

.StatsLeadersTableControl table tr.leader strong {
    font-weight: bold;
    font-size: 110%;
}

.StatsLeadersTableControl table tr.leader .imgContainer {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}

/* -- StatsScoreBoardControl -- */

.StatsScoreBoardControl table td {
    padding: 0.3em;
    border: none;
    background: #ffffff;
    border-top: 1px solid #cccccc;
}

.StatsScoreBoardControl table .first td {
    border-top: none;
}

.StatsScoreBoardControl table td.score {
    background: #dddddd;
}

.StatsScoreBoardControl table strong {
    font-weight: bold;
    font-size: 110%;
}

.StatsScoreBoardControl table .date {
    font-size: 80%;
}

.StatsScoreBoardControl table .imgContainer {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}

/* -- TeamProfileNavigationControl -- */

.InlineMenu {
    margin: 0 0 1em 0;
}

.InlineMenu ul {
    display: block;
    margin: 0;
    padding: 0;
}

.InlineMenu li {
    list-style-type: none;
    display: inline;
    float: left;
    margin: 0 2px 0 0;
    padding: 0 0 6px 0;
    white-space: nowrap;
}

.InlineMenu a {
    display: inline;
    float: left;
    margin: 0;
    padding: 0.5em 0.7em;
    background: #dddddd;
    color: #000000;
    text-decoration: none;
}

.InlineMenu a:hover {
    background: #ffd800;
    color: #000000;
}

.InlineMenu li.selected {
    background: url("/gui/pointer.png") no-repeat bottom center;
}

.InlineMenu .selected a,
.InlineMenu .selected a:hover {
    background: #ef7f1b;
    color: #ffffff;
}

/* -- StatsStandingsControl -- */

.StatsTeamsHorizontalListControl ul {
    display: block;
    margin: 0 5px 0 0;
    padding: 0;
}

.StatsTeamsHorizontalListControl li {
    list-style-type: none;
    display: inline;
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
}

.StatsTeamsHorizontalListControl .imgContainer {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

/* -- */

.TeamList {
    margin: 0;
    padding: 0;
}

.TeamList .TeamItem {
    display: inline;
    float: left;
    margin: 0 0 1em 0;
    padding: 0;
    width: 50%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.TeamList ul {
    display: inline;
    float: left;
    margin: 0 0 1em 0;
    padding: 0;
}

.TeamList ul li {
    list-style-position: inside;
    margin: 0 0 0 1em;
    padding: 0;
}

.TeamList .imgContainer {
    display: inline;
    float: left;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0 2em 1em 0;
}

/* -- */

.playerPhoto {
    display: block;
    width: 150px;
    height: 200px;
    line-height: 200px;
    margin: 0 0 0.7em 0 !IMPORTANT;
    border: 1px solid #dddddd;
}

h2.head,
h3.head,
h4.head {
    display: block;
    margin: 1em 0 0.5em 0;
    padding: 0;
    font-weight: normal;
}

h2.head {font-size: 170%;}
h3.head {font-size: 150%;}
h4.head {font-size: 130%;}

.matchLogo {
    width: 75px;
    height: 75px;
    line-height: 75px;
}

.legend {
    font-size: 80%;
}