#html,body {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

body {
	font-family: Arial;
	color: #000;
	background-color:#FFFFFF;
}

form {
	margin:0;
	padding:0;
}

.fl {float: left;}

.fr {float: right;}

.clearer {clear: both;}

.red,
.error {
	color: #f00;
}

.less850px {
	display: none;
}

.more850px {
	display: block;
}

a {
	color: #0645ad;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#header,
#compareForm,
#body,
#footerTitle,
#footer {
	width: 100%;
	min-width: 1128px;
	position: relative;
}

#header,
#header .wrapper {
	/*background: url(/images/header_top_bg_new.gif) repeat-x;
	height:186px;*/
	background: url(/images/header_top_bg.gif) repeat-x;
	
	height:170px;
	background-position: 0 0px;
}
#logo, #logoAPI {
	background: url(/images/logo.gif) no-repeat;
	float: left;
	width: 366px;
	height: 50px;
	display: block;
}

#logo {
	margin: 33px 0px 1px 0px;
}

#logoAPI {
	margin: 33px 0 0 50px;
}

#logoEIN {
	background: url(/images/logoEIN.gif) no-repeat;
	float: left;
	width: 448px;
	height: 50px;
	display: block;
}

#contentHolder .home_image {
	background: url(/images/home_pic_bg.jpg) no-repeat;
	background-color:#F5F5F6;
	background-position:center;
	height: 356px;/**/
	padding: 0px 0 0 0;
}

.outsideTitleElement {
	padding:2px; 
	margin-top:1px; 
	margin-bottom:2px; 
	height:15px; 
	overflow:hidden;  
}

#graphicBottomItems1{width:550px;padding:20px 0 0 50px;}
.graph_bottom_links{background:url("/images/bullet_list.png") no-repeat scroll 0 7px #ffffff;color:#000;font-size:14px;padding-left:20px;padding-top:3px;text-decoration:none;}
.common_btn{background-color:#e2bb04;color:#000;cursor:pointer;display:block;height:14px;margin-top:13px;padding:5px;text-align:center;text-decoration:none;width:75px;}
.redBorder{border:1px solid #f00 !important;}


#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	top: 128px;
	height: 40px;
	width: 100%;
	overflow: hidden;
}

#menu li {
	float: left;
}

#menu li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 12px 15px 4px 15px;	 
	font-size: 14px;	
	/*
	border-bottom: 2px solid #000;
	*/
}

#menu .first a {
	padding: 12px 3px 4px !important;
}


#menu li .selected {
	color: #e2bb04;
	/*
	border-bottom: 2px solid #f85837;
	*/
}

#menu .marker,
#adminHeader .marker {
	width: 45px;
	height: 3px;
	background: #e2bb04;
	margin: 0 auto;
}

#submit_search {
	float:left; background: url("/images/search_btn.gif") no-repeat; width:27px; height:27px; cursor:pointer;
}

#search_field {
	float:left; background: url("/images/search_field.gif") no-repeat; height:27px; width:157px; 
}

.anyPricesTable {
	width: 543px;
	border-color: #d9dee3;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	margin: 30px 0 30px 0;
}

.homeLeftBox,
.homeRightBox {
	width: 564px;
	float: left;
}

.home_title {
    color: #000;
    font-family: Verdana;
    padding-bottom: 7px;
	margin:	96px 0 8px 0; 
	font-size:22px;
	font-weight: bold;
}

.home_link{
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.title_link{
	font-size:14px;
	color:#000;
}
#formBox {}

#formBox .country {
	margin: 0px 0px;
	color: #000;
	padding-top: 1px;
	float:left;
}
.innerFormBox {
	padding-bottom: 0px; 
	margin-bottom: 21px;
	height: 83px;
}

#content h1,
#content .h1 {
    color: #000;
    font-family: Verdana;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.3px;
	margin: 10px;
}

.anyPricesTable thead tr td {
	background: #f5f7f6;
}

.anyPricesTable tbody tr .title {
	width: 130px;
	background: #f5f7f6;
}

.anyPricesTable thead tr td,
.anyPricesTable tbody tr td {
	text-align: center;
	height: 22px;
	border-color: #d9dee3;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
}

.api_common_btn {
	margin-right:8px;
    text-align: center;
    text-decoration: none;
	background-color:#e2bb04;
	border: none;
	display:block;
	color:#000000;
	cursor:pointer;
	padding:1px 3px 1px 3px;
	margin: 0 5px 5px 0;
	font-size: 12px;
	height: 22px;
}

.api_select_title{
	color:#000;
	font-size:13px;
	font:Arial;
	width:260px;
	padding-top:8px;
	padding-left:4px;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:8px;
	margin-top:4px;
}

.breadcrumbs, .breadcrumbs a{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	margin-top:6px;
	text-decoration:none;
	color:#4E4E4E;
	margin-bottom:24px;
	
}
.breadcrumbs a{
	color:#000;
}
.changeImage {
	display: block;
	margin: 3px 0 10px 10px;
	float: left;
	text-decoration: underline;
	cursor: pointer;
}

.close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 8px;
	height: 8px;
	background: url(/images/close.png);
	cursor: pointer;
}

.closeBold,
.closeBoldLink {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 16px;
	height: 15px;
	background: url(/images/close_bold.png);
	cursor: pointer;
	display: block;
}

.common_btn {
	margin-top:13px;
    text-align: center;
    text-decoration: none;
    width: 75px;
	height:14px;
	background-color:#e2bb04;
	display:block;
	color:#000;
	cursor:pointer;
	padding:5px;
	margin: 0 0 5px 0;
}

