/**/
html {
	/*height: 100%;*/
	padding: 0;
	margin: 0;
	/*background: rgb(158,164,174);  Old browsers */
	BACKGROUND-COLOR: #F0F0F0; 
	//background: rgb(186,208,194);
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
}

html, body, div, table, ul, li, h1, a, h1, h2, h3 {
	/*border: 1px solid gray;*/
}

.container_16 {
	background-color: white;


}

div#wrapper {
	position: relative;
	/*border: 1px solid yellow;*/
	min-height: 100%;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);


}

/*===================================================

H   H  EEEEE   AAA   DDDD   EEEEE  RRRR  
H   H  E      A   A  D   D  E      R   R
HHHHH  EEEEE  AAAAA  D   D  EEEEE  RRRR 
H   H  E      A   A  D   D  E      R  R 
H   H  EEEEE  A   A  DDDD   EEEEE  R   R 

----------------------------------------------------*/

div#title_wrapper {
	/*border: 1px solid red;*/
	width: 100%;
	margin: 18px 0px;
	padding: 0 0;
	overflow: hidden;
	height: 50px;
	width: 65%;
	/*margin-bottom: 20px;*/
	/*margin-top: 20px;*/
	margin-left: auto;
	margin-right: auto;
}

div#country_title_wrapper {
	overflow: hidden;
	/*border: 1px solid red;*/
	float: left;
	margin-left: 20px;
	/*width: 100%;
	margin: 30px 0px;
	padding: 0 0;
	overflow: hidden;
	height: 60px;
	width: 80%;
	/*margin-bottom: 20px;*/
	/*margin-top: 20px;*/
	/*margin-left: auto;
	margin-right: auto;*/
}

div#logo {
	float: left;
	margin: 0 0;
	padding: 0 0;
	margin-right: 30px;
	/*margin-right: 20px;*/
	/*border: 1px solid black;*/
	line-height: 0px;
}


div#country_title_wrapper div#logo {
	float: left;
	margin: 0 0;
	padding: 30px 0px;
	margin-right: 10px;
	/*margin-right: 20px;*/
	/*border: 1px solid black;*/
	line-height: 20px;
}

div#header h1#common_title {
	
	/*border: 1px solid black;*/
	text-align: left;
	/*height: 155px;*/
	line-height: 55px;
	font-size: 40px;
	color: #30734a;
	margin: 0 0;
	padding: 0 0;
	height: 100%;
}

div#header {
	/*border: 1px solid purple;*/
	overflow: hidden;
}

div#header h1#country_title, div#header h1#country_title a {
	
	/*border: 1px solid orange;*/
	text-align: left;
	/*width: 100%;*/
	/*height: 155px;*/
	line-height: 40px;
	font-size: 26px;
	color: #30734a;
	/*float: left;*/
	font-family: Tahoma;
	padding: 30px 0px;
	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/
	text-decoration: none;
	margin: 0 0;
	/*margin-top: 40px;*/


/*background: #f6f6f6;*/


}



/*===================================================

M   M  EEEEE  N   N  U   U 
MM MM  E      NN  N  U   U
M M M  EEEEE  N N N  U   U
M   M  E      N  NN  U   U
M   M  EEEEE  N   N   UUU 

----------------------------------------------------*/

div#common_menu {
	overflow: hidden;
	/*float: right;*/
	border: 1px solid green;
	padding: 0 0;
	margin: 0 0;
	width: 100%;
}

ul#common_menu {
	/*border: 1px solid blue;*/
	/*width: 100%;*/

	overflow: hidden;
	/*height: 46px;*/
	/*border-top: 1px solid #1f4c31;*/
	/*border-bottom: 1px solid #042044;*/
	border-bottom: 1px solid #3f9560;
	list-style: none;
	margin: 0 0;    
	padding: 0 0;
	/*padding-left: 0;*/
	background-image: url("../img/menu_item_bg.png");
	background-repeat: repeat-x;
}

ul#common_menu li {
	float: left;
	margin: 0 0;
	color: white;
	/*font-size: 14px;*/
	font-size: 0.875em;
	/*line-height: 24px;*/
	text-align: center;
	
	height: 35px;
	/*border-right: 1px solid white;*/
}

ul#common_menu li.single {
	/*font-size: 14px;*/
	font-size: 0.875em;
	line-height: 27px;

}

ul#common_menu li.first a{
	border: none;
}

ul#common_menu .active {
	background-color: white;
}

