.tournament-list li {
    font-size: 11px;
}

.tournament-list li font.datetime {
    font-size: 10px;
    color: #999;
}

.tournament-list li font.location {
    font-size: 10px;
    color: #999;
}

/* TOURNAMENT SUMMARY BOX */
.tournament_summary {
    width: 100%;
    border: 1px solid #999;
}

.tournament_summary tr.top {
    background-color: #EAEAEA;
    font-size: 10px;
}

.tournament_summary td {
    border: 1px solid #BBB;
}

.tournament_summary td.name {
    font-weight: bold;
    padding: 4px;
    color: #777;
    background-color: #EFEFEF;
}

.tournament_summary td.top {
    font-weight: bold;
}

.tournament_summary td.round {
    width: 40px;
}

.tournament_summary td.centered {
    text-align: center;
}

.tournament_summary td.player_total {
    background-color: #A0CFEC;
    width: 50px;
    font-weight: bold;
    color: #777;
}

.tournament_summary tr.team_total_row {
    background-color: #CCC;
}

.tournament_summary td.team_total_line {
    font-weight: bold;
    text-align: right;
    color: #666;
}

/* SCOREBOARD */
#scoreboard_box {
    width: 100%;
}

#scoreboard {
    width: 100%;
    font-size: 10px;
}

#player-scoreboard {
    margin-left: -10px;
}

#scoreboard td.boardheader {
    text-align: center;
    border: 1px solid #444;
    background-color: green;
    font-weight: bold;
    color: white;
}

#scoreboard td.position {
    width: 20px;
    text-align: center;
}

#scoreboard td.team {
    max-width: 40px;
}

#scoreboard td.player {
    max-width: 35px;
}

#scoreboard td.player-team {
    max-width: 35px;
}

#scoreboard td.scoring {
    max-width: 30px;
}

#scoreboard td.thru {
    width: 15px;
    text-align: center;
}

#scoreboard td.to_par {
    text-align: right;
    width: 15px;
}

#scoreboard td.today {
    text-align: right;
    width: 15px;
}

#scoreboard td.round {
    width: 8px;
}

#scoreboard td.total {
    width: 20px;
    text-align: right;
}

#scoreboard tr.team-line td {
    padding: 4px;
    font-weight: bold;
}

#scoreboard tr.player-line td {
    background-color: #EFEFEF;
    font-size: 12px;
}

#scoreboard td.data {
    padding: 2px 4px;
    border: 1px solid #999;
}

#scoreboard tr.team {
    padding: 5px;
}

#scoreboard td.team, #team-scoreboard td.player {
    padding-left: 6px;
}

#scoreboard td.boardheader a.team:link, #scoreboard td.boardheader a.team:visited {
    color: whitesmoke;
    font-weight: bold;
    text-decoration: none;
}

#scoreboard td.boardheader a.team:hover {
    color: #feba12;
}

/* player-scoreboard */
.player-scoreboard td.boardheader {
    font-size: 8px;
}

/* Tee Sheet */
#tee-sheet {
    width: 100%;
    font-size: 10px;
}

#tee-sheet td {
    padding: 5px;
}

#tee-sheet td.player {
    text-align: center;
}

#tee-sheet td.time {
    width: 50px;
}

#tee-sheet td.last {
    width: 50px;
}

/* TOURNAMENT ADMIN BAR */
#admin-bar {
/ / background: #035 url('../../images/heading.png') left top repeat-x;
    height: 25px;
    background-color: #AAA;
/ / border-bottom: 1 px solid #347235; /* tab border */
/ / min-width: 1000 px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(206, 220, 231, 1)), color-stop(100%, rgba(89, 106, 114, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(206, 220, 231, 1) 0%, rgba(89, 106, 114, 1) 100%); /* Chrome10+,Safari5.1+ */
/ / position: relative;
    bottom: 15px;
    font-size: 10px;
}

#admin-bar .header {
    position: relative;
    display: inline;
    top: 5px;
    left: 10px;
    color: white;
    font-weight: bold;
}

#admin-bar .next-step {
    width: 110px;
    display: inline;
    position: relative;
    top: 5px;
    left: 30px;
    color: white;
}

#admin-bar .next-step a:link, #admin-bar .next-step a:visited {
    color: #feba12;
    font-weight: bold;
    text-decoration: none
}

#admin-bar .next-step a:hover {
    color: #f05023;
}

#admin-bar .nav-tabs {
    position: relative;
    display: inline;
    top: 5px;
    left: 45px;
    color: white;
}

#admin-bar .nav-tabs a {
    padding-right: 12px;
}

#admin-bar .nav-tabs a:link, #admin-bar .nav-tabs a:visited {
    color: #444;
    font-weight: bold;
    text-decoration: none
}

#admin-bar .nav-tabs a:hover {
    color: white;
}

table.round-stats td {
    padding: 2px 5px;
    color: #666;
}

table.round-stats a.team:link, table.round-stats a.team:visited {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

table.round-stats td.position {
    width: 20px;
}

table.round-stats a.team:hover {
    color: #feba12;
}

.statsholebreakdown {
    width: 100%;
    border: 1px solid #555;
    padding: 3px;
    text-align: center;
    font-size: 10px;
}

table.tee-group-comps {
    margin-bottom: 10px;
    width: 90%;
}

.statsholebreakdown td {
    width: 2%;
    border: 1px solid #999;
}

.statsholebreakdown td.name {
    width: 5%;
    font-weight: bold;
    color: #444;
}

.statsholebreakdown td.focus {
    background-color: #04204B;
    font-weight: bold;
    color: white;
}

.statsholebreakdown td.current {
    background-color: #A0CFEC;
}

.statsholebreakdown td.hole_number {
    font-weight: bold;
}

.statsholebreakdown td.par {
    background-color: #CCFB5D;
    font-weight: bold;
    font-style: italic;
}

.statsholebreakdown td.head {
    font-size: 10px;
    font-style: normal;
}

.statsholebreakdown td.total {
    font-weight: bold;
}

.statsholebreakdown tr {
    border: 1px solid #666;
}