.comobo_api{
	background: url("/images/combo_api_bg.jpg") no-repeat scroll 0 0 #FFFFFF;
    border: medium none;
	border-right: 1px solid #D3D3D3;/**/
    height: 22px;
    padding: 2px;
    width: 257px;
}

#high_country_container,
#indicatorsOnGraphContainer,
#countriesBoxContainer {
	width:237px; 
	padding: 0 20px 9px 0; 
	overflow: hidden;
}

#high_country,
#indicatorsOnGraph {
	background: url(/images/combo_arrow.png) 235px 0 no-repeat;
	border: 1px solid #e3e3e3;
	height: 22px;
	width: 277px;
}

#countriesBoxContainer {
	width: 291px; 
	padding: 0 20px 9px 0; 
	overflow: hidden;
}

/*
#countriesBox {
	background: url(/images/combo_arrow.png) 289px 0 no-repeat;
	border: 1px solid #e3e3e3;
	height: 22px;
	width: 329px;
}
*/

.compareFilterContainer {
	width:127px; 
	margin: 0 5px 0 0;
	padding: 0 20px 9px 0; 
	overflow: hidden;
	float: left;
}

.compareFilter {
	background: url("/images/combo_arrow.png") 125px 0 no-repeat;
    border: 1px solid #e3e3e3;
	padding:2px;
	height:22px;
	width:167px;
}

.compareFilterSmallContainer {
	width:77px; 
	margin: 0 5px 0 0;
	padding: 0 20px 9px 0; 
	overflow: hidden;
	float: left;
}

.compareFilter_small,
.compareFilterSmall{
	background: url("/images/combo_arrow.png") 75px 0 no-repeat;
    border: 1px solid #e3e3e3;
	padding:2px;
	height:22px;
	width:117px;
}

#currencyFilterCaption {
	padding: 4px 0 0 0;
	float: right;
}

.compareFilterContainer {
	float: right;
}

.deselectCountries {
	margin-right: 10px; 
	cursor: pointer;
}
.filterBox,
.filterCheckBox {
	margin: 0px 10px 10px 0;
	padding: 2px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 13px;
	display: block;
	list-style: none;
}

.filterBox li,
.filterCheckBox li {
	margin: 0;
	padding: 0;
	background: #fff;
	padding-bottom: 2px;
}
.filterCheckBox li input[type=checkbox] {margin: 3px 0 0 2px;}
.filterBox1{
	padding-left:18px;
	padding-top:0px;
	margin: 2px 0 0 0;
}
.filterBox1 li:hover {
	background: #e2e7eb;
	cursor: pointer;
}

#startFilterCaption {
	float: left;
	margin: 4px 2px 0 0px;
}

#endFilterCaption {
	float: left;
	margin: 4px 2px 0 5px;
}

/*
.footerNav {
	margin: 11px 0px 0px 0px;
	color: #fff;
	font:Arial;
	font-size:12px;
}

.footerNav a {
	display: block;
	float: left;
	color: #000;
	margin: 0 10px;
	text-decoration:none;
}
*/

.graph_outside_link{
	color: #000;
}

.graphType {
	float: left;
	width: 29px;
	height: 22px;
	cursor: pointer;
	margin: 0 0 0 1px;
}
.graphTypeBar {
	background: url(/images/btn_graph_type.png);
	background-position: -29px 0;
}

.graphTypeColumn {
	background: url(/images/btn_graph_type.png);
	background-position: -58px 0;
}
.graphTypeLine {
	background: url(/images/btn_graph_type.png);
	background-position: 0 0;
}
.graphTypeScatter {
	background: url(/images/btn_graph_type.png);
	background-position: -87px 0;
}
.graphTypeGeo {
	background: url(/images/btn_graph_type.png);
	background-position: -116px 0;
}
.hide_menu {	display:none;}
.inline_link {
	color: #e2bb04;
	text-decoration:underline;
}

#slogan_link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.lang_menu {
    float:right; 
	color: #231f20; 
	font-family: Calibri; 
	font-size: 14px; 
	position: relative; 
	top: 0px; 
	right: 0px; 
	width: 300px; 
	height: 15px; 
	margin: 56px 0 10px 0;
}

.lang_menu a {
	text-decoration: none;
	color: #231f20;
}

.list_article{
	margin-top:17px;
	margin-bottom:20px;
}		

.list_article, .list_article a{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}	
.list_article_title_additional_resources_box{
	color:#000;
	background: #fff url(/images/bullet_list.png) no-repeat;
	background-position: 0px 4px;
	padding-left:12px;
	color: #0645ad;
}

.list_article_title{
	color:#000;
	font-family:Verdana;
	font-size:15px;
	padding-bottom:9px;
	background: #fff url(/images/bullet_list.png) no-repeat;
	background-position: 0px 7px;
	padding-left:12px;
}

.main_cat,
#leftMenu .categoryTitle {
	background: url("/images/api_arrow_close.gif") no-repeat scroll 0 4px transparent;
	color: #000;
    font-family:Arial;
    font-size: 13px;
    padding-left: 12px;
	cursor:pointer;
	font-weight:bold;
	display: block;
	margin:2px 0;
}

.main_categories{
	border-top:1px dotted gray; 
	border-bottom:1px dotted gray; 
	margin-top:25px;
	padding-top:8px;
	margin-bottom:10px;
	padding-bottom:8px; 
}
.more_info{
	color:#22477e;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	margin-top:4px;
	display:block;
}
.normal_menu_api {
	margin-left:10px;
	margin-right:10px;
}
.outsideLinks{
	width:130px; 
	margin-top:17px;
	float:left;
}

