/*   GENERAL STUFF   */

* { padding: 0; margin: 0 }

div {
margin-collapse: collapse;
margin: 10px 0;
}

p {
margin: 20px 0;
}

div.content {
margin: 0 10px;
}

.small {
         font-size: .8em; }







/*   SCORE ENTRY STYLES   */

/* line to show/hide instructions */
div.shi a {
font-family: sans-serif;
font-size: .9em;
}

div.entrysection {
margin: 15px 0 30px 0;
}

table.scoretable td.nscore { background-color: gold; }

table.scoretable td.rscore { background-color: #58E2FF; }

table.scoretable td.noscore { background-color: white; }

.scoretable { border-style: none;
              border-collapse: collapse; }
              
table.scoretable td { border-width: 1px;
                      padding: 3px;
                      border-style: solid;
                      border-color: black;
                      background-color: white;
                      }

table.scoretable th { background-color: #dddddd;
                      border-width: 1px;
                      padding: 3px;
                      border-style: solid;
                      border-color: black;
                      font-family: sans-serif;
                      font-size: .9em;
                      }








/*   LEADERBOARD STYLES   */

.leaderboard_title { font-size: 1.5em; color: #f30 }

.standings_table { border-style: none;
                   border-collapse: collapse; }

/* table cells */
table.standings_table td { border-width: 1px;
                      padding: 3px;
                      border-style: solid;
                      border-color: black;
                      }

/* table headers */
table.standings_table th { background-color: black;
                           color: #f60;
                      border-width: 1px;
                      padding: 3px;
                      font-weight: bold;
                      font-size: 1.2em;
                      border-style: solid;
                      border-color: #ffc;
}








/*   COACH PAGE STYLES   */

/* style for error messages */
.error { color: red }

.coachpagetitle { 
font-family: sans-serif;
font-weight: bold;
font-size: 1.5em;
}

.coachpagesubtitle { 
font-family: sans-serif;
font-weight: bold;
font-size: 1.1em;
}

/* the little red line that appears when a coach is logged in */
.teamline {
font-family: sans-serif;
font-size: .9em;
color: #cc0000;
            margin: 10px 0 30px 0;
}