ul#common_menu li a{
	color: #f4c22c;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	/*padding: 0;*/
	padding-top: 4px;
	padding-bottom: 0;
	margin: 0;
	/*border-right: 1px solid white;*/
	border-left: 1px solid white;
}

ul#common_menu li a:hover{
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	/*padding: 0;*/
	padding-top: 4px;
	padding-bottom: 0;
	margin: 0;
	background-image: url("../img/menu_onitem_bg.png");
	background-repeat: repeat-x;
	/*border-left: 1px solid white;*/
	/*font-weight: bold;*/
}

ul#common_menu li.active a{
	color: white;
	background-image: url("../img/menu_activeitem_bg.png");
	background-repeat: repeat-x;
	text-decoration: none;
	font-weight: bold;
}

li.index { width: 12.5%;}
/*li.team { width: 11.1%;}*/
li.about { width: 12.5%;}
li.methods { width: 12.5%;}
li.data_formats { width: 12.5%;}
li.news { width: 12.5%;}
li.data { width: 12.5%;}
li.terms { width: 12.5%;}
li.contact { width: 12.5%;}
li.faq { width: 12.5%;}

/*==========================================================
Country menu  */

div#country_menu {
	position: absolute;
	right: 0;
	/*float: right;*/
	padding-right: 10px;
}

ul#country_menu {
	/*border: 1px solid red;*/
	overflow: hidden;
	list-style: none;
	/*margin: 0 0;*/
	padding-left: 0;
	margin-top: 10px;
}

ul#country_menu li {
	float: left;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	

	font-family: Verdana, Arial, Helvetica, Tahoma;
	
	height: 25px;
	border-right: 1px solid #30734a;
}

ul#country_menu li.last {
	border-right: none;
}

ul#country_menu li a{
	color: #30734a;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

ul#country_menu li a:hover{
	/*color: #f4c22c;*/
	/*color: #f5821f;*/
	text-decoration: underline;
	font-weight: bold;
	/*font-size: 16px;*/
}

/*ul#common_menu li a{
	color: white;
	text-decoration: none;
}*/

/*===================================================

 CCC    OOO   N   N  TTTTT  EEEEE  N   N  TTTTT 
C   C  O   O  NN  N    T    E      NN  N    T  
C      O   O  N N N    T    EEEEE  N N N    T  
C   C  O   O  N  NN    T    E      N  NN    T  
 CCC    OOO   N   N    T    EEEEE  N   N    T   

----------------------------------------------------*/

div#content {
	/*border: 1px solid yellow;*/
	margin-top: 10px;
	padding-top: 0;
	/*padding: 0 0;*/
	height: 100%;
	min-height: 511px;
	padding-bottom: 0px;
	/*overflow: hidden;*/
	font-family: Verdana, Arial, Helvetica, Tahoma;
}

div#content h1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

div#content p {
	text-align: justify;
	font-size: 14px;
}

div#content h1#under_construction {
	padding-top: 40px;
	color: #30734a;
}

/*==========================================================
Project team  */

div#team_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	padding-top: 40px;
	padding-left: 60px;
}

div#team_wrapper h2 {
	font-size: 18px;
	color: #30734a;

	width: 70%;
	font-weight: bold;
	padding: 0;
	margin-left: 0;
	margin-bottom: 40px;
}

div#team_wrapper div {
	width: 50%;
	float: left;
}

div#team_wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#team_wrapper ul li {
	line-height: 30px;
}

/*==========================================================
news  */

div#news_table_wrapper {

}

div#news_table_wrapper table#news_table {
	width: 100%;
}

table#news_table th {
	color: white;
	background-image: url("../img/menu_item_bg.png");
	background-repeat: repeat-x;
	/*margin: 10px;*/
	/*padding: 10px;*/
	border: 2px solid white;
	height: 40px;
	font-size: 14px;
}

table#news_table td {
	background-color: #f6f6f6;
	height: 30px;
	padding-left: 20px;
}


/*==========================================================
data_availability  */

div#data_availability_table_wrapper {

}

table#data_availability_table {
	width: 100%;
}

table#data_availability_table th {
	color: white;
	background-image: url("../img/menu_item_bg.png");
	background-repeat: repeat-x;
	border: 3px solid #dce8f5;
	height: 22px;
	font-size: 0.875em;
	font-weight: normal;
}