.graphPageRightTitle,
.read_next_title_big {
    color: #404040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
	font-weight: bold;
    line-height: 17px;
    margin-bottom: 10px;
    padding: 5px 0 8px 0;
    text-transform: uppercase;
}

.requestBox {}

.requestBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#requestBox {width: 94%; max-width: 900px; padding: 30px 3%; background: #f8eec0; margin: 0 0 30px 0}
#requestBox ul{margin:0;padding:0;list-style:none;}
#requestBox input {border: 1px solid #eee; font-family: Arial; font-size: 14px;}
#requestBox .input {width: 98%; max-width: 416px; height: 25px; margin: 20px 0 0; padding: 5px 1%;}
#requestBox textarea {border: 1px solid #eee; width: 98%; max-width:875px; height:150px; margin: 20px 0; padding: 5px 1%; font-family: Arial; font-size: 14px;}
.changeImage {display: block; padding: 6px 0 0 5px; color: #00b; text-decoatrion: underline;}

.right_content{
	float:left;
	margin-top: 15px;
	width:365px;
}
.saveIMG{cursor:pointer;}
.small_article{
	padding-top:0px;
	padding-bottom:0px;
		/*
	border-bottom:1px dotted gray;
	*/ 
	margin-bottom:2px;
	
}
.small_article a{text-decoration:none;}
.title_small_article{
	color:#000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.text_small_article{
	margin-top:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#999999;
}
.pageHeader{
	text-decoration: none;
	color:#000;
	font-size:20px;
	letter-spacing:0.3px;
	font-family:Verdana;
	line-height:24px;
	width:880px;
	padding-top:12px;
}
.tipHeader{
	text-decoration: none;
	color:#000;
	font-size:20px;
	letter-spacing:0.3px;
	font-family:Verdana;
	line-height:24px;
	width:725px;
	padding-top:12px;
}
.tipInfo{
	color: #000;
    display: block;
	margin-bottom:10px;
    text-decoration: none;
	line-height:19px;
	text-align: justify;
}
.title_link_down{
	font-size:14px;
	color:#000;
	padding-left:20px;
	padding-top:3px;
	background: url("/images/graph_ico.gif") no-repeat scroll 0 0 #FFFFFF;
}
.title_text_art{
	font-size:14px;
	color: #000;
	padding-left:20px;
	padding-top:3px;
	background: url("/images/bullet_list.png") no-repeat scroll 0 7px #FFFFFF;
}

.wrapper {
	width: 1128px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#overlay {
	position: fixed;
	left: 0px;
	top: 0;
	width: 100%;
	height: 1500px;
	display: none;
	background: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
  	opacity: 0.5;
	z-index: 2500;
	text-align: center;
}
#feedbackBox {
	height: 290px;
	display: none;
	z-index:4000;
}
#feedbackBox, 
#feedbackBoxThanks {
	position: fixed;
	left: 200px;
	top: 50px;
	z-index: 200;
	width: 530px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #fff;
	background: #efefef;
	padding: 20px;
	color: #000;
	
}
#feedbackBoxThanks, #commentBoxThanks {
	height: 100px;
	display: none;
	z-index: 5000;
}
#feedbackBoxThanks #closeButton, #commentBoxThanks #closeButtonC {
	margin: 10px;
	cursor: pointer;
	position: absolute;
	left: 220px;
	top: 75px;
}
#feedbackBox input[type=text], #commentBox input[type=text] {
	width: 200px;
}
#feedbackBox h5, #commentBox h5,
#feedbackBoxThanks h5 {
	font-size: 13px;;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	
}
#feedbackBox {
	height: 310px;
	display: none;
	z-index:4000;
}
#submitFeedbackForm {
	float: right;
	display: block;
	cursor: pointer;
}
#embedbox {
	position: fixed;
	left: 200px;
	top: 100px;
	z-index: 2600;
	width: 350px;
	height: 140px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #fff;
	background: #efefef;
	padding: 20px;
	color: #000;
	display: none;
	padding:30px 20px 20px;
}

#closeEmbedbox {
	display: block;
	margin: 20px auto;
	cursor: pointer;
}
#closeButton, #closeButtonC  {
	display: block;
}

#footer {
	color: #fff;
	background: #231f20;
	border-top: 7px solid #e2bb04;
	padding: 10px 0 10px 0;
	margin-top: 30px;
}

#footerNav {
    float:left; 
	width:450px; 
	padding-top:3px;
}

#footerNav a {
    color: #fff;
    display: block;
    float: left;
    margin: 0 10px;
    text-decoration: none;
}

#footerCCA {
	float:right; 
	width:650px; 
	text-align:right;
}

#footerCCA a {
	color: #fff;
}


#graphicBottomItems {
	width:550px; 
	padding: 20px 0 0 110px;
}

.graph_bottom_links {
    background: url("/images/bullet_list.png") no-repeat scroll 0 7px #ffffff;
    color: #000;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 3px;
    text-decoration: none;
}

.common_btn {
    background-color: #e2bb04;
    color: #000;
    cursor: pointer;
    display: block;
    height: 14px;
    margin-top: 13px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 75px;
}

.redBorder {
	border: 1px solid #f00 !important;
}



