/**
 * AEO CSS
 *
 * @filename    screen.css
 * @author      Pranath Fernando, Adam Wallace, Oliver Rowlands
 * @date        2008-12-01
 * @copyright   Liquid Light Digital Ltd.
 * @url         http: //www.liquidlight.co.uk
 */

* {
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, Verdana, Hevetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #383838;
	background-color: #00685D;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Hevetica, sans-serif;
	margin: 0 0 0.8em 0;
	line-height: 1.1em;
	color: #007762;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 150%;
	border-bottom: 1px solid #98CBC6;
	padding: 0 0 0.2em 0;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 105%;
}

/**
 * Paragraphs
 */
p {
	margin: 0 0 1em 0;
}
p.download {
	background: transparent url(../img/icon_file.gif) no-repeat 0 0;
	padding: 0 0 5px 21px;
}
p.download span {
	white-space: nowrap;
}
p.download.doc {
	background-image: url(../img/icon_doc.gif);
}
p.download.jpg,
p.download.gif,
p.download.tif {
	background-image: url(../img/icon_image.gif);
}
p.download.pdf {
	background-image: url(../img/icon_pdf.gif);
}
p.download.ppt {
	background-image: url(../img/icon_ppt.gif);
}
p.download.swf {
	background-image: url(../img/icon_swf.gif);
}
p.download.xls {
	background-image: url(../img/icon_xls.gif);
}
p.download.zip {
	background-image: url(../img/icon_zip.gif);
}

/**
 * Links
 */
a {
	text-decoration: none;
	color: #007762;
}
a:hover {
	text-decoration: underline;
	color: #DCB000;
}
p.arrow a {
	background: url(../img/secNavBullet.gif) no-repeat 0 0.35em;
	padding: 0 0 0 12px;
}
p.button a {
	background: #5AA296 url(../img/buttonBullet.gif) no-repeat 5px 0.75em;
	padding: 0.4em 17px;
	overflow: visible;
	color: #FFFFFF;
	font-weight: bold;
}
p.button a:hover {
	text-decoration: none;
	color: #004D45;
}

/**
 * Lists
 */
ul {
	margin: 0 0 1em 0;
}
ul li {
	list-style: none;
	padding: 0 0 0 12px;
	margin: 0 0 0.4em 0;
	background: transparent url(../img/bullet.gif) no-repeat 0 0.5em;
}
ol {
	margin: 0 0 1em 25px;
}
ol li {
	padding: 0 0 0.4em 0;
	margin: 0;
}
ul ul,
ol ol {
	margin-bottom: 0;
}
ul ul li {
	margin-top: 0.4em;
}

/**
 * Tables
 */
table {
	font-size: 95%;
	text-align: left;
	margin: 0 0 1em 0;
	border-collapse: collapse;
	border: 1px solid #C3C3C3;
	width: 99%;
}
table th {
	border: 1px solid #C3C3C3;
	background-color: #F1F1F1;
}
table td {
	border: 1px solid #C3C3C3;
}
table caption {
	display: none;
}
table thead {
	margin: 0 0 5px 0;
}
table tbody.hidden {
	display: none;
}
table thead tr th {
	padding: 8px 10px 8px 0;
	margin-bottom: 10px;
	text-align: left;
	text-align: left;
	font-weight:bold;
}
table tbody tr th {
	vertical-align: top;
	padding: 8px 15px 6px 0;
}
table thead tr th {
	padding: 8px 10px 8px 8px;
}
table tbody tr td,
table tbody tr th {
	vertical-align: top;
	padding: 8px 10px 8px 8px;
}
table tbody tr td p {
	margin: 0;
}
table tbody tr.header {
	font-weight: bold;
	background-color: #DEDEDE;
}

/**
 * Tables - Horizontal zebra
 */
table.horizontalZebra tbody tr.tr-even th,
table.horizontalZebra tbody tr.tr-even td {
	background-color: #EFEFE7;
}
table.horizontalZebra tr th.td-0,
table.horizontalZebra tr td.td-0 {
	padding-left: 5px;
}

/**
 * Tables - Vertical zebra
 */
