/* CSS file for printing, for 2015 CQ MENS ZONE TRIALS */
/* RedsealSW version 3.94.3.F on 6/6/2015 at 13:23 */
/* Registered until 28/12/2015 */

/* Remove margin */
BODY
{
    MARGIN: 0px;
}

/* Remove unwanted elements */
*#header, *.bg, *#footer, *#nav, nav, *#contentleft, *#contentright, img, *.hc6, *.noprint
{
display: none !important;
}

/* Expand tables to full width */
Table.table-league, Table.table-fixturematches, Table.table-referees,Table.table-main, Table.table-fixtureteams, Table.table-listofmatches
{
width:100%;
}
a:link, a:visited, a:hover, a:active
{
    TEXT-DECORATION: none !important;
}

/* Remove notices */
*.tablenotice1, *.tablenotice1 TD, *.tablenotice2, *.tablenotice2 TD
{
    display: none;
}

/* Center justify */
Div.content
{
margin:auto !important;
border:none;
}