/*
#footer .holder {
	border-top: 1px #000 dotted;
	margin: 0px 0px 0px 0px;
	padding: 3px 0 0 0;
	margin:auto;
	width:1128px;
	overflow: hidden;
}
*/
#leftNavigation {
	/*width: 65px;*/
	position: absolute;
	left: 1033px;
	top: 43px;
	/*height: 270px;*/
}
#leftNavigation .btn {
	position: relative;
	left: 0;
	top: 0;
	width: 49px;
	height: 133px;
	cursor: pointer;
	margin: 1px 0px;
}
/*
#leftNavigation .btn:hover {
	position: relative;
	left: 10px;
	top: 0;
	width: 49px;
	height: 133px;
	cursor: pointer;
}*/
#list,
#unitsList {
	width: 880px;
	padding: 0px 0 0 0;
	float:left;
	margin-right:35px;
}

#list h2{
	color: #000;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
   letter-spacing: 0.2px; /**/
    padding: 0;
}


.listOfUnits{
	margin-top:17px;
	margin-bottom:30px;
}		

.listOfUnits a{
	color:#000;
	text-decoration:none;
}	
.listOfUnitsTitle{
	color:#000;
	font-family:Verdana;
	font-size:15px;
	padding-bottom:9px;
	background: #fff url(/images/bullet_list.png) no-repeat;
	background-position: 0px 7px;
	padding-left:12px;
}	

.unitElement {
	width:100px; 
	float:left; 
	color: #666666; 
	line-height:20px;
}

.unitElementWide {
	width:200px; 
	float:left; 
	color: #666666; 
	line-height:20px;
}

.countryElement:hover {
	text-decoration: underline;
}

h2{
	color: #000;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
   letter-spacing: 0.2px; /**/
    padding: 0;
} 
#logo_globaleco {
	background: url(/images/logo_globaleconomy.gif) no-repeat;
	float: left;
	width: 306px;
	height: 43px;
	/*margin: 58px 0px 39px 0px;*/
	margin: 48px 0px 33px 0px;
	display: block;
}

#leftMenu a {
	color: #000 !important;
}


li .arrow,
#leftMenu .indicatorItem {
	list-style-type: none;
	background: url("/images/api_arrow_close.gif") no-repeat scroll 0 4px transparent;
	font-family: Arial;
    font-size: 13px;
	minimum-height: 16px;
	padding-left: 14px;
	cursor:pointer; 
	padding-bottom:3px;
	width:300px; 
	color: #000; 
	display: block;
	margin: 0 0 0 18px;
}

#leftMenu .indicatorItemSelected:hover,
#leftMenu .indicatorItem:hover {
	background-color: #eee;
	text-decoration: underline;
}

li .arrow_bold,
#leftMenu .indicatorItemSelected {
	list-style-type: none;
	background: url("/images/api_arrow_open.gif") no-repeat scroll 0 4px transparent;
	font-family: Arial;
    font-size: 13px;
	minimum-height: 16px;
	padding-left: 14px;
	font-weight:bold;
	cursor:pointer; 
	padding-bottom:3px;
	width:300px; 
	color: #000; 
	display: block;
	margin: 0 0 0 18px;
}

================}
/*
#leftMenu .indicatorItem a {
	color: #000; 
	text-decoration: none;
}

#leftMenu .indicatorItemSelected a {
	color: #000; 
	font-weight: bold;
	text-decoration: none;
}

#leftMenu .letfMenuIndicators {
	list-style: none;
	margin: 0;
	padding: 0;
}
*/
=========



 li a {
 	color: #000;
	text-decoration: none;
	height: 16px;
	overflow:hidden;

}
table.tdata {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.tdata td {
	border-width: thin;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	vertical-align: top;
}
/*------------------------------ SELECT ELEMENT ----------------------------------*/

#formBox .selectElement {
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight:normal;
	position: relative;
	float: right;
}

#formBox .selectElement .selectedText, 
#formBox .selectElement .selectedTextEmpty {
	overflow:hidden; 
	height:26px;
	background: url(/images/home_combo_bg.png) no-repeat;
	/*background-position: 145px 2px;*/
	cursor: pointer;
	width: 272px;
	padding: 0px 25px 0px 10px;
	line-height: 18px;
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #000;*/
	text-align: left;
	position: relative;
	z-index:1100;
}

#homeLeftBox {
	margin: 0 70px 30px 0;
	min-width: 280px;
	max-width: 500px;
	width: 40%;
	float: left;
	text-align: justify;
}

#homeRightBox {
	margin: 0 70px 0 0;
	min-width: 280px;
	max-width: 350px;
	width: 40%;
	float: left;
	overflow: hidden;
}

#homeShareBox {
	width: 175px;
	float: left;
}

#homeContent {
	padding: 36px 0 0 0;	
	min-height: 320px;
}

#homeContent .homeBoxHeader{
	display: block;
	font-family: verdana;
	font-size:22px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

#homeSelectHolder,
#periodSelectHolder,
#downloadDataSelectHolder,
.selectHolder {
	width: 146px;
	height: 26px;
	padding: 0px 22px 0px 0px;
	margin: 3px 0 0 0;
	overflow: hidden;
}

#downloadDataSelectHolder {
	float: left;
}

#homeSelectCountry,
#periodMenu,
#downloadDataSelectCountry,
.selectMenu {
	display: block;
	width: 186px;
	height: 26px;
	background: none;
	border: none;
	font-size: 14px;
	background: url(../images/home_combo_bg_new.png) no-repeat;
}

#leftMenu {
	width:320px; 
	padding:0px; 
	float: left;
}

#leftMenu #title {
	margin: 0 0 20px 0; 
	font-weight: bold; 
}

#leftMenu #indicators,
#leftMenu #indicatorsCompareCountries {
	margin: 0 0 30px 0
}

#leftMenu #indicatorsCompareCountries {
	height: 250px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#leftMenu .category {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
}