table.verticalZebra tbody td {
	text-align: right;
}
table.verticalZebra tr .td-1,
table.verticalZebra tr .td-3,
table.verticalZebra tr .td-5,
table.verticalZebra tr .td-7,
table.verticalZebra tr .td-9,
table.verticalZebra tr .td-11,
table.verticalZebra tr .td-13,
table.verticalZebra tr .td-15 {
	background-color: #ECF6FD;
}

/**
 * Tables - SDMX
 */
table.sdmx,
table.contenttable {
	border-width: 0;
	margin-bottom: 2em;
}
table.sdmx thead th,
table.sdmx tbody th,
table.sdmx tbody td,
table.contenttable th,
table.contenttable td {
	background-color: transparent;
	border-width: 0;
}
table.sdmx thead th {
	padding-right: 0;
}
table.sdmx thead th,
table.contenttable tr.tr-0 {
	border-bottom: 1px solid #007B66;
}
table.sdmx tbody th,
table.sdmx tbody td,
table.contenttable th,
table.contenttable td {
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0 2px 4px;
}
table.contenttable tr.tr-0 td,
table.contenttable th {
	font-weight: bold;
}
table.contenttable tr.tr-0 td,
table.contenttable tr.tr-0 th {
	border: none;
}
table.sdmx tbody td,
table.sdmx thead th,
table.contenttable td {
	text-align: right;
}
table.sdmx tbody th,
table.contenttable th {
	text-align: left;
}
table.sdmx.hierarchical tbody tr td {
	font-weight: bold;
}
table.sdmx.hierarchical tbody tr.level-1 th,
table.sdmx.hierarchical tbody tr.level-1 td {
	font-weight: normal;
}
table.sdmx.hierarchical tbody tr.level-1 th {
	font-weight: normal;
	padding-left: 1.5em;
}

/**
 * Forms
 */
form fieldset {
	border-width: 0;
}
form fieldset legend {
	display: none;
}
form input,
form select,
form textarea {
	background-color: #FFFFFF;
	border-color: #BBBBBB #E1E1E1 #E1E1E1 #BBBBBB;
	border-style: solid;
	border-width: 1px;
	width: 250px;
}
form button,
form input.button {
	font-size: 95%;
	padding: 1px 0;
}
form div.csc-mailform-field {
    margin: 0 0 10px 0;
    clear: both;
}
form div.csc-mailform-field label {
	display: block;
	padding-bottom: 4px;
	padding-left: 1px;
	width: 100%;
	font-weight: bold;
}
form.csc-mailform-label {
	clear: both;
}
form div.csc-mailform-field input.csc-mailform-radio {
	width: auto;
	border-width: 0;
	margin-right: 5px;
}
form div.csc-mailform-field span.csc-mailform-radio label {
	width: auto;
	float: none;
}
form div.csc-mailform-field input.csc-mailform-submit {
	padding: 0.3em 1em;
	background-color: #00322D;
	border-width: 0;
	overflow: visible;
	color: #FFFFFF;
	width: auto;
}
form div.csc-mailform-field span.note  {
	margin: 0 0 0 10px;
	font-size: 90%;
}
form div.csc-mailform-field input.csc-mailform-check {
	float: left;
}

/**
 * Divider Content Element
 */
div.divider {
	clear: both;
	width: 100%;
	margin: 0 0 1.5em 0;
	height: 1px;
	border-bottom: 1px solid #C3C3C3;
}
div.divider hr {
	display: none;
}

/**
 * Page
 */
#headerWrapper,
#content #contentWrapper,
#footer #footerWrapper,
body.countryPage div.defaultPageLayout div.page.columnTwo {
	width: 904px;
	margin: 0 auto;
}

/**
 * Header
 */
#header {
	background: #003E37 url(../img/headerBg.gif) repeat-x bottom left;
	padding: 0.7em 0 0 0;
}

/**
 * Search
 */
