/** games.css **/


table.StatsTable {
    font-family: sans-serif;
    padding: 0;
    border-top: 2px solid #666666;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    border-left: 2px solid #666666;
    margin: 6pt 0 18pt 0;
}

table.StatsTable th {
    color: white;
    background-color: navy;
    font-family: sans-serif;
    font-size: x-small;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    vertical-align: top;
    padding: 1px 2px;
    border: 0;
    margin: 0;
}

table.StatsTable td {
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    white-space: nowrap;
    padding: 1px 2px;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    margin: 0;
}

table.StatsTable td.StatsGameNbr {
    background-color: #ff9900;
    font-family: "Comic Sans", sans-serif;
    text-align: left;
}
table.StatsTable td.StatsGameDate {
    background-color: white;
    padding-left: 3px;
}
table.StatsTable td.StatsAwayHome {
    text-align: center;
}
table.StatsTable td.StatsOppsName {
    font-family: "Comic Sans", sans-serif;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
}
table.StatsTable td.StatsScore {
    text-align: center;
    border-left: 1px solid black;
}
table.StatsTable td.StatsScoreDiff {
    text-align: right;
    padding-right: 3px;
}
table.StatsTable td.StatsStreak {
    text-align: center;
}
table.StatsTable td.StatsWins {
    background-color: #66ff66;
    text-align: right;
}
table.StatsTable td.StatsLosses {
    background-color: #ff6666;
    text-align: left;
}
table.StatsTable td.StatsPct {
    background-color: #66ffff;
}
table.StatsTable td.StatsRuns {
    background-color: white;
    font-weight: bold;
}
table.StatsTable td.StatsHits {
    background-color: white;
}
table.StatsTable td.StatsErrs {
    color: red;
    background-color: white;
}
table.StatsTable td.StatsPitcher {
    background-color: white;
    text-align: left;
    padding-left: 3px;
}
table.StatsTable td.StatsIP {
    background-color: white;
}
table.StatsTable td.StatsER {
    background-color: white;
}
table.StatsTable td.StatsERA {
    background-color: #e0ffff;
}
table.StatsTable td.StatsMisc {
    background-color: #cccccc;
}

table.StatsTable .LftBrdr {
    border-left: 1px solid black;
}



/**eof**/