#measureSource {
	margin: 0 0 0 60px;
}

#indicatorDefinition {
	margin: 20px 0;
}

#formBox .selectElement ul,
#country {
	display: none;
	list-style: none;
	width: 269px;
	/*border: 1px solid #000;*/
	background: #fff;
	 margin: 25px 0 0 0px;
	padding: 0;
	position: absolute;
	left: 1px;
	z-index: 100;
	overflow-x:hidden;
	overflow-y:auto;
	
	text-align: left;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}

#country {
	height: 335px;
}

#formBox .selectElement ul {
	height: 215px;
}

#formBox .selectElement ul li,
#country li {
	text-decoration: none;
	display: block;
	padding: 3px 8px;
	margin: 1px;
	cursor: pointer;
	text-align: left;
}

#formBox .selectElement ul li {
	width: 200px;
}



#country li {
	width: 203px;
}

#formBox .selectElement ul li:hover,
#country li:hover,
.slectedOption {
	margin: 1px;
	background: #014991;
	color: #fff;
}

#country {
	width: 219px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	top: 50px;
	left: 5px;
	
}

#clickoff,
#mask {
	position: fixed;
	left: 0px;
	top: 0;
	width: 100%;
	height: 1500px;
	display: none;
	filter: alpha(opacity=50);
  	opacity: 0.5;
}

#clickoffInner {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 1500px;
	display: none;
	z-index: 0;
}

.lastMajorDestination {
	border-top: 1px dotted #000;
}
/*------------------------------- SELECT ELEMENT END -------------------------------*/
.survey_box{
	float:left;
	background: url("/images/survey_bg.gif") no-repeat scroll 0 0;
	border-top:1px solid #BC3217;
	width:163px;
	height:184px;
	font-family:Verdana;
	font-size:10px;
	color:#2e3034;
	text-align:center;
	line-height:14px;
}

.survey_box_title{
	font-family:Verdana;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:1px solid #FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:6px;
}
.newsletter_tpl{
	width:169px;
	float:left;
	margin-top:0px;
	margin-left:30px;
}
.read_next{
	width:163px;
	float:left;
	margin-top:0px;
}
.read_next_title{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:8px;
	margin-bottom:10px;
	line-height:17px;	
	border-bottom: 1px solid #404040;
}

#viewData {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

#moreLanguagesMenu {
	float: left;
	padding: 16px 0 0 0; 
	color: #222; 
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	right: 0px;
	width: 114px;
	z-index:2000;
	display: none;
}

#moreLanguagesMenu a {
	color: #222;
	text-decoration: none;
	margin: 4px 0 0 0;
	padding: 0px 4px 4px 4px; 
	display: block;
}

.question_box{
	border-bottom:1px dotted #B1B2B4;
	padding-bottom:7px;
	padding-top:7px;
}

.question{
	width:400px;
}

.question_title{
	font-size:14px;
	color:#666666;
	font-weight:bold;
}
.question_text{
	font-family:Arial;
	font-size:11px;
	color:#666666;
}

.subtitle_survey{
	font-family:Verdana;
	font-size:14px;
	padding-top:61px;
	color:#000;
}

.qnum{
	font-family:Verdana;
	font-size:12px;
	float:left;
	width:24px;
}

#registrationLink {
	text-decoration: underline;
	cursor: pointer;
}

#inlineRegistrationLink, #inlineLoginLink {
	display: inline-block;
	padding: 4px 20px 0 20px;
	height: 18px;
}

#inlineRegistrationLink {

}

#inlineLoginLink {

}

#registrationFormBox {
	display: none;
}

#adminHeader {
	height: 47px;
	padding: 4px 0 0 0;
	min-width: 1200px;
	background: url(/images/header_top_bg.gif) 0 -125px repeat-x;
	overflow: hidden;
}

#adminHeader ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#adminHeader ul li {
	display: block;
	float: left;
}

#adminHeader ul .navigationLink {
	display: block;
	padding: 13px 20px 4px 20px;
	color: #fff;
}

#adminHeader ul .navigationHomeLink {
	background: url("/images/home_ico.png") 10px 4px no-repeat;
	display: block;
	padding: 13px 10px 13px 45px;
	color: #fff;
}

input[type=button] {
	border-radius: 2px;
}

#loginFormAPI input,
#registrationFormAPI input,
#forgotFormAPI input {
	width: 186px;
	border: 1px solid #000;
}

.indiMenuLink {
	display: block;
	color: #000; 
	text-decoration: none;
}

.tableEconomyPages {
	font-size: 13px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin: 20px 20px;
}

.tableEconomyPages td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 7px;
}

.owerviewLink {
	color: #0645ad;
	text-decoration: none;
}

.owerviewLink:hover {
	text-decoration: underline;
}

#benchmarkTable {
    width: 710px;
}

.benchmarkTable {
    width: 355px;
	display: none;
}

#benchmarkTable .benchmarkTableHeader,
#benchmarkTableSmall .benchmarkTableHeader,
.benchmarkTable .benchmarkTableHeader{
    font-size: 15px;
    font-weight: bold;
}

#benchmarkTable td, #benchmarkTableSmall td {
    text-align: right;
}
#benchmarkTable .benchmarkTableCountry {
    text-align: left;
}
#benchmarkTable .benchmarkTableSubtitle,
#benchmarkTableSmall .benchmarkTableSubtitle {
    font-size: 11px;
}
#benchmarkTable .benchmarkTableTitle,
#benchmarkTableSmall .benchmarkTableTitle,
.benchmarkTable .benchmarkTableTitle {
    font-weight: bold;
}

