/* Turnierbäume */

div.tournament-holder {
    width: 500px;
    margin: auto;
    overflow: auto;
    background-color: #ebebeb;
    padding: 10px;
    border: 1px solid #dcdcde;
}

table.tournament-table-8 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

table.tournament-table-4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

table.tournament-table-16 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    width: 900px;
}

table.tournament-table-8 td.team, table.tournament-table-16 td.team, table.tournament-table-4 td.team  {
    padding: 2px;
    border-left: 1px solid #dcdcde;
    border-top: 1px solid #dcdcde;
    border-bottom: 1px solid #dcdcde;
    height: 12px;
    width: 120px;
    background-color: #ffffff;
}

table.tournament-table-8 td.result, table.tournament-table-16 td.result, table.tournament-table-4 td.result {
    color: #ffffff;
    padding: 3px 0px 3px 3px;
    width: 10px;
    background-color: #000000;
}

table.tournament-table-8 td.connect, table.tournament-table-16 td.connect, table.tournament-table-4 td.connect {
    border-right: 3px solid #000000;
    text-align: center;
}

table.tournament-table-8 td.heading, table.tournament-table-16 td.heading, table.tournament-table-4 td.heading {
    padding: 3px;
    text-align: center;
    font-weight: bold;
    height: 18px;
}

table.tournament-table-8 td.winner, table.tournament-table-16 td.winner, table.tournament-table-4 td.winner {
    border: 1px solid #dcdcde;
    width: 80px;
}


/* Gruppentabellen */

table.tournament-group {
    width: 400px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    margin: 0px auto;
}

table.tournament-group tr td.groupname, table.tournament-match-list tr td.groupname {
    font-weight: bold;
    background-color: #4B4B4B;
    color: #FFFFFF;
}

table.tournament-group tr.detailshead td {
    border-bottom: 1px solid #4B4B4B;
    text-align: left;
}

table.tournament-group tr td.groupname span {
    float: right;
}

table.tournament-group tr td.groupname span a {
    color: #ffffff;
    text-decoration: none;
}

table.tournament-group tr td.groupname span a:hover {
    text-decoration: underline;
}

table.tournament-group tr td.groupname span {
    float: right;
    font-weight: normal;
}

table.tournament-group tr td, table.tournament-match-list tr td {
    padding: 2px;
}

table.tournament-table-8 td.win, table.tournament-table-16 td.win, table.tournament-table-4 td.win  {
color: #81a711;
font-weight:bold;
}

table.tournament-table-8 td.loss, table.tournament-table-16 td.loss, table.tournament-table-4 td.loss  {
color: #a72911;
font-weight:bold;
}

/* Matchliste */

table.tournament-match-list {
    width: 400px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    margin: 0px auto;
}

table.tournament-match-list tr td.teamone, table.tournament-match-details tr.matchdetails-head td.teamone {
    text-align: left;
}

table.tournament-match-list tr td.matchresult {
    text-align: center;
}

table.tournament-match-list tr td.teamtwo, table.tournament-match-details tr.matchdetails-head td.teamtwo {
    text-align: right;
}

/* Matchdetails */

table.tournament-match-details {
    width: 400px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    margin: 0px auto;
}

table.tournament-match-details tr.matchdetails-head td {
    padding:3px;
    border-bottom: 1px solid #4B4B4B;
}

table.tournament-match-details tr td {
    padding:3px;
}

table.tournament-match-details tr td a {
    color: #000000;
    text-decoration: none;
}

table.tournament-match-details tr td a:hover {
    text-decoration: underline;
}

table.tournament-match-details tr.matchdetails-head td.matchresult {
    text-align: center;
    font-weight: bold;
}

/* Coverage */

.coverage_hr { margin-left: 10px; height: 0px; border: solid #d6d6d6 0px; border-top-width: 1px; margin-right: 10px; }
.coverage_klapp_title { margin-left: 10px; font-size:12px; font-weight:bold;color:#b7b7b7; }
.coverage_ergebnis { font-family: Verdana; font-size:30px; }
.coverage_teamname { font-weight:bold; font-size: 13px; }
.coverage_klapp_abstand { margin-left: 12px; margin-right: 12px; }
.coverage_footer { line-height: 20px; width: 100%; text-align:center; height:20px; background: #edeeee; }
.coverage_title { width:398px; margin-left: 105px; text-align:center; color:#d6d6d6;font-size: 13px;font-weight:bold; }
.coverage_container { width:398px; padding-top: 10px; border-right: 1px solid #edeeee; border-left: 1px solid #edeeee; border-top: 3px solid #edeeee; border-bottom: 3px solid #4169e1; margin-left: 105px; background: #f4f4f4; }

