/* 
--------------------------------------------------
IAEA.org CSS Styles for Printer-friendly Versions.
Version: 
--------------------------------------------------*/

body{
    font: 90%/1.3 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif; 
}

#header #logo,
#header #metanav, 
#tabnav_container, 
#breadcrumbs {
  display: none;
}

#header {
  background: url(images/header_print.gif) no-repeat;
	height: 78px;
}

#footer {
	border-top: 1px solid #CCCCCC;
  text-align: center;
  font-size: smaller;
  margin-top: 1em;
}

#leftcolumn {
  display: none;
}

#content {
}

/* Content column */

#content h1 {
	color: #23468D;
	padding-bottom: 3px;
	margin: 0px 0px 15px 0px;
}

#content h2 {
	color: #A52A2A;
	padding-bottom: 3px;
	margin: 0px 0px 0px 0px;
}

#content h3 {
	color: #336699;
	padding-bottom: 3px;
	margin: 0px 0px 0px 0px;
}

#content h4 {
	margin: 0px;
	color: #666666;
	/*width: 100%;*/
}

#content h5 {
	margin: 3px 0px 3px;
	color: #999999;
	/*width: 100%;*/
}

#content h6 {
	margin: 3px 0px 0px;
	color: #A52A2A;
	/*width: 100%;*/
}

#content ol {
	list-style-position: outside; 
}



/* Right column */

#rightcolumn .boxGreyRight {
  margin-top: 1em;
}

#rightcolumn .boxGreyRight ul {
  margin: 0;
  padding: 0;
}

#rightcolumn .boxGreyRight li {
  margin: 0;
	padding: 0;
}

#rightcolumn .boxGreyRight li.title {
	color: #5F8EED;
	font-weight: bold;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

#rightcolumn .boxGreyRight li a {
	color: #333333;
}

#rightcolumn .boxGreyRight li.subnav {
	padding-left: 2em;
}


/* Generic classes */

.center {
		text-align: center;
} 