table#data_availability_table td {
	background-color: #eff2f6;
	padding-left: 20px;
	height: 30px;
	border: 3px solid #dce8f5;
}

table#data_availability_table td.center {
	text-align: center;
	padding-left: 0;
}

/*==========================================================
links  */

div#links_list_wrapper {
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

ul#links_list  {
	display: inline-block;
	list-style: none;
	text-align: left;
	padding: 0;
	font-size: 20px;
	line-height: 40px;
}

h2{
	color: #30734a;
	font-size: 20px;
}
h3{
	color: #30734a;
	font-size: 14px;
}
/*==========================================================
contact  */

div#contact_form_wrapper {
	width: 100%;
	/*border: 1px solid black;*/
	padding-top: 30px;
}

div#contact_form_wrapper h2{
	color: #30734a;
	font-size: 20px;
}

form#contact_form {
	border: 1px solid #bad0c2;
	width: 100%;
	background-color: #f6f6f6;
	padding: 20px;
	margin-left: -20px;
}

table#contact_form {
	/*border: 1px solid black;*/
	width: 100%;
}

table#contact_form tr {
	height: 30px;
}

table#contact_form input#button {
	/*border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; */
	border: 1px solid #30734a;
	height: 25px;
	width: 200px;
	font-weight: bold;
	color: darkgreen;

	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDczNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(255,255,255) 1%, rgb(48,115,74) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(255,255,255)), color-stop(100%,rgb(48,115,74))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,255,255) 1%,rgb(48,115,74) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,255,255) 1%,rgb(48,115,74) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,255,255) 1%,rgb(48,115,74) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,255,255) 1%,rgb(48,115,74) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#30734a',GradientType=0 ); /* IE6-8 */
}

/*==========================================================
faq  */

div#faq_wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	padding-top: 5px;
}

div#faq_wrapper p{
	font-size: 10.5pt;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

div#faq_wrapper p.question {
	color: #30734a;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
}

div#faq_wrapper p.answer {
	font-size: 10.5pt;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

/*==========================================================
all_data_zip  */

div#all_data_zip_wrapper {
	border: 1px solid black;
	margin-bottom: 20px;
}

table.all_data_zip {
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	width: 90%;
	border: 1px solid black;
	font-size: 15px;
	/*background-color: #e8eff7; */
}

table.all_data_zip th {
	text-align: left;
	border: 1px solid black;
	padding: 20px 10px;
	color: #30734a;
	font-size: 16px;
}

table.all_data_zip td {
	border: 1px solid black;
	text-align: left;
	padding: 5px 20px;

}

table.all_data_zip a {
	color: black;
}

table.all_data_zip a:hover {
	color: #30734a;
}

/*==========================================================
complete_list_of  */

div#complete_list_of {
	/*border: 1px solid black;*/
	/*overflow: hidden;*/
	margin-bottom: 20px;
}

div#complete_list_of table {
	list-style: none;
	font-weight: bold;
	/*font-size: 15px;*/
	/*border: 1px solid black;*/
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 0;
	margin-top: 30px;
}

div#complete_list_of a{
	color: black;
}

div#complete_list_of a:hover{
	color: #30734a;
}

div#complete_list_of a.red {
	color: red;
}

div#complete_list_of a.red:hover {
	color: darkorange;
}

/*==========================================================
countries_table  */

div#countries_table_wrapper {
	clear: both;
	height: 100%;
	padding-top: 10px;
	/*border: 1px solid yellow;*/
}

table#countries_table {
	/*border: 1px solid black;*/
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 14px;
}

table#countries_table tr.odd {
	background-color: #f6f6f6;
}

table#countries_table tr.even {
	background-color: #bad0c2;
}

table#countries_table td {
	padding: 5px 10px;
	border: 4px solid white;
}

table#countries_table a {
	color: black;
}

table#countries_table a:hover {
	/*color: darkgreen;*/
	color: #f5821f;
	text-decoration: none;
}

/*==========================================================
data_table  */

div#data_table_wrapper {
	/*border: 1px solid red;*/
	/*overflow: hidden;*/
	width: 100%;
}

table#data_table {
	width: 100%;
	/*border: 1px solid black;*/
	/*overflow: hidden;*/
}

table#data_table td {
	
	/*padding-top: 10px;*/
	background-color: #f6f6f6;
	border: 2px solid white;
	padding: 5px 5px;
	font-size: 15px;
	/*border: 1px solid black;*/
	
}

