@charset "UTF-8";
/* Print CSS Document (if regular is set to screen) */

body {
	width: 7in;	
	color: #000;
	font: 12pt/20pt "Times New Roman", Times, serif;
}
#mainContent img, .overhang, .screen, .clearfloat {
	display: none;
}
h1, h2, h3 {
	color: #000000;
}
h1 {
	font-size: 20pt;
	text-align: center;
	margin-bottom: 0;
	padding-top: 20px;
}
h2 {
	font-size: 16pt;
	border-bottom: 1px solid #666;
	padding: 20px 5px 5px;
}
h3 {
	font-size: 14pt;
	border-bottom: 1px solid #999;
	padding: 15px 5px 5px;
}
p {
	margin-top: 10px;	
}
.pod {
	color: #333;
	padding: 0 .5in;
}
#footer p {
	color: #999;
	text-align: center;
	font-size: 10pt;
	width: 5in;
	border-top: 1px solid #CCC;
	margin: .5in 1in;
}
a {
	color: #333;
	font-weight: bold;
}
a:after { 
	content:" ["attr(href)"]"; 
	font-weight: normal;
}
a[href^="/"]:after {
	content: "";
}


/*hiding UNCTAD non-needed content*/
.clearfix {
    clear: both;
    visibility: hidden;
}

.floatleft {
	float: left;
	display: inline;
}

.floatright {
	float: right;
	display: inline;
}

#container {
	width: 100%;
}


#navigation, #leftnav, #contactnfo, #footersearch,  
#ctl00_breadcrumbs
{
	display: none;
}



#container #breadcrumbs, #FooterInfo, 
#container #content #contentwrap #colleft,
#container #content #contentwrap .tools,
#container #footer {
	display: none;
}

#toolbar {
	display: none;
}
#banner, #LastUpdated, #copyrightnotice
{
	display:block;
}

#header #banner #logo
{
	display:block;
	height:70px;
}

#headersearch
{
	display:none	;
}

#container #header #banner,
#container #header #banner img {
	border: none;
}
/*
#contentoutput {
	float: left;
	padding: 18px;
	text-align: left;
}

#contentoutput h1 {
	color: #333;
	font-weight:bold;
	font-size: 20px;
	text-transform: capitalize;
}

#contentoutput h2 {
	color: #067DC0;
	font-size: 2em;
	text-transform: capitalize;
	margin: 0 0 40px 10px;
}

#contentoutput blockquote {
	float: left;
	width: 95%;
	margin: 20px 0 10px 0;
	padding: 8px;
	border: solid gray 1px;
	background: white;
}

#contentoutput blockquote p {
	color: gray;
	font-style: italic;
	font-size: 13px;
}
*/
blockquote img {
	padding: 0 8px 8px 0;
}

#contentoutput .imgleft {
	margin: 0 8px 0 0;
	border: solid #dcdcdc 3px;
}

#contentoutput .imgright {
	margin: 0 0 0 8px;
	border: solid #dcdcdc 3px;
}

#contentoutput .floatleft .caption {
	padding-right: 8px;
}

#contentoutput .floatright .caption {
	padding-left: 8px;
}

#contentoutput .caption {
	color: gray;
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 3px;
	padding-bottom: 1em;
}

#contentoutput .date {
	border-bottom: solid gray 1px;
	color: gray;
	font-style: italic;
	font-size: 12px;
	margin: 3em 0 18px 0;
}

#contentoutput ul {
	margin-left: 20px;
}

#contentoutput li {
	background: url(../img/0022_04.gif) no-repeat 0px .6em;
	font-size: 13px;
 	color: #333;
 	margin: 0 0 10px 0;
 	padding-left: 2em;
}

#contentoutput p {
	margin-bottom: 1em;
	font-size: 14px;
 	color: #333;
}

#contentoutput #headnote {
	float: left;
	width: 100%;
	margin: 2em 0 2em 0 !important;
	margin: 2em 0 0 0;
}

#headnote h1 {
	color:#666;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1em;
	text-transform: uppercase;
	padding: 0; margin: 0;
}

#headnote h2 {
	border-top: 1px solid #999;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 0; margin: 0;
}

#headnote .misc {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2em;
}

#contentoutput #footnote {
	width: 100%;
	float: left;
	border-style: solid none solid none;
	border-width: 1px;
	border-color: black;
	padding: 0 0 8px 0;
}

#footnote .footnoteSticky {
	margin: 12px 0 0 12px;
}

#footnote h3 {
	font-size: 13px;
	font-weight: bold;
	margin-left: 12px;
}

#footnote span {
	display: list-item;
	list-style: none;
	font-size: 13px;
	padding-bottom: 3px;
}

#footnote a {
	color: darkblue;
	text-decoration: none;
}

#footnote a:hover {
	text-decoration: underline;
}

.openquote {
	font-size: 13px;
	padding: 0;
}

#contentoutput .sidenote {
	margin: 0 10px 10px 10px;
}

#contentoutput .quicklinks {
	width: 100%;
	border-style: solid none solid none;
	border-color: #999;
	border-width: 1px;
}

	#contentoutput .quicklinks h4 {
		background: white;
		color: black;
		font-size: 13px;
		padding: 5px; margin: 0;
		font-weight: bold;
		text-transform: capitalize;
	}
	
	#contentoutput .quicklinks ul {
		float: left;
		margin: 0; padding: 2px;
	}
	
	#contentoutput .quicklinks li {
		list-style: none;
		font-size: 13px;
	 	line-height: 1.5em;
	 	color: #333;
	 	margin: 0 3px 8px 0;
	}

#contentoutput .sidenoteSticky {
	width: 180px;
	border: solid gray 1px;
	padding: 13px;
}

	#contentoutput .sidenoteSticky p {
		font-size: 13px;

		font-weight: normal;
		color: black;
		text-align: justify;
	}
	
	#contentoutput .sidenoteSticky small {
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
		color: gray;
	}
	
#contentoutput .note {
	float: left;
	border: 1px solid #888;
	width: 95%;
	margin: 18px 0 18px 0;
	padding: 10px;
}
	#contentoutput .note h1,
	#contentoutput .note h2 {
		padding: 0; margin: 0 0 10px 0;
	}
	.printnotvisible 
	{
		display: none;
	}
	.screennotvisible
	{
		display: inline;
	}
