/***********************************************************************************************
		
	Print stylesheet

***********************************************************************************************/

/* Show or hide */
.print{position:static;left:auto;}
.noprint,.hide,#header, #sub-nav ul, #hero, 
#side-navigation, .tabs, .more, .page-top, 
#sitemap, #footer .address, #footer .main-links, 
#footer .sub-links , #footer .validation, 
.carousel-pagination, hr, #toc, .box-subheader, 
.box-footer, .filter, .paging {
	display:none;
}

/* Reset any background and text color */
*{background:#fff;color:#000;}

/* Fonts and Offsets */
body{font-family:Georgia, serif;font-size:10pt;}
h1,h1 span, h2,h3,h4,h5,h6{color:#003399;font-family:Arial,Helvetica,sans-serif;margin:2em 0 .5em 0;}
h1{margin-top:0;}
p,blockquote,.results {margin:0 0 1.25em 0;}
dt { font: bold 1.25em/1 Arial,Helvetica,sans-serif; margin: 0 0 10px 0; }

/* Display URL next to link (works only in modern browser apps supporting ":after" pseudo class) */
a:link,a:visited{font-family:Arial,Helvetica,sans-serif;background:transparent;text-decoration:none;}
a:link:after,a:visited:after{content:" (" attr(href) ") ";font-size:inherit !important;font-weight:normal !important;}
a[href^="/"]:after{content:" (http://www.iaea.org" attr(href) ") ";}

/* Hide all images */
* img{height:0;width:0;border:0;position:absolute;}

/* Font Sizes */
big,.txt-large{font-size:12pt;}

/* Table */
table{border-collapse:collapse;border-spacing:0;border-top:medium solid #ccc;border-bottom:medium solid #ccc;margin-bottom:1em;}table h2,table h3,table h4{margin:0;}
table th,table td{padding:.2em .5em .3em 0;vertical-align:top;border-bottom:thin solid #e6e6e6;}
table tr:last-child td{border-bottom:none;}
table tbody th{text-align:left;}
.table-fluid{width:100%;}

/* Division Name and Footer */
#sub-nav h1{font-size:16pt;border-bottom:medium solid #000;padding-bottom:.5em;margin-bottom:1.5em;color:#000;}
#footer{font-size:8pt;border-top:medium solid #000;padding-top:1em;margin-top:2em;}

/* Display tabs containers */
.idTabs div{display:block !important; border-bottom: thin solid grey; margin-bottom: 1.5em; padding-bottom: 1em; }
.idTabs div:last-child { border: 0; margin-bottom: 0; padding-bottom: 0; }

/* Box caption formatting */
.box-caption, .caption {color:#000;font-family:Arial,Helvetica,sans-serif;margin:2em 0 .5em 0; font-size: 1.25em; font-weight: bold;}

/* Custom lists formatting */
.item-list,.item-list li{margin:0;padding:0;list-style:none;}
.item-list li{margin-bottom:1.5em;}
.item-list li:last-child{margin-bottom:0;}
.item-list h3,.item-list p{margin:0;}
.item-list .date-line{display:block;}

.ticker, .ticker li { overflow: visible !important; height: auto !important; position: static !important; }
.ticker ul { position: static !important; }
.ticker{margin:0 0 2.5em 0;}

.caroufredsel_wrapper, .carousel { overflow: visible !important; height: auto !important; width: auto !important; position: static !important; }
.carousel { margin-bottom: 0; }

.menu { display: block !important; }