#benchmarkTable .benchmarkTableCountry a,
#benchmarkTableSmall .benchmarkTableCountry a,
.benchmarkTable a {
    color: #000;
}

#paypalImage {
	cursor: pointer;
}

#paypalButton {
	display: none;
	margin: 30px 0 200px;
}

#showHideDataSources {
	cursor: pointer;
}

#dataSources {
	border-right: 1px solid #d9dee3;
	border-bottom: 1px solid #d9dee3;
	width: 400px;
	margin: 20px 0;
	display: none;
}

#dataSources .sourcesTitle {
	background: #f5f7f6;
	border-top: 1px solid #d9dee3;
	border-left: 1px solid #d9dee3;
	padding: 5px 5px;
	width: 389px;
	font-weight: bold;
}
 
#dataSources .source {
	border-top: 1px solid #d9dee3;
	border-left: 1px solid #d9dee3;
	padding: 3px 5px;
	width: 390px;
}

.dataSourcesList li {
	margin: 10px 0;
}

/*
#monthlyIndicatorsList .indicatorsCategory {
	width:861px;
	border-right: 1px solid #d9dee3;
}
*/


/*
#monthlyIndicatorsList .indicatorRow,
#monthlyIndicatorsListIndex .indicatorRow,
#monthlyIndicatorsListIndex .indicatorRow,
*/
.indicatorsListNarrow .indicatorRow {
	position: relative;
}

.indicatorsListNarrow .indicatorRow:hover,
.indicatorsCategory .indicatorRow:hover,
.historyTable .historyRow:hover,
.benchmarkTableRow:hover,
#countriesListNarrow .country:hover,
#monthlyIndicatorsList .country:hover,
#monthlyIndicatorsListIndex .country:hover {
	background: #f3f7f8;
	text-decoration: underline;
}

/*#monthlyIndicatorsListIndex .indicatorsCategoryTitle {
	height: 16px;
	border-top: 1px solid #d9dee3;
	border-left: 1px solid #d9dee3;
	background: #f5f7f6;
	margin: 30px 0 0 0;
	font-weight: bold;
	position: relative;
}*/

/*#indicatorsList .indicatorsCategoryTitle,
#monthlyIndicatorsListIndex .indicatorsCategoryTitle {
	width:850px;
	padding: 15px 0 15px 10px;
}*/

.resultsTopBorder {
	height: 1px; 
	background: #d9dee3;
	display: none;
}

.boxTitle {
	height: 16px;
	border-top: 1px solid #d9dee3;
	border-bottom: 1px solid #d9dee3;
	background: #f5f7f6;
	margin: 10px 0 10px 0;
	padding: 15px 0 15px 10px;
	font-weight: bold;
}

.indicatorsCategoryAllLanguages {
	border-bottom: 1px solid #d9dee3;
	border-right: 1px solid #d9dee3;
}

.indicatorsNameNarrowAllLanguages {
	width: 491px;
	display: block;
	height: 14px;
	border-top: 1px solid #d9dee3;
	border-left: 1px solid #d9dee3;
	padding: 4px 0 4px 10px;
	float: left;
}

#indicatorsList .indicatorsNamedD,
#monthlyIndicatorsListIndex .indicatorsName,
#monthlyIndicatorsListIndex .indicatorsNameNarrow {
	display: block;
	height: 14px;
	border-top: 1px solid #d9dee3;
	border-left: 1px solid #d9dee3;
	padding: 4px 0 4px 10px;
	float: left;
}

/* Used in index_api.php */
#indicatorsList .indicatorsNameDd {
	width: 569px;
}

#indicatorsList .indicatorsLastValue,
#monthlyIndicatorsListIndex .indicatorsLastValue {
	padding: 4px 5px 4px 3px;
	width: 97px;
	text-align: right;
}

/* CSS for fololwing elements are inline in the template: indicator_table.tpl
 * #monthlyBenckmarkTable .benckmarkTableTitle
 * #monthlyBenckmarkTable .benckmarkTableName,
 * #monthlyBenckmarkTable .benckmarkTableField
 * #monthlyBenckmarkTable .benckmarkTableField
 */

/* CSS for fololwing elements are inline in the template: indicator_credit_rating.tpl, indicator_page_credit_rating.tpl
 * #creditTable
 * #creditTable td
 */

/* Index means this is used in index_api.php */
#indicatorsList .indicatorsFromTo,
#indicatorsListIndex .indicatorsFromTo,
#indicatorsListIndex .indicatorsType,
#monthlyIndicatorsList .indicatorsFromTo,
#monthlyIndicatorsListIndex .indicatorsFromTo {
	display: block;
	height: 14px;
	border-top: 1px solid #d9dee3;
	border-left: 1px solid #d9dee3;
	padding: 4px 0 4px 0px;
	text-align: center;
	float: left;
}

#indicatorsListIndex .lastValue {
	width: 136px;
	text-align: right;
	padding: 4px 5px 4px 0px !important;
}

#indicatorsListIndex .indicatorsType {
	width: 80px;
	text-align: right;
	padding: 4px 5px 4px 0px !important;
}

#monthlyIndicatorsList .indicatorsFromTo {
	width: 141px;
}

#indicatorsList .indicatorsFromTo {
	width: 99px;
}


/* Index means this is used in index_api.php */
#monthlyIndicatorsListIndex .columnsTitlesCoverage {
	position: absolute;
	right: 205px;
	top: 16px;
}


#monthlyIndicatorsListIndex .indicatorsFromTo {
	width: 141px;	
}