#search {
	float: right;
	clear: right;
	margin: 15px 0 0 0;
	width: 205px;
}
#search label span {
	display: none;
}
#search input {
	float: left;
	width: 125px;
	height: 19px;
}
button.search {
	display: block;
	float: left;
	background: transparent url(../img/button_search.gif) no-repeat 0 0;
	border-width: 0;
	width: 67px;
	height: 21px;
	cursor: pointer;
	border: none;
	margin: 0 0 0 10px;
}
button span {
	display: none;
}

/**
 * Search results
 */
div.tx-indexedsearch label span,
div.tx-indexedsearch div.tx-indexedsearch-whatis {
	display: none;
}
div.tx-indexedsearch input {
	float: left;
	height: 18px;
}
div.tx-indexedsearch button {
	margin: 0 0 0 4px;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox {
	margin: 1.5em 0 0 0;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox p {
	width: 44%;
	float: left;
	font-size: 90%;
	margin: 0;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox ul {
	width: 54%;
	float: right;
	text-align: right;
	margin: 0;
}
div.tx-indexedsearch div.tx-indexedsearch-browsebox ul li {
	background-image: none;
	padding: 0;
	margin-right: 3px;
}
div.tx-indexedsearch ul li.tx-indexedsearch-browselist-currentPage a {
	font-weight: bold;
	color: #383838;
}
div.tx-indexedsearch div.tx-indexedsearch-res {
	padding: 1.5em 0 0 0;
}
div.tx-indexedsearch div.tx-indexedsearch-result {
	clear: both;
	margin: 1em 0 0 0;
}

/**
 * Logo
 */
#logo {
	float: left;
	margin: 15px 0 0 0;
}
#logo a {
	background: transparent url(../img/logo.png) no-repeat scroll left top;
	display: block;
	height: 66px;
	width: 219px;
}
#logo img {
	display: none;
}

/**
 * Content
 */
#content {
	clear: both;
	background-color: #FFFFFF;
	border-top: 3px solid #DDDDDD;
}
#content #contentWrapper {
	padding: 15px 0 40px 0;
}

/**
 * Page header
 */
#pageHeader div.csc-header {
	clear: left;
}
#breadcrumb {
	padding: 0 0 0.5em 0;
	font-size: 95%;
	margin: 0 0 0.5em 0;
	float: left;
	width: 600px;
}
#breadcrumb a {
	color: #007762;
}

/**
 * Footer
 */
#footer {
	background: transparent url(../img/footerBg.gif) repeat-x 0 0;
	padding: 0;
	margin: 0;
	font-size: 90%;
	border-top: 1px solid #CDCDCD;
}
#footer #footerWrapper {
	padding: 0.6em 0 0.5em 0;
}
#footer a {
	color: #333333;
}
#footer #copyright {
	color: #333333;
	float: left;
	width: 35%;
	margin: 0 0 2.5em 0;
}
#footer div.threeColumnLayout {
	clear: both;
	padding: 0;
	background: transparent url(../img/footer_divider.gif) no-repeat 0 100%;
}
#footer div.threeColumnLayout div.column p {
	margin-right: 25px;
}
#footer div.threeColumnLayout a {
	color: #F0C000;
}
#footer div.threeColumnLayout {
	color: #D0D0D0;
}
#footer div.threeColumnLayout b,
#footer div.threeColumnLayout h3 a {
	color: #EEEEEE;
}
#footer p.arrow a {
	background-image: url(../img/bullet_arrow_footer.gif);
	background-position: 0 0.25em;
}
#credits {
	display: none;
}

/**
 * Default navigation
 */
ul.horizontalNavigation,
ul.verticalNavigation {
	margin: 0;
	padding: 0;
}
ul.horizontalNavigation li,
ul.verticalNavigation li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: none;
}
ul.horizontalNavigation li {
	float: left;
}
ul.horizontalNavigation li a,
ul.verticalNavigation li a {
	display: block;
	text-decoration: none;
}
ul.horizontalNavigation li a:hover,
ul.verticalNavigation li a:hover {
	text-decoration: none;
}

/**
 * Global Navigation
 */
