@import url(templates.css);
/*********************************************
css file for the front page (index.asp)

-----------------------------------------------------------
Author: Bjorgvin Sigurdsson
Email: bjorgvin.sigurdsson@fao.org
Date: 23 APR 2007

*/
/* for test purposes*/
#test{
	display:none;
	width:1024px;
	height:20px;
	background-color:red;
	color: white;
}


div#key_messages{
	padding-top: 5px;
	margin-left: 0px;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	color: #224BA6;
	margin-bottom: 25px;
}

div#key_messages h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 0px;
	text-align: left;
	color: #224BA6;
	margin-bottom: 25px;
}

ul {list-style-type: none;}

#intro {	text-align: center;
	position: relative;
	width: 540px;
	height: auto;
}
#nav {
	text-align: left;
	position: relative;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
}
/* main site architecture */
#navbar{
	vertical-align:baseline;
	height:35px;
	width:1024px; 
	padding:0px;
	margin:0px;
	text-align:center;
}
#faostat{
	display:block;
	float:left;
	text-align:right;
	width:200px;
	margin-top:10px;
}
#faostat-text{
	display:block;
	float:left;
	width:500px;
	text-align:center;
	margin-top:10px;
}
#country{
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin-top:10px;
	margin-right:10px;
}
#allcontent{
	display:block;
	float:left;
	width:1024px;
	padding:0px;
	margin:0px;
}
#leftcol {
	display:block;
	float:left;
	width:220px;
	height:579px;
	text-align:left;
	background-color:#B8D5E7;
	
}
#xtree{
	width: 100%; 
	top: 0px; 
	left: 0px; 
	height: 380px; 
	padding: 5px; 
	overflow: auto;
	background-color:#B8D5E7;
	text-align:center;
}
#buildxtree{
	width: 95%; 
	top: 0px; 
	left: 0px; 
	height: 400px; 
	padding: 0px; 
	overflow: auto;
	border-left:2px solid #000000;
	border-top:2px solid #000000;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
}

#centercol {
	display:block;
	float:left;
	width:650px;
	height:580px;
	background-color:#FFFFFF;
}
#rightcol {
	display:block;
	float:left;
	width:150px;
	height:577px;
	background-color:#FFFFFF;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid #B8D5E7;
	border-bottom:1px solid #B8D5E7;
}



#version{
	width:210px;
	font-size:60%;
	color:#B8D5E7;
	text-align:center;
	background-color:#FFFFFF;
}

.country_name {
	font-size: 18px;
	font-style: oblique;
	line-height: normal;
	font-weight: normal;
	color: #224BA6;
	text-align: left;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 10px;
}



.tab_top_menu {
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #224BA6;
	background-image: url(images/butt.jpg);
	text-decoration: none;
}
.flag {
	text-decoration: none;
	margin-left: 30px;
	border-right-width: 2px;
	border-left-width: 1.5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #224BA6;
	border-left-color: #224BA6;
	margin-bottom: 0.5px;
}
.logo_stat_country {
	text-decoration: none;
	margin-bottom: 2px;
}
#TICKER{
	overflow:hidden;
	width:1024px;
	height:24px;
}
.TICKERimg{
	height:16px;
}



