﻿/* stats */

table.stats { margin-left: -6px; width: 101%; border-collapse: collapse; } /* Changed from 100% - Marin */
table.stats td { padding: 2px; }
td.rightBorder { border-right: solid 1px gray; }
td.paleRightBorder { border-right: solid 1px #DDDDDD; }
td.whiteRightBorder { border-right: solid 1px #FFFFFF; }
tr.paleTableHeader { background: #FFEAC3; color: #000000; font-weight: normal; }
tr.paleTableHeader a { color: #000000; text-decoration: none; }
tr.playoff { background-color: #FFEAC3; }
tr.cup { background-color: #d3eaf5; }
tr.tvgame {	background-color: #f6daf0; }
tr.plgame { background-color: #c0f0c0; }
tr.b3game { background-color: #f0f0c0; }
tr.bbmgame { background-color: #f0f0c0; }
tr.scgame { background-color: #E0E0E0; }
tr.pugame {
    background-color: #DCFFFB;
}

td.maxwidth {
max-width:104px;
overflow: hidden;
width:expression(document.body.clientWidth > 104? "104px": "auto" );
}