

/* Left Side Menu*/
#country_regions_column {
	background-color:#E9EDF0;
	float:left;
	width:160px;
}
	
#country_regions {
	display:inline;
	float:left;
	margin:2px 0;
	width:100%;
}

.countries {
	background-color:#FFFFFF;
	display:inline;
	float:left;
	margin:2px 0 0 8px;
	width:143px;
}
.region_flag_holder {
	display:inline;
	float:left;
	margin:2px 0 2px 8px;
	width:132px;
}
.region_flag_holder img {
	border:1px solid #CCCCCC;
	float:left;
	margin:2px 1px 2px 2px;
	padding:1px;
}


#country_regions h1 {
	color:#273B7A;
	margin:12px 0 0 12px;
}

.c_data_info
{
	visibility:hidden;
	width:390px;
	height:auto;
	background:#E9EDF0;
	position:absolute;
	margin:-20px 10px 10px 10px;
	border:6px solid #720A11;
	z-index:100;
}
.c_data_info .box_header h1
{
	color:white!important;
	cursor:arrow;
	font-weight:bold;
}
.c_data_info .links
{
	width:100%;
	margin-left:10px;
}
.c_data_info .links p
{
	margin:6px 2px;
}

.close_ex
{
	color:black;
	font-size:20px;
	line-height:20px;
	text-align:right;
	padding:4px 10px 0 0;
}

.ex_div_h
{
	float:left;
	width:100%;
	margin:5px 5px 0px 10px;	
}
/* End Left Side Menu */



/* Main page */
#right_main
{
	float:left;
	width:815px;
	margin-left:10px;	
	background:#E9EDF0;
}

#selector{
	float:left;
	width:100%;	
	margin:10px 0 50px 0;
	
}
#selector #select
{
	float:left;
	width:100%;
	
}
#selector #select table.main
{
	background:	transparent url(../images/africa_map_r.jpg) repeat-x scroll 0 0;
	float:left;
}
#selector #select table.main_years
{
	float:left;
}
#selector #select table#main_retrieve
{
	float:left;
	width:100%;
}
#selector #select table#main_retrieve th#retrieve {
	background:#E89A11;
}

#selector #select table#main_retrieve th#retrieve input {
	width:400px;
	height:25px;
}
#selector #select table#main_retrieve th#retrieve_info {
	background:white;
	color:black;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
}

#selector #select table.main select
{ 
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	width:300px;
}
#selector #select table td,th
{
	text-align:center;
}
#selector #select table th.main {
	background: #660000;
	color:#FFFFFF;
	padding:6px;
}
#selector #select table th {
	background-color:#E89A11;
	color:#FFFFFF;
	padding:6px;
}

#selector #select table td.years {
	width:506px;
	background:url(../images/bg_box_header.png) repeat;
}


table.year_table
{
	width:100px;
	float:left;
}


#selector #select_add
{
	float:right;
	width:300px;	
}

#map{
	float:left;
	width:100%;
	margin-bottom:10px;
}

#select_add
{
	width:100%;
	float:left;
	background:#E9EDF0;
}
#select_add #inside
{
	margin:0 auto;
	width:728px;
}

/* End Main Page */


/* Sub Page */
#data
{
	float:left;
	width:796px;
	overflow-x:auto;
	height:auto;
	margin:10px;
	border:2px solid #720A11; 
}

#data table
{
	border:0.5px solid #720A11;
	float:left;
	width:800px;
}
#data table td,th
{
	border:1px solid black;
	text-align:center;
	padding:1px;
	font-weight:bold;
	background:#E9EDF0;
}
#data table td#series_name
{
	min-width:150px;
}
#data table td#details
{
	width:50px;
}

#data table th#source
{
	background:#660000 ;
	padding-left:20px;
	text-align:left;
}

tr.c2 
{
	background-color:#F2F2F2;
}
tr.c2 {
	background-color:#F2F2F2;
}
#data table th {
	background-color:#E89A11;
	color:#FFFFFF;
	padding:6px;
}

#data .details_div
{
	 visibility:hidden;	
	 width:240px;
	position:absolute;
	background:black;
	margin:-30px 10px 10px 10px;
	padding:10px;
}
#data .details_div table
{
	width:240px;
}
#data .details_div a
{
	color:#EF8C08;
}

/* End Sub Page */ 