/* ----- 
PRINT CSS MAINTAINENCE INSTRUCTIONS++++++++++++
keep mycareer_print.css and mycareer.css the same 
(don't ya just love the @import command!)

The difference with mycareer_print.css is the rules right 
at the very bottom of this file that override display 
options - ie: to hide the navigation from the print version etc
	
 ----- */
 
@import "mycareer_misc.css";
@import "mycareer_html.css";
@import "mycareer_layout.css";
@import "mycareer_header.css";
@import "mycareer_sidebar.css";
@import "mycareer_home.css";
@import "mycareer_jobdetails.css";
@import "mycareer_search_results.css";
@import "mycareer_browse.css";
@import "mycareer_tools.css";
@import "mycareer_salary_centre.css";
@import "mycareer_content.css";
@import "mycareer_onsite.css";


/* ----- ===============================PASTE PRINT OVERIDES UNDER HERE======================================= ----- */


/* ----- PRINT CSS HIDES and reformats ----- */
#networkStripTop, 
#networkStripBot, 
.adSpotBanner, 
#nav, 
.apply-form, 
.toolbar, 
.jobseeker-tools,
.ad-strip-logo,
.return-links, 
.recom-jobs, 
.related-searches, 
.rec-viewed-jobs, 
.job-summary ul, 
.job-summary h3, 
.oua_enquire_form,
.contact-us-form,
#sidebar div,
#footer {display:none}


body,
#contentwrap{background:none;width:700px;}
#sidebar div.job-summary{display:block;}
#wrap,
#masthead {width:100%;}
#masthead .heading{text-indent:0;}
#sidebar{float:none;}

