/** teamxref.css **/


.TeamDark {
    background-color: #808080;
}
.TeamStat {
    background-color: #ffff66;
    font-weight: bold;
}
.TeamHome {
    background-color: #99ccff;
}
.TeamAway {
    background-color: white;
}

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: #000066;
    font-family: sans-serif;
    font-size: x-small;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    padding: 1px 2px 2px 2px;
    border: 0;
    margin: 0;
}

table.StatsTable td {
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    border: 1px solid silver;
    padding: 1px 2px;
    margin: 0;
}



/**eof**/
