﻿.previewbar 
{
    display:none;
}


body
{
    background-color: White;
    margin:0px;
    padding:0px;
}

TH
{
    background-image:none;
}


.hideonprint, .footer
{
    display: none;
}

.showonprint
{
    display:block;
}


.outerContainer
{
    width: 100%;
    background-color: White;
}

.sportsInnerContent
{
    text-align: left;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    background-color: White;
}

.tabWindow
{
    width: 100%;
    overflow: visible;
    background-color: White;
    border: 0px none;
    padding: 0px;
}

.practbl
{
    width: 800px;
    font-size: 12pt;
}

.gametbl
{
    font-size:12pt;
}

.dgCell, .pc1, .pc2, .pc3, .gametime
{
    border:1px solid #C0C0C0;
    height:32px;
    
}

.dgHead
{
    width:35px;
    background-image:none;
    color:Black;
}

.pc1
{
    width: 200px;
}
.pc2
{
    width: 300px;
}
.pc3
{
    width: 300px;
}
.ph1
{
    width:180px;
}

.gametime
{
    width:70px;
}

#navBox
{
    display:none;
}

.dgCellL, .dgCellR, .THLeft, .THRight
{
    display:none;
}


