/* image display */
#common_image_display {
	position : absolute;
	top : 155px;
	left : 15px;
	height : 300px;
	width : 253px;
}

/* page list */
#page_list {
	position : absolute;
	top : 132px;
	left : 321px;
	height : 300px;
	width : 185px;
	font-size : .65em;
	color : #6d5a4e;
	text-align : right;
}

#page_list a {
	color : #6d5a4e;
	line-height : 125%;
	text-decoration : none;
}

#page_list a:hover {
	color : #ffcc33;
}

/* arrows */
#arrow_up {
	position : absolute;
	top : 82px;
	left : 317px;
	height : 17px;
	width : 19px;
}

#arrow_up_top {
	position : absolute;
	top : 79px;
	left : 337px;
	height : 20px;
	width : 19px;
}

#arrow_down {
	position : absolute;
	top : 108px;
	left : 317px;
	height : 17px;
	width : 19px;
}

#arrow_down_bottom {
	position : absolute;
	top : 108px;
	left : 337px;
	height : 20px;
	width : 19px;
}

#countryprofiles {
	position : absolute;
	top : 445px;
	left : 317px;
	height : 27px;
	width : 96px;
}

/* icons */

#icon_left {
	position : absolute;
	top : 352px;
	left: 490px;
	height : 50px;
	width : 50px;
	background-image : url(images/icon_countryprofiles1.png);
	background-position : top left;
	background-repeat : no-repeat;
}

#icon_right {
	position : absolute;
	top : 352px;
	left: 749px;
	height : 50px;
	width : 50px;
	background-image : url(images/icon_countryprofiles1.png);
	background-position : top left;
	background-repeat : no-repeat;
}

/* page title */

#page_title {
	position : absolute;
	top : 407px;
	left : 545px;
	height : 90px;
	width : 250px;
	font-size : 1.6em;
	font-weight : bold;
	text-align : right;
	color : #333333;
}

#td_page_title {
	font-size : 1.6em;
	font-weight : bold;
	text-align : right;
}

#economicindicators_scrolltextheader {
	position : absolute;
	top : 81px;
	left : 21px;
	height : 10px;
	width : 284px;
	font-size : .65em;
}

#economicindicators_scrolltextinfo_cover {
	position : absolute;
	top : 325px;
	left : 11px;
	height : 163px;
	width : 302px;
	padding : 5px;
	font-size : .70em;
	background : #bfafa5;
}

#economicindicators_scrolltextinfo {
	position : absolute;
	top : 330px;
	left : 11px;
	height : 130px;
	width : 450px;
	padding : 5px;
	font-size : .70em;
}

#economicindicators_scrolltextinfo_header {
	font-size : .75em;
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
}

#economicindicators_scrolltextinfo_text {
	font-size : .75em;
}

#econsources_book_toppart {
	position : absolute;
	top : 75px;
	left : 8px;
	height : 40px;
	width : 309px;
	background-image : url(images/page/econsources_book_part.gif);
	background-position : top left;
	background-repeat : no-repeat;
}

#econsources_glossary_toppart {
	position : absolute;
	top : 72px;
	left : 8px;
	height : 65px;
	width : 309px;
	background-image : url(images/page/econsources_glossary_part.gif);
	background-position : top left;
	background-repeat : no-repeat;
}

#econsources_glossary_alphabet {
	position : relative;
	top : 8px;
	left : 4px;
	height : 15px;
	width : 300px;
	font-size : .75em;
	font-weight : bold;
	text-align : center;
	color : #aaaaaa;
}

#econsources_glossary_alphabet a {
	color : #333333;
	text-decoration : none;
}

#econsources_glossary_alphabet a:hover {
	color : #ff0000;
	text-decoration : none;
}

#econsources_glossary_dropdown {
	position : relative;
	top : 15px;
	left : 4px;
	height : 20px;
	width : 300px;
	font-size : .75em;
	font-weight : bold;
}

#econsources_glossary_term {
	font-size : 1.2em;
	font-weight : bold;
	text-align : left;
	padding-bottom : 5px;
}

#econsources_glossary_source {
	padding-bottom : 5px;
	font-weight : bold;
	text-align : left;
}

#econsources_glossary_definition {
	padding-bottom : 5px;
	font-style : italic;
	text-align : left;
}

#econsources_glossary_relatedterms {
	padding-top : 5px;
	padding-left : 20px;
	padding-bottom : 5px;
	font-size : .85em;
	font-style : italic;
	text-align : left;
}

#econsources_glossary_nomatches {
	font-size : 1.2em;
	font-weight : bold;
	text-align : center;
}

#glossary_box {
	margin-left : 10px;
	padding : 5px;
	border : 1px solid #aaaaaa;
}