.indicatorsListNarrow,
#countriesListNarrow,
#period {
	display: none;
	margin: 10px 0 0 0;
}

#annualIndicatorsList {
	display: block;
}


#countriesListNarrow {
	border-top: 1px solid #d9dee3;	
}

#countriesListNarrow .country {
	width: 290px;
	float: left;
}

#indicatorsList .definition,
.indicatorsListNarrow .definition,
#monthlyIndicatorsList .definition,
#monthlyIndicatorsListIndex .definition {
	position: absolute;
	top: 22px;
	z-index: 5;
	width: 400px;
	height: auto;
	padding: 15px 10px 10px;
	display: none;
	background: #fff;
}

#indicatorsList .definition,
#monthlyIndicatorsListIndex .definition {
	right: 50px;
	border: 1px solid #d9dee3;
}

.indicatorsListNarrow .definition {
	left: 70px;
	border: 1px solid #000;
}

#indicatorsList .showDefinition,
.indicatorsListNarrow .showDefinition,
#monthlyIndicatorsList .showDefinition,
#monthlyIndicatorsListIndex .showDefinition,
.showAvailablecCountries {
	cursor: pointer;
}

.indicatorsListNarrow .indicatorsCategory {
	width: 583px;
	height: auto;
	margin: 0 0 0px 0;
}

.countriesLetter {
	color: #00c;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}

.indicatorsListNarrow .indicatorsCategoryTitle,
#countriesListNarrow .indicatorsCountryTitle {
	width:573px;
	height: 16px;
	border-top: 1px solid #d9dee3;
	border-bottom: 1px solid #d9dee3;
	background: #f5f7f6;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

.indicatorsListNarrow  .indicatorsCheckbox,
#countriesListNarrow .countriesCheckbox {
	float: left;
	width: 25px;
	height: 20px;
	padding: 4px 0 4px 5px;
	border-bottom: 1px solid #d9dee3;
}

#countriesListNarrow .countriesCheckbox {
	border-left: 1px solid #d9dee3;
}

/* Used in download data */
.indicatorsListNarrow .indicatorsName {
	display: block;
	width: 386px;
	height: 18px;
	border-bottom: 1px solid #d9dee3;
	padding: 6px 0 4px 3px;
	float: left;
	cursor: pointer;
}

#countriesListNarrow .countriesName {
	display: block;
	width: 256px;
	height: 18px;
	border-bottom: 1px solid #d9dee3;
	padding: 6px 0 4px 3px;
	float: left;
	cursor: pointer;
}

.indicatorsListNarrow 
.indicatorsLinks,
.ddIndicatorsLinks {
	display: block;
	height: 16px;
	border-bottom: 1px solid #d9dee3;
	border-left: 1px solid #d9dee3;
	float: left;
}

/*
 Used in download_data.php
*/
.indicatorsListNarrow {
	width: 83px;
}

/*
 Used in download_data.php
*/
.indicatorsLinks {
	width: 153px;
	padding: 8px 0 4px 10px;
}

/*
 Used in download_data.php
*/
.ddIndicatorsLinks {
	width: 200px;
	padding: 8px 10px 4px 10px;
	text-align: right;
}

#selectIndicators,
#selectPeriod,
#selectCountries {
	cursor: pointer;
	height: 25px;
	width: 108px;
	float: left;
	padding: 7px 0 0 20px;
	margin: 0 25px 2px 0;
	text-align: center;
}

#selectAnnualIndicators,
#selectMonthlyIndicators {
	cursor: pointer;
	height: 23px;
	width: 128px;
	padding: 0px 0 0 0;
	margin: 0 25px 2px 27px;
	text-align: left;
}

#selectIndicatorSubMenu {
	margin: -4px 0 0 17px;
	width: 163px;
}

#keywordFilterBox {
	text-align: left;
	margin: 10px 0 0 21px;
	width: 280px;
	float: left;
}

#keywordFilter {
	width: 235px;
	height: 25px;
	border: 1px solid #ccc;
	padding: 0 0 0 10px;
}

#selectedBox {
	width: 290px;
	position: absolute;
	right: 11px;
	top: 86px;
	line-height: 1.77em
}

#periodTitle {
	height: 30px;
	font-size: 15px;
	font-weight: bold;
}

#countriesListNarrow,
#period,
#periodMonthly {
	margin: 30px 0 0 0;
}

#labelStart,
#labelEnd {
	width: 30px;
	height: 15px;
	background: #fff;
	position: absolute;
	top: 20px;
	font-family: Arial;
}

#labelStart {
	left: 320px;
}

#labelEnd {
	left: 455px;
}

.markerLeftMenu {
	width: 45px;
	height: 3px;
	background: #000;
	margin: 3px auto 0;
	display: none;
}

.markerLeftSubMenu {
	width: 45px;
	height: 3px;
	background: #e2bb04;
	margin: 3px 0 0 0px;
	display: none;
}

#daexLeftMenu {
	float:left; 
	width: 600px; 
	position: relative;
	padding: 54px 0 0 0;
	border-right: 2px solid #ccc;
}

#daexLeftMenuHeader {
	padding: 14px 0 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	background: #fff;
	width: 100%;
}

#daexLeftMenu .selected {
	background: #f3f7f8;
}

.indicatorsListNarrow,
#countriesListNarrow {
	width: 100%;
	height: 800px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#daexRight {
	float: left;
	padding: 20px 20px 0px 20px;
}

#initialInformationBox {
	width: 100%;
	height: 300px;
}

#definitionsBox {
	width: 100%;
	height: 150px;
	overflow-y: scroll;
	display: none;
}