#globalNavigation {
	float: right;
}
#globalNavigation ul li {
	padding: 0 10px;
	border-right: 1px solid #6BA7A1;
}
#globalNavigation ul li.last {
	border-right-width: 0;
	padding-right: 0;
}
#globalNavigation ul li a {
	color: #FFFFFF;
}
#globalNavigation ul li a:hover {
	color: #6BA7A1;
}
#globalNavigation ul li a.active {
	color: #F0C000;
}

/**
 * Language selector
 */
#languageSelector {
	float: right;
	margin: 0 10px 0 0;
}
#languageSelector ul li {
	padding: 0 10px;
	border-right: 1px solid #6BA7A1;
}
#languageSelector ul li.last {
	border-right-width: 0;
}
#languageSelector ul li a {
	color: #FFFFFF;
}
#languageSelector ul li a:hover {
	color: #6BA7A1;
}
#languageSelector ul li.active a {
	color: #F0C000;
}

/**
 * Primary Navigation
 */
#primaryNavigation {
	clear: right;
	font-size: 110%;
	padding: 1.5em 0 0 0;
}
#primaryNavigation ul {
	float: right;
}
#primaryNavigation ul li {
	background: transparent url(../img/primaryNav_divider.gif) no-repeat center right;
}
#primaryNavigation ul li a {
	padding: 0 15px;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
#primaryNavigation ul li.last {
	background-image: none;
}
#primaryNavigation ul li.last a {
	padding-right: 0;
}
#primaryNavigation ul li a span {
	display: block;
	padding: 0.7em 0;
	background-color: transparent;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
#primaryNavigation ul li.active a span {
	color: #F0C000;
	background-image: url(../img/primaryNav_arrow.gif);
}
#primaryNavigation ul li a:hover {
	color: #6BA7A1;
}

/**
 * Page Navigation
 */
#pageNavigation {
	border-top: 1px solid #D6D6D6;
	padding: 0.6em 0;
}
#pageNavigation ul li {
	width: 49%;
}
#pageNavigation ul li.next {
	float: right;
	text-align: right;
}
#pageNavigation ul li a {
	display: inline;
}

/**
 * Secondary Navigation
 */
#secondaryNavigation ul {
	border-top: 1px solid #D6D6D6;
	margin: 0 0 30px 0;
}
#secondaryNavigation ul li a {
	display: block;
	font-weight: bold;
	color: #004D45;
	padding: 0.6em 0;
	border-bottom: 1px solid #D6D6D6;
	outline: none;
}
#secondaryNavigation ul li a span {
	display: block;
	background: none;
	padding: 0 4px 0 16px;
	background: transparent url(../img/secNavBullet.gif) no-repeat 0 0.4em;
}
#secondaryNavigation ul li a:hover {
	color: #6BA7A1;
}
#secondaryNavigation ul li a.active {
	color: #DCB000;
}
#secondaryNavigation ul ul {
	border-top-width: 0;
	margin: 0;
}
#secondaryNavigation ul li li a {
	margin: 0 0 0 15px;
	font-weight: normal;
}
#secondaryNavigation ul li li li a {
	margin: 0 0 0 30px;
	font-size: 95%;
}
#secondaryNavigation ul li li li li a {
	margin: 0 0 0 45px;
	color: #383838;
}
#secondaryNavigation ul li li li li li a {
	margin: 0 0 0 60px;
}

/**
 * Footer Navigation
 */
#footerNavigation {
	float: right;
}
#footerNavigation ul li {
	padding: 0 10px;
	background: none;
	border-right: 1px solid #999999;
}
#footerNavigation ul li.last {
	border-width: 0;
}

/**
 * Default page layout
 */
div.defaultPageLayout div.page.columnOne,
div.defaultPageLayout div.page.columnTwo {
	float: left;
}
div.defaultPageLayout div.page.columnThree {
	float: right;
}
div.defaultPageLayout div.page.columnOne div.columnWrapper,
div.defaultPageLayout div.page.columnTwo div.columnWrapper,
div.defaultPageLayout div.page.columnThree div.columnWrapper {
	padding: 0;
}
div.defaultPageLayout div.page.columnOne div.columnWrapper {
	padding-top: 0;
}
div.defaultPageLayout div.page.columnTwo {
	width: 616px;
}
div.defaultPageLayout div.page.columnThree {
	width: 288px;
	margin: 0;
}
div.defaultPageLayout div.page.columnTwo div.columnWrapper {
	padding: 0 20px 0 0;
}
div.defaultPageLayout div.page.columnThree div.columnWrapper {
	padding: 0;
}

