/*   CSS for Recfishwest webpages. Commenced 1 May 2008     */
/*   By T Fuller 9447 4545            */
/*   This is the PRINT style sheet    */
/*   Modifies the styles from the screen style    */
/*   Last update  27 May 2008          */

/* #### Remove elements not wanted in a printed version #####*/

div.leftcolumn, td.BottomMenuTD, .noprint {display: none;}

 /* ###### Ensure the content spans the full page width #######*/

div.contentwrap {  /*  Padding had set position of main content on the page  */
padding: 0; 
}

div.content {
width: 100%; 
margin: 0; 
float: none;
}

 /* ######## Set background colours to white, some font colours to black ######## */

html, body {
background: #ffffff; /* change to white */
}

div.contentborder {
border: 0;
background: #ffffff;
}

Table.TopBanner td.Logo {
background-color: #eeeeee;
 }

div.FloatImageLeft { 
background-color: #ffffff;
 }

div.FloatImageRight { 
background-color: #ffffff;
 }

Table.BottomMenu { 
 background-color: #ffffff;
 border: 0;
 font-size: 0.8em;
}

div.whatsnew { 
background: #ffffff;
}

.whatsnew ul.list {
background-color: #ffffff;
}

.whatsnew ul.heading {
background-color: #ffffff;
color: black;          /*  These were red on the screen */
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}

.whatsnew form {
display: none }   /* Search panel and go button not required in the printed version  */

div.Divider {
display: none;}  /* Intended as a divider NOT as a text style */

a:visited {color: #ff0000 }  /*  make it a full red  */

.Highlighted {
display: inline;  /*  Else IE 7 prints the border over the What's New on the Home page  */
font-size: 1em;
background-color: #ffffff;
border-bottom: 2px solid #000000;
line-height: 180%;
padding-right: 0px;
padding-left: 0px;
}

Table.Fees td {
background-color: #ffffff;
}

/*  #### Print a numbered list of links ####  */

.printOnly {display:block; line-height: 180%;
}

sup.printOnly {
display:inline; 
color:black;
font-size: 80%;
font-weight: bold;
padding-left: 3px;
line-height: 140%;}

.ignore { /* Links to be ignored when indexing and printing links */
display:none }


