/* 
--------------------------------------------------
IAEA.org CSS Styles for Printer-friendly Versions.
Version: 2004-29-April
--------------------------------------------------*/
@import url("body.css");
/* 
NOTE: These styles have been updated to take out the left-navigation box.  This CSS prints out the middle column (which now inlcudes the images) as well as the right-navigation box.
--------------------------------------------------*/


/* 
  Header specific styles
--------------------------------------------------*/ 

div#header #right,
div#header #metanav,
div#header form,
div#tabnav,
div#breadcrumbs,
div#pagetools {
	display: none;
}

div#header #logo img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 650px;
	height: 60px;
	visibility: visible;
}

div#pageWrapper {
	width: auto;
}

/* 
  Homepage specific print stylesheet
--------------------------------------------------*/ 

div#maincol {
	width: 430px;
}

div#mainimage,
div#safety,
div#science,
div#safeguards {
	display: none;
}


div#subbox {
	width: 430px;
}

div#ScolL {
	width: 410px;
}

div#ScolR {
	position: relative;
	left: 0px;
	width: 410px;
}
div#rightcol {
	left: 450px;
	width: auto;
}

/* -------------------------------------- */

/* 
  Column structure specific style sheets
--------------------------------------------------*/ 

div#leftcolumn {
	display: none;
}

div#content {
	width: 500px;
	position: relative;
	left: -160px;
	top: 0px;
}

div#content2column,
div#content2columnNews {
	width: 640px;
	position: relative;
	left: 0px;
	top: 0px;

}

div#content2column .bucket {
	display: none;
}

div#rightcolumn {
	position: absolute;
	top: 70px;
	left: 510px;
}

div#content2columnNews .bucket {
	width: 240px;
}

div#content2columnNews .bucket #imgbox {
	display: none;
}
div#content2columnNews .leftcol {
	width: 240px;
}

/* 
  Sub-site specific style sheets e.g. Safeguards
--------------------------------------------------*/ 

div#content#subbox,
div#content#subbox#ScolL,
div#content#subbox#ScolR {
	position: relative;
	top: 6px;
	left: 0px;
	width: 450px;
	margin-left: 0px;
}


div#footer {
	display: none;
}