/**
 * Two column page layout
 */
div.twoColumnPageLayout div.page.columnOne,
div.twoColumnPageLayout div.columnsWrapper {
	float: left;
}
div.twoColumnPageLayout div.columnsWrapper {
	width: 745px;
	float: right;
}
div.twoColumnPageLayout div.page.columnTwo {
	padding: 0 15px 0 0;
}
div.twoColumnPageLayout div.page.columnOne div.columnWrapper,
div.twoColumnPageLayout div.page.columnTwo div.columnWrapper {
	padding: 0;
}
div.twoColumnPageLayout div.page.columnOne {
	width: 195px;
}
div.twoColumnPageLayout div.page.columnTwo div.threeColumnLayout div.columnWrapper {
	padding-left: 0;
	padding-right: 0;
}

/**
 * Two column layout
 */
div.twoColumnLayout {
	margin-bottom: 0;
}
div.twoColumnLayout div.layout.columnOne,
div.twoColumnLayout.fiftyFifty div.layout.columnOne {
	float: left;
	width: 49%;
}
div.twoColumnLayout div.layout.columnWrapper {
	padding-top: 0;
}
div.twoColumnLayout div.layout.columnTwo,
div.twoColumnLayout.fiftyFifty div.layout.columnTwo {
	width: 49%;
	float: right;
}
div.twoColumnLayout.thirtySeventy div.layout.columnOne {
	width: 30%;
}
div.twoColumnLayout.thirtySeventy div.layout.columnTwo {
	width: 68%;
}
div.twoColumnLayout.seventyThirty div.layout.columnOne {
	width: 68%;
}
div.twoColumnLayout.seventyThirty div.layout.columnTwo {
	width: 30%;
}

/**
 * Three column layout
 */
div.threeColumnLayout div.layout.column {
	width: 33%;
	float: left;
}

/**
 * Drop down navigation
 */
div.dropDownNavigation {
	margin: 0 0 15px 0;
}
div.dropDownNavigation select {
	font-size: 95%;
}

/**
 * Menu of subpages
 */
div.menuOfSubpages ul li {
	margin: 10px 0 0 0;
	display: block;
}
div.menuOfSubpages ul li a {
	font-size: 120%;
}
div.menuOfSubpages ul li p {
	margin: 0.5em 0 0.5em 0;
}

/**
 * Text with images
 */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 4px solid #EFEFEF;
	padding: 1px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image dd.csc-textpic-caption {
	font-size: 90%;
}

/**
 * Country profile box
 */
div.countryProfileBox {
	background: #F1F1F1 url(../img/countryBg.gif) no-repeat top right;
	border: 1px solid #D2D2D2;
	padding: 10px 17px 10px 17px;
	font-size: 100%;
	margin: 0 0 20px 0;
}
div.countryProfileBox h2 {
	font-size: 100%;
	border: none;
}
div.countryProfileBox p.bodytext {
	width: 48%;
}
div.countryProfileBox div.dropDownNavigation select {
	width: 180px;
}

/**
 * Grey box
 */
div.greyBox {
	background-color: #F1F1F1;
	border: 1px solid #D2D2D2;
	padding: 10px 17px 1px 17px;
	font-size: 100%;
	margin: 0 0 20px 0;
}
div.greyBox h2 {
	font-size: 100%;
	border: none;
}
div.greyBox p {
	font-weight: bold;
}

/**
 * Links box
 */
div.linksBox {
	margin: 0 0 20px 0;
}
div.linksBox h2 {
	background-color: #F1F1F1;
	border: 1px solid #D2D2D2;
	padding: 10px 0 10px 17px;
	font-size: 100%
}
div.linksBox p.bodytext {
	padding: 0 0 0 17px;
	line-height: 2em;
	margin:0px;
}
div.linksBox p.bodytext a {
	background: url(../img/externalLinkBullet.gif) no-repeat 0 0;
	padding: 0 0 0 22px;
	font-weight:bold;
}