table#data_table td.title{
	/*font-weight: bold;*/
	/*padding-top: 40px;*/
	padding-left: 10px;
	vertical-align: middle;
	text-align: center;
	background-color: #30734a;
	font-size: 18px;
	color: white;
	line-height: 20px;
	padding: 5px 0px;
}

table#data_table td.sub_title {
	background-color: #bad0c2;
	font-weight: bold;
	/*padding-top: 40px;*/

	padding-left: 10px;
	vertical-align: middle;
	font-size: 14px;
	color: #30734a;
	line-height: 18px;
	text-align: center;
	padding: 5px 5px; 
}

table#data_table td.news_table {
	vertical-align: top;
}

table#data_table td.sub_title_gray {
	background-color: #6e6e6e;
	font-weight: bold;
	/*padding-top: 40px;*/

	padding-left: 10px;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	padding: 5px 5px; 
}


table#data_table td.gray {
	background-color: #f2f2f2;
}
table#data_table td.ref_code_rem {
	background-color: #f2f2f2;
	font-size: 14px;
	text-decoration:line-through;
	}
table#data_table a.gray {
	/*font-weight: bold;*/
	text-decoration: none;
	
	color: #000000;
	/*font-size: 15px;*/
}


table#data_table a {
	/*font-weight: bold;*/
	text-decoration: none;
	
	color: #30734a;
	/*font-size: 15px;*/
}

table#data_table td.ref_code {
	font-size: 14px;
}

table#data_table td.row_t {
	font-size: 14px;
	color: #30734a;
	font-weight: bold;
}

table#data_table a:hover {
	/*color: darkorange;*/
	/*color: #f5821f;*/
	text-decoration: underline;
	/*font-weight: bolder;*/
}

a.click_here {
	font-style: italic;
	text-decoration: none;
	color: #30734a;
	
}

a.click_here:hover {
	text-decoration: underline;
}

a.inline {
	text-decoration: none;
	color: #30734a;
	
}

a.inline:hover {
	text-decoration: underline;
}

/*==========================================================
source_table  */

div#source_table_wrapper {
	margin-top: 30px;
}

table#source_table {
	padding: 10px;
	/*margin:10px;	*/
	width: 100%;
}

table#source_table th {
	color: white;
	background-image: url("../img/menu_item_bg.png");
	background-repeat: repeat-x;
	/*margin: 10px;*/
	/*padding: 10px;*/
	border: 2px solid white;
	height: 20px;
	font-size: 14px;

}

table#source_table td {
	border: 2px solid white;
	background-color: #f6f6f6;
	font-size: 14px;
	padding: 10px 10px;
}

table#source_table td.title{
	padding-left: 10px;
	vertical-align: middle;
	text-decoration: center;
	background-color: #30734a;
	font-size: 18px;
	color: white;
	line-height: 20px;
	text-align: center;
}

table#source_table td.sub_title {
	background-color: #bad0c2;
	font-weight: bold;
	/*padding-top: 40px;*/
	padding-left: 10px;
	vertical-align: middle;
	font-size: 16px;
	color: #30734a;
	line-height: 18px;
	text-align: center;
	padding: 5px 5px;
}

.center {
	text-align: center;
}

table#source_table td a {
	color: #30734a;
	text-decoration: none;
	/*font-weight: bold;*/
}

table#source_table td a:hover {
	/*color: #009e9a;*/
	text-decoration: underline;
	/*color: darkorange;*/
	/*color: #f5821f;*/
}

th.a {
	width: 20%;
}

td.b {
	text-align: center;
}

h1.country {
	font-size: 36px;
	color: #30734a;
}

h1.country.a {
	font-size: 28px;
	color: #30734a;
}

span.bold_text_1 {
	font-weight: bold;
	color: #30734a;
}

span.bold_text_2 {
	font-weight: bold;
	color: #009e9a;
	text-decoration: underline;
}

a.link_style_1 {
	text-decoration: none;
	color: #30734a;
	font-weight: bold;
}

a.link_style_1:hover {
	text-decoration: underline;
	color: #009e9a;
	font-weight: bold;
}

a.link_style_2 {
	text-decoration: none;
	color: #009e9a;
	font-weight: bold;
}

a.link_style_2:hover {
	text-decoration: underline;
	color: #009e9a;
	font-weight: bold;
}

p.indent_p {
	text-indent: -50px;
	padding-left: 50px;
}


