/* Ducks table style */ .PRINTONLY { /* stuff to be shown only when page is printed */ display: none !important; } body { color: #000000; background-color: #FFFFFF; background: url('/hockey/Style/images/beige.jpg') repeat fixed; } table { width: 100%; border-style: solid; background-color: #444444; } table.legend { background-color: inherit; color: #000000; } tr, td { border-style: none; } .topstuff th { background-color: #8714D0; color: #000000; } th.topcell, td.topcell { text-align: center; background-color: #FFFFFF; color: #000000; } th.exhibit, td.exhibit { text-align: center; background-color: #BBBBBB; color: #000000; } tr.players { background-color: #FFFFFF; color: #000000; } tr.players:hover { background-color: #CC66FF; color: #000000; } td.players { background-color: inherit; color: inherit; } td.playehb { background-color: #BBBBBB; color: inherit; } td.players:hover { background-color: inherit; color: inherit; } .blank { background-color: #000000; color: #FFFFFF; } .score { font-weight: bold; } th.notqual { background-color: #FFFF00; color: #000000; } th.qualified { background-color: #006600; color: #000000; } th.disqual { background-color: #770000; color: #000000; }