/**
 * Statistics box
 */
div.statsBox {
	background: #F1F1F1 url(../img/statsBg.gif) no-repeat right top;
	border: 1px solid #d2d2d2;
	padding: 10px 17px 10px 17px;
	margin: 0 0 40px 0;
}
div.statsBox h2 {
	font-size: 100%;
	border: none;
}

/**
 * Document box
 */
div.docsBox h2 {
	color: #3A3A3A;
	background-color: #F1F1F1;
	border: 1px solid #D2D2D2;
	padding: 0.7em 0.8em;
	font-size: 100%;
	text-transform: uppercase;
}
div.docsBox div.documentSummary,
div.docsBox div.newsLatest,
div.docsBox p {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
div.docsBox ul li {
	background: none;
	padding:0 0 0 3px;
	margin: 0;
}
div.docsBox div.documentSummary a {
	font-weight: bold;
}

/**
 * Subtext box
 */
div.subtextBox {
	background-color: #F3F3F3;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	font-size: 70%;
	color: #007762;
	padding: 10px;
	margin: 0 0 20px 0;
}
div.subtextBox p.bodytext {
	margin: 0;
}
div.tableBox h1,
div.tableBox h2,
div.tableBox h3,
div.tableBox h4,
div.tableBox h5,
div.tableBox h6 {
	background-color: #007762;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: normal;
	padding: 0.6em 0.8em;
}


/**
 * Statistics
 */
div#ll_aeo_statistics_pi1 {
	background-color: #F1F1F1;
	border: 1px solid #D2D2D2;
	padding: 15px 0 10px 17px;
	margin:0 0 40px 0;
	font-size: 100%
}
div#ll_aeo_statistics_pi1 p.button a {
	width: 75%;
	display: block;
}
div#ll_aeo_statistics_pi1 table {
	border: none;
}
div#ll_aeo_statistics_pi1 td {
	border: none;
	padding-left: 0;
}
div#ll_aeo_statistics_pi1 td.td-0 {
	font-weight: bold;
	color: #007762;
}
div#ll_aeo_statistics_pi1 h2 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #3A3A3A;
	font-size: 100%;
	border-width: 0;
}

/**
 * Catalog
 */
div.tx-llcatalog-pi div.pagination {
	padding: 0 10px 0 0;
}
div.tx-llcatalog-pi div.pagination p {
	float: left;
	width: 54%;
	margin: 0;
	font-size: 95%;
}
div.tx-llcatalog-pi div.pagination p span {
	font-weight: bold;
}
div.tx-llcatalog-pi div.pagination ul {
	float: right;
	text-align: right;
	width: 45%;
	margin: 0;
}
div.tx-llcatalog-pi div.pagination ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0 0 0 3px;
}
div.tx-llcatalog-pi div.pagination ul li.active {
	font-weight: bold;
}

/**
 * Catalog - Filters
 */
