/*   CSS for SCAC webpages, based on AAAWA design. Commenced 27 July 2013     */
/*   By T Fuller 9447 4545            */
/*   This is the PRINT style sheet    */
/*   Modifies the styles used in the screen style    */
/*   Last update  ####### 24 August 2013 #######     */

/* #### Remove elements NOT wanted in a printed version. Some names left over from AAAWA page definitions #####*/

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; 
border: 0px;
}

div.content {
width: 100%; 
margin: 0; 
float: none;
border: 0px;
background: #ffffff; /* change to white */
box-shadow: 0px 0px 0px #FFF;   /* horizontal vertical blur spread colour */
display: inline;   /* check IE6 printing  */
}

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

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

body {
background: #ffffff; /* change to white */
border: 0px;
}

div.header {
background: #FFFFFF; 
margin-top: 0px;
box-shadow: 0px 0px 0px #FFF;   /* horizontal vertical blur spread colour */
border-top-left-radius:0em;
border-top-right-radius:0em;
height: 90px;
width: 800px;
padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
border-bottom: 0px;
margin-bottom: 10px;
}

div.HeaderText {  /* Specify the height for the text contents, to move the Seach div down  */
height: 60px;
text-shadow: none;
}

div.sideBySideHeaderOuter {
width: 790px;
min-width: 400px; 
height: 80px;
padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
margin-top: 0px;
margin-bottom: 0px;
}

div.sideBySideHeaderLeft {
width: 100px; 
}

.sideBySideHeaderLeft img {  
border: 0;
margin-top: 0px;
height: 80px;
width: 80px;
}

div.sideBySideHeaderCenter {  /*  Center container used for header text, inside the header div  */
width: 600px;
padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
margin-top: 0px;
height: 80px;
}

div.sideBySideHeaderRight {  /*  Right hand side container used for a single image, no more than 138 wide x 112 high */
display: none;
width: 5px; /* just a small nominal placeholder */
height: 5px;
}

div.sideBySideHeaderRight img { 
display: none;  /*  margin-right: 25px;  */
}

div.wrapper, .wrapper2 { 
margin: 0px;
padding: 0px;
border: 0;
background: #FFFFFF; 
}

.SearchButton {
display:none;
}

.SearchInput {
display:none;
}

div.SubSectionHeading {
background: #FFFFFF;
}

div.footer {
background: #FFFFFF;
border-bottom: 1px solid #000; 
border-top: 1px solid #000;
border-left: 0px;
border-right: 0px;
margin-left: 0px;
padding-left: 30px;
box-shadow: 0px 0px 0px #FFF;   /* horizontal vertical blur spread colour */
border-radius:0em;
}

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

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

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

div.FloatImageLeft { 
background-color: #ffffff;
float:none;  /* Otherwise intractable layout problems with multiple floats in various browsers (IE8) */
}

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

div.sideBySideFooterRight {
display: none;}  /* menu not required */

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 a different colour on the screen */
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}

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

div.News { 
display: none; 
}

.NewsBottomShadow {
display: none;
}

div.Search {
display: none;
}

h1 {
 font-size: 1.0em;
 margin-bottom: 2px;
}

a:visited {color: purple; } 

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

.TopLink a {
display: none;    /* Internal link to top of page not to be printed  */
}

div.SubSectionHeading {
background: #FFFFFF;
}

.SubSectionHeading a {
display: block;
color: #000;
text-decoration: none;
}