/*===================================================

FFFFF   OOO    OOO   TTTTT  EEEEE  RRRR  
F      O   O  O   O    T    E      R   R
FFF    O   O  O   O    T    EEEEE  RRRR 
F      O   O  O   O    T    E      R  R 
F       OOO    OOO     T    EEEEE  R   R 

----------------------------------------------------*/

div#footer {
	/*position: absolute;*/
	/*bottom: 0;*/
	clear: both;
	/*border: 1px solid green;*/
	/*text-align: center;*/
	/*height: 160px;*/
	/*width: 100%;*/
	/*padding: 0 0;*/
	/*margin: 0 0;*/




	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDczNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(255,255,255) 1%, rgb(48,115,74) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(255,255,255)), color-stop(100%,rgb(48,115,74))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,255,255) 1%,rgb(48,115,74) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,255,255) 1%,rgb(48,115,74) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,255,255) 1%,rgb(48,115,74) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,255,255) 1%,rgb(48,115,74) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#30734a',GradientType=0 ); /* IE6-8 */

}

div#pre_footer {
	font-size: 12px;
	text-align: center;
	color: red;
}

#footer_line {
	clear: both;
	/*border: 1px solid purple;*/
	overflow: hidden;
	height: 2px;
	/*background-color: #30734a;*/
	background-color: darkgreen;
	margin-top: -10px;
	/*width: 100%;*/
}

#header_line {
	clear: both;
	/*border: 1px solid purple;*/
	overflow: hidden;
	height: 8px;
	background: rgb(48,115,74); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNzM0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(48,115,74) 0%, rgb(255,255,255) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(48,115,74)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(48,115,74) 0%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(48,115,74) 0%,rgb(255,255,255) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(48,115,74) 0%,rgb(255,255,255) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(48,115,74) 0%,rgb(255,255,255) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30734a', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}

#footer_line2 {
	clear: both;
	/*border: 1px solid purple;*/
	overflow: hidden;
	height: 2px;
	background-color: #f4c22c;
	/*width: 100%;*/
}

div#partners_wrapper {
	overflow: hidden;
	/*border: 1px solid black;*/
	margin-left:auto;
	margin-right:auto;
	width: 95%;
}

ul#partners {
	/*border-top: 2px solid #042044;*/
	
	/*border: 1px solid black;*/

	/*overflow: hidden;
	padding-top: 10px;
	padding: 0 0;
	list-style: none;*/
	/*text-align: center;*/
}

div#copyright {
	/*border-top: 2px solid #042044;*/
	overflow: hidden;
	/*border: 1px solid black;*/
	font-size: 11px;
	overflow: hidden;
	padding-top: 10px;
	padding: 0 0;
	margin-top: 20px;
	list-style: none;
	color: white;
	/*text-align: center;*/
}

div#footer_right {
	/*border-top: 2px solid #042044;*/
	overflow: hidden;
	/*border: 1px solid black;*/
	font-size: 11px;
	overflow: hidden;
	padding-top: 10px;
	padding: 0 0;
	margin-top: 20px;
	list-style: none;
	color: white;
	TEXT-ALIGN: right; 
	PADDING-RIGHT: 15px; 
	FLOAT: right;
}

DIV#footer_right A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
DIV#footer_right A:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
DIV#footer_right A:hover {
	COLOR: #c8e0e5; TEXT-DECORATION: none
}
DIV#footer_right A:active {
	COLOR: #c8e0e5; TEXT-DECORATION: none
}



ul#partners li {
	float: left;
	margin-left:10px;
	margin-right:10px;
	/*margin-left:auto;*/
/*margin-right:auto;*/
	/*border: 1px solid green;*/
}

table#institutes {
	/*border: 1px solid black;*/
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0 0;
	width: 80%;
}

table#institutes td{
	/*border: 1px solid black;*/
}

table#institutes td.l {
	text-align: left;
	/*padding: 10px 10px;*/
}

table#institutes td.r {
	text-align: right;
	/*padding: 10px 10px;*/
}

table#institutes td.c {
	text-align: center;
	width: 45%;
	font-size: 11pt;
	/*padding: 10px 10px;*/
}

a#refbc {
	/*border: 1px solid black;*/
	width: 95%;
	display: block;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

.ined {
	text-align: center;
	margin-left:10px;
	margin-right:10px;
	display: block;
	font-size: 10px;
	font-family: Tahoma;
}

a.inedlib {
     text-decoration: none;
      color: #30734a;
	  }