div.tx-llcatalog-pi div.filters {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
div.tx-llcatalog-pi div.filters div.filter {
	float: left;
	width: 205px;
}
div.tx-llcatalog-pi div.filters div.filter span.field select {
	font-size: 95%;
	width: 195px;
}
div.tx-llcatalog-pi div.filters div.filter span.label {
	display: none;
}

/**
 * Document summary
 */
div.tx-llcatalog-pi div.documentSummary ul li {
	background-image: none;
	padding: 0;
	margin-bottom: 0.6em;
	border-bottom: 1px solid #CCCCCC;
}
div.tx-llcatalog-pi div.documentSummary ul li p {
	margin-bottom: 0.5em;
}

/**
 * News
 */
div.newsItem div.photo {
	float: left;
}

/**
 * News - Latest view
 */
div.tx-llcatalog-pi div.newsLatest div.csc-header h3 {
	font-size: 100%;
	font-weight: normal;
	background: transparent url(../img/secNavBullet.gif) no-repeat 0 0.3em;
	padding: 0 0 0 12px;
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}
div.tx-llcatalog-pi div.newsLatest div.csc-header h3 span {
	color: #383838;
}
div.tx-llcatalog-pi div.newsLatest div.csc-header h3 a {
	font-weight: bold;
}
div.tx-llcatalog-pi div.newsLatest ul li {
	padding-bottom: 6px;
}
div.tx-llcatalog-pi div.newsLatest p.bodytext {
	margin: 0 0 0 12px;
	font-size: 90%;
}
div.tx-llcatalog-pi div.newsLatest div.divider {
	margin: 0.8em 0;
}

/**
 * News - List view
 */
div.tx-llcatalog-pi div.newsList div.newsItem h2 {
	padding: 0;
	border-width: 0;
	font-size: 110%;
	color: #383838;
	font-weight: normal;
}
div.tx-llcatalog-pi div.newsList div.newsItem h2 a {
	font-weight: bold;
}
div.tx-llcatalog-pi div.newsList div.newsItem div.photo img {
    margin: 0 10px 0 0;
}
div.tx-llcatalog-pi div.newsList div.newsItem span.posted {
	font-weight: bold;
}
div.tx-llcatalog-pi div.newsList div.newsItem p.readMore {
	margin-top: 5px;
	font-weight: bold;
}

/**
 * News - Single view
 */
div.newsSingle div.newsItem strong.date {
	float: right;
}

/**
 * Home Page
 */
div.homePageLayout {
	padding: 0;
}
div.homePageLayout div.rowOne div.columnOne {
	width: auto;
}
div.homePageLayout div.rowOne div.threeColumnLayout {
	margin: 15px 0 0 0;
}
div.homePageLayout #c12428 div.threeColumnLayout {
	margin: 0;
}
div.homePageLayout div.twoColumnLayout div.csc-header h2 {
	font-size: 130%;
}
div.homePageLayout div.rowOne div.threeColumnLayout div.layout.columnOne,
div.homePageLayout div.rowOne div.threeColumnLayout div.layout.columnTwo {
	width: 308px;
}
div.homePageLayout div.rowOne div.threeColumnLayout div.layout.columnOne div.columnWrapper,
div.homePageLayout div.rowOne div.threeColumnLayout div.layout.columnTwo div.columnWrapper {
	margin: 0;
	padding: 0 20px 0 0;
}
div.homePageLayout div.rowOne div.threeColumnLayout ul {
	margin-top: 0;
}
div.homePageLayout div.rowOne div.threeColumnLayout div.layout.columnThree {
	width: 288px;
}
div.homePageLayout div.containerBox div.twoColumnLayout div.layout.columnOne {
	background: transparent url(../img/dots_vertical.gif) repeat-y top right;
}
div.homePageLayout div.greyBox {
	margin-top: 1em;
}

/**
 * Countries page (top level)
 */
#pageCountries div.defaultPageLayout div.page.columnTwo {
	width: 50%;
}
#pageCountries div.defaultPageLayout div.page.columnThree {
	width: 49%;
}
#pageCountries div.menuOfPages li {
	background: none;
}
#pageCountries div.menuOfPages li a {
	display: block;
	width: 98%;
	background: url(../img/secNavBullet.gif) no-repeat 0 8px;
	font-weight: bold;
	color: #004D45;
	padding: 5px 4px 5px 16px;
	border-bottom: 1px solid #D6D6D6;
}

/**
 * Countries styles
 */
div.countriesSummary,
div.countriesSingle {
	margin:20px 0 0 0;
}

/**
 * Quote
 */
div.quote blockquote {
	background-color: #CCE1DF;
	border: 1px solid #6BA7A1;
	color: #007762;
	font-size: 120%;
	font-weight: bold;
	padding: 15px;
	line-height: 1.4em;
}
div.quote p.author {
	margin: 0.5em 0 0 0;
	font-style: italic;
}

/**
 * Country pages (lower level)
 */