#dataBox {
	width: 100%;
	height: 330px;
	overflow: auto;
	margin: 0px 0 0 0;
	display: none;
}

#dataExportPaymentBox {
	padding: 0 0 10px 0;
	margin: 0 0 0px 0;
	display: none;
}

#generalLoginLink,
.registerLink {
	cursor: pointer;
}

#registrationLoginArea {
	background-image: url(/images/background_login_area.png);
	position: fixed;
	left: 0px;
	top: 0;
	z-index: 60;
	width: 100%;
	height: 1500px;
	display: none;
}

#loginBox {
	display: none;
}

#forgotPassBox {
	display: none;
}

#loginBox,
#forgotPassBox {
	width: 300px;
	height: auto;
	margin: 100px auto 0;
}


#payBox {
	width: 410px;
	height: auto;
	margin: 170px auto 0;
	display: none;
}

.subloginText {
	color: #fff;
	font-size: 15px;
	margin: 0 0 20px 0;
	text-align: center;
}

#newRegistrationButton,
#forgotPasswordButton,
.backToLoginButton {
	padding: 10px;
	/*background: #fdeb95;*/
	color: #fdeb95;
	cursor: pointer;
	display: inline-block;
    padding: 2px 8px;
	border-radius: 2px;
	text-decoration: none;
	font-size:16px;
}

.subloginButtons {
	color: #000;
	background: #fdeb95;
	padding: 4px 0px;
	margin: 0 auto 20px auto;
	text-align: center;
	border-radius: 4px;
	width: 95%;
}

.progressBar {
	color: #fff;
	font-size: 11px;
	margin: 0 0 50px 0;
}

.progressBarStep1, .progressBarStep2 {
	width: 300px;
	height: 9px;
	background: url(../images/progress_bar.png) no-repeat;
}

.progressBarStep2 {
	background-position: 0px -9px;
}

#registrationBox {
	width: 300px;
	height: auto;
	margin: 50px auto 0;
	display: none;
}

#paymentBox {
	width: 300px;
	height: auto;
	margin: 12px auto 0;
	display: none;
	color: #fff;
}

#loginUser,
#loginPassword,
.registraionInput {
	width: 288px;
	height: 40px;
	border: none;
	margin: 20px 0 0;
	padding: 0 0 0 12px;
}

#loginSubmit,
#registrationSubmit,
#inlineRegistrationSubmit,
#forgotSubmit {
	width: 300px;
	height: 32px;
	border: none;
	margin: 25px auto 50px;
	background: #e2bb04;
	text-align: center;
	padding: 8px 0 0 0;
	font-size: 20px;
    font-weight: bold;
	cursor: pointer;
}

#registratinLeftBox {
	float:left; 
	width: 300px;
}

#registratinRightBox {
	float:left; 
	width: 300px; 
	color: #fff; 
	padding: 18px 0 0 40px;
}

.paymentRadio {
	width: 30px; 
	float: left; 
	padding: 17px 0 0 0;
}

#paymentButtonStripe {
	width: 135px; 
	height: 59px; 
	background: url(/images/stripe_btn_2.png); 
	float: left;
}

#paymentButtonPaypal {
	width: 135px; 
	height: 59px; 
	background: 
	url(/images/paypal_btn_2.png); 
	float: left;
}

.registrationLoginSubTitle {
	font-weight: bold; 
	font-size: 16px; 
	margin: 0 0 25px 0
}

.registrationLoginTitle {
	color: #fff;
	font-size: 20px;
    font-weight: bold;
	text-align: center;
}

#monthSubscription, #anualSubscription, #monthSubscriptionStripe, #anualSubscriptionStripe {
	width: 350px;
	background: #f9e68c;
	border-radius: 3px;
	font-weight: 17px;
	font-size: 16px;
	padding: 30px;
	text-align: center;
	opacity: 1;
	display:none;
}

#errorMessageBox {
	width: 350px;
	height: 150px;
	font-size: 16px;
	background: #e0e0e0;
	position: absolute;
	top:100px;
	left: 100px;
	z-index: 100;
	display: none;
}

#errorMessageBox #message {
	margin: 40px 0 20px 0;
	text-align: center;
	height: 40px;
}

#errorMessageBox #buttonOK {
	width: 80px;
	padding: 5px 10px;
	background: #b6b6b6;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
}

#loginButtonsBox {
	wodth: 250px;
	height: 100px;
	margin: 0 0 0px 100px;
	float: right;
}

#availableCountriesListBox {
	background: #fff;
	width: 300px;
	height: 200px;
	position: absolute;
	left: 100px;
	top: 100px;
	display: none;
	padding: 20px 0 0 10px;
	border: 1px solid #d9dee3;
}

#availableCountriesList {
	overflow-x: hidden;
	overflow-y: scroll;
	width: 300px;
	height: 200px;
}




#availableCountriesListBox .leftDiv,
#availableCountriesListBox .rightDiv {
	float: left;
	heght: 15px;
}


#availableCountriesListBox .leftDiv {
	width: 155px;
}

#availableCountriesListBox .rightDiv {
	width: 123px;
	paddig: 0 5px 0 0;
	text-align: right;
}

#cookies {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 300px;
	height: 90px;
	background: #20233c;
	color: #fff;
	padding: 20px;
	font-size: 16px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0px 5px 20px 0px rgba(0, 0, 0, 0.19);
}

#cookies #acceptCookies {
	position: absolute;
	width: 280px;
	right: 20px;
	bottom: 20px;
	background: #05498d;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

#countryLeftMenu {
	position: relative;
}



