/* CSS file for print */

/* Improve colour contrast of links */
a:link, a:visited, a:hover, a:active
{
    COLOR: #000 !important;
    TEXT-DECORATION: underline !important;
}

/* Remove boarders */
BODY, .content, #contentcenter
{
    BORDER:  none !important;
    BACKGROUND:  white;
}

/* Remove unwanted elements */
#header, #menu, #footer, #contentleft, #contentright, img, .noprint, .hc6
{
display: none;
}

/* Expand tables to full width */
Table.table-results, Table.table-league, Table.table-fixtureteams, Table.table-fixturematches, Table.table-matrix, Table.table-kodraw, Table.table-koreport, Table.table-playerstats, Table.table-listofmatches, Table.table-matchsheet, Table.table-playerrecord, Table.table-main, Table.table-teamlist, Table.table-referees
{
width:100%;
}

/* Change headers to black */
*.hc1, *.hc2, *.hc4, *.hc6
{
    BORDER-COLOR: #000;
    COLOR: #000 !important;
}

/* Change table text and boarders to black */
Table.table-results, Table.table-league, Table.table-fixtureteams, Table.table-fixturematches, Table.table-matrix, Table.table-kodraw, Table.table-koreport, Table.table-playerstats, Table.table-listofmatches, Table.table-matchsheet, Table.table-playerrecord, Table.table-main, Table.table-teamlist, Table.table-referees ,Table.table-results caption, Table.table-league TH, Table.table-fixtureteams TH, Table.table-fixturematches TH, Table.table-matrix caption, Table.table-kodraw caption, Table.table-koreport caption, Table.table-playerstats TH, Table.table-listofmatches caption, Table.table-matchsheet TH, Table.table-playerrecord TH, Table.table-main caption, Table.table-teamlist TH, Table.table-referees TH ,Table.table-results TD, Table.table-league TD, Table.table-fixtureteams TD, Table.table-fixturematches TD, Table.table-matrix TD, Table.table-kodraw TD, Table.table-koreport TD, Table.table-playerstats TD, Table.table-listofmatches TD, Table.table-matchsheet TD, Table.table-playerrecord TD, Table.table-main TD, Table.table-teamlist TD, Table.table-referees TD
{
    BORDER-COLOR: #000;
    COLOR: #000 !important;
}

/* Remove margins */
Div.leftcolumn, Div.rightcolumn
{
float:none;
width:0px !important;
margin:0;
}

Div.content
{
margin:auto !important;
border:none;
}