body.countryPage div.defaultPageLayout div.page.columnThree {
	display: none;
}
body.countryPage div.twoColumnLayout.seventyThirty div.layout.columnOne {
	width: 600px;
	float: left;
}
body.countryPage div.twoColumnLayout.seventyThirty div.layout.columnTwo {
	margin: 0;
	width: 278px;
	float: right;
}
body.countryPage div.defaultPageLayout div.page.columnTwo div.columnWrapper {
	padding: 0;
}
body.countryPage #breadcrumb {
	width: 625px;
}
body.countryPage table thead tr th,
body.countryPage table tbody tr td {
	border-top: none;
	border-left: none;
}
body.countryPage #overview div.map_small {
	width: 234px;
	float: right;
	padding: 0 0 20px 20px;
}
body.countryPage #overview div.map_small img {
	margin: 0;
	padding: 0;
	border: 1px solid #D2D2D2;
}
body.countryPage #overview div.map_small #clicktoenlarge {
	display: block;
	text-align: center;
	background-color: #F1F1F1;
	border: 1px solid #D2D2D2;
	border-top-width: 0;
	font-weight: bold;
	padding: 2px 0;
	width: 234px;
}
body.countryPage #overview div.map_small a:hover {
	cursor: -moz-zoom-in;
}
body.countryPage #secondaryNavigation ul li.last a span {
	background: transparent url(../img/mapIcon.gif) no-repeat scroll 0 0.4em;
	padding: 12px 4px 0 40px;
	height: 28px;
}
div.tx-llaeocountries-pi div.figure {
	margin: 0 0 1em 0;
}
div.tx-llaeocountries-pi div.section {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 4px solid #EEEEEE;
}
div.tx-llaeocountries-pi div.sections.active div.section {
	border-bottom-width: 0;
}

/**
 * Charts
 */
div.figure {
	margin: 0 0 1.5em 0;
}
div.figure,
div.figure a {
	color: #1A171B;
}
div.figure div.csc-header h3 {
	background-color: #007762;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 110%;
	padding: 0.6em 0.8em;
}
div.figure div.chart {
	width: 600px;
	height: 400px;
}
div.figure div.chart div.highcharts-legend li {
	background: none;
}
div.figure div.metadata,
div.figure div.metadataBox {
	margin: 0 0 1em 0;
	font-size: 80%;
}
div.midgetSdmxImageBox div.figure.image img {
	width: 400px;
	padding: 0 100px;
}
div.figure div.statlink {
	width: 100%; 
	clear: both;
}
div.statlink a {
	background: transparent url(../img/statlinkLogo_small.gif) no-repeat 0 40%;
	padding: 0 0 0 95px;
	float: right;
}
div.statlink img {
	display: none;
}

/**
 * Chart - Specific overrides
 */
div#AEO_CNOTES_FIG2.chart div.highcharts-legend {
	width: 200px;
}

/**
 * Add this
 */
div.addthis_toolbox {
	padding: 0 0 0.5em 0;
}

/**
 * Map
 */
#map {
	border: 1px solid #D2D2D2;
}

/**
 * Workspace preview
 */
#preview {
	position: fixed;
	opacity: 0.8;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 7px 5px 8px 30px;
	background: #E2F9E3 url(../img/tick.gif) no-repeat 7px 7px;
	border-top: 2px solid #99CC99;
	color: #006600;
	text-align: left;
}

/**
 * Thickbox
 */
#TB_window {
	color: #333333;
}
#TB_secondLine {
	color: #666666;
}
#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus {
	color: #666666;
}
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack {
	background: transparent url(../img/macFFBgHack.png) no-repeat 0 0;
}
.TB_overlayBG {
	background-color: #000000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background-color: #FFFFFF;
	z-index: 102;
	color: #000000;
	display: none;
	border: 4px solid #525252;
	text-align: left;
	top: 50%;
	left: 50%;
}
* html #TB_window {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border: none;
}
#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}
#TB_closeWindow{
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}
#TB_closeAjaxWindow{
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle{
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}
#TB_title{
	background-color: #E8E8E8;
	height: 27px;
}
#TB_ajaxContent{
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}
#TB_ajaxContent.TB_modal{
	padding: 15px;
}
#TB_ajaxContent p{
	padding: 5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
* html #TB_HideSelect {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}