@charset "utf-8";
/* CSS Document */

p, td, li {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

body {
	margin: 0;
    padding: 0;
	text-align: center;
}

#main {
    width: 780px;
	margin: 0;
    padding: 0;
	text-align: left;
	background: #FFF;
}

#main a, #main a:hover  {
    font-weight: normal;
    text-decoration: none;
}

#main a:hover  {
}

#scroller a:hover, #letters a:hover, .project-list a:hover, .page-selector a:hover, .results a:hover  {
    color: #C6191F;
}

#banner, #main-index, #country-list {
    clear: both;
    margin: 5px 2px;
    text-align: center;
}

#main-text {
    clear: both;
    margin: 5px;
}

#page-header {
    height: 200px;
    border: 1px solid #CCC;
	background: #EFE;
}

#nav-line, #contact-us  {
    margin-bottom: 20px;
    padding: 5px;
	color: #999;
    font-weight: bold;
}

#contact-us, #donate {
    font-weight: bold;
    padding: 2px 10px;
    font-size: 14px;
}
#contact-us {
	float: right;
}
#donate {
	margin: 0 2px;
	text-align: center;
    padding: 5px 10px;
	background: #FDBE56;
}
#donate a, #donate a:hover {
	color: #333;
    font-weight: bold;
}

#main .nav-item-crumb {
    font-weight: bold;
}

#main a.nav-item-crumb {
    color: #63619A;
    font-weight: bold;
}

#main a.nav-item-crumb:hover {
	color: #CE4652;
    font-weight: bold;
}

#main span.nav-item-crumb, #contact-us a, #contact-us a:hover  {
	color: #CE4652;
    font-weight: bold;
}

#nav-line div#contact-us {
    margin-left: 500px;
}

.heading, .heading2 {
    margin-bottom: 10px;
}
.heading {
	font-size: 16pt;
}
.heading2 {
	font-size: 13pt;
	font-style: italic;
	color: rgb(166, 166, 152);
}
.heading-right {
	font-size: 13pt;
}

/* Country page styles */
#country {
	float: left;
	width: 500px;
	border-right: 1px solid rgb(166, 166, 152);
}
.country-items-content {
	margin-bottom: 20px;
}

.country-items-content .heading {
	padding: 0.3em 0.5em;
	font-size: 1.5em;
	font-weight: normal;
}
.country-items-content .project-list-item {
	padding: 0.3em 0.5em;
}
.country-items-content .ui-widget-header{
	color: #444444;
}

.country-item {
    margin-bottom: 10px;
}
.country-item div {
    margin-bottom: 3px;
}

.tab-item {
	padding: .5em 1em;
}

#map img {
    border: 1px solid rgb(166, 166, 152);
}
.image {
    padding-left: 5px;
}

#flag {
    float: right; 
    width: 165px;
}

#country-data {
    margin-bottom: 10px;
    width: auto;
}
#country-data th, #country-data td {
    padding: 3px;
    font-size: 10pt;
}
#country-data th {
    text-align: left;
    padding-top: 10px;
}
#country-data td {
    text-align: left;
}
#country-data td.data-label {
    padding-left: 10px;
}
#country-data td.data-value {
    text-align: right;
    font-weight: bold;
    font-size: 10pt;
}

.new-item, .updated-item {
	color: #F00;
	font-size: 80%;	
    font-weight: bold;
    padding-left: 5px;
    font-style: italic;
}

.new-item {
	color: #F00;
}
.updated-item {
	color: #090;
}

#country-items {
    float: right;
    width: 260px;
}

.project-list {
    margin-bottom: 10px;
    overflow: auto;
}
.project-list div {
    padding: 3px 0;
    line-height: normal;
}
.project-list-heading {
    font-size: 12pt;
}
.project-list a {
    font-weight: normal;
}

.more-link {
	margin-top: 5px;
}

.more-link a, .more-link a:hover  {
	font-style: italic;
	font-weight: bold;
}
.more-link a {
	color: #666;
}

.none-found {
    padding: 10px 10px 20px 10px;
}

/* Project page styles */
#project  {
	padding: 3px;
	font-size: 11pt;
}
#text {
    font-weight: 550;
	vertical-align: top;
}
#text p, #text li {
	line-height: normal;
}	

#text p {
	padding: 5px 3px;
	margin: 0;
}	

#text ul {
	padding: 5px auto;
	margin: 0 auto;
}
#text li {
	padding-bottom: 5px;
}

.text-images {
	padding-right: 10px;
	border-right: 1px solid #CCC;
	vertical-align: top;
}
#images {
	width: 260px;
	overflow: auto;
	text-align: center;
	vertical-align: top;
}
.image {
	margin: 5px 0 0 0;
}

.updated {
	color: #999;
	font-size: 7pt;
	padding: 10px 0 0 5px ;
}

/* Scroller styles */
#scroller {
    margin-top: 5px;
    background: #CACAC1;
}
#scroller td {
    background: #CACAC1;
    padding: 5px 0;
    font-size: 13pt;
    vertical-align: middle;
}
#scroller td a, .scroller td a:visited {
    padding: 0 5px;
    font-weight: normal;
    color: #FFF;
    height: 26px;
    line-height: 26px;
}
#scroller td a:hover {
}
.spacer {
    color: #D31145;
    font-size: 10pt;
}

#letters {
    margin-top: 5px;
    background: #A6A698;
}

#letters td {
    text-align: center;
    color: #FFF;
    padding: 5px;
    cursor: pointer;
}
#letters td.hover {
    color: #D31145;
}

#move-left {
    padding-right: 10px;
    cursor: pointer;
}
#move-right {
    padding-left: 10px;
    cursor: pointer;
}

.footnote {
    padding-top: 10px;
    font-size: 7pt;
    color: #999;
}
.footnote a {
    color: #999;
}
.footnote a:visited {
    color: #999;
}


#updated-projects {
	padding: 10px 5px;
	text-align: left;
}
#load-icon { 
	padding: 5px;
	text-align: center;
}
#updated-projects div {
	font-weight: bold;
	padding: 3px;
	color: #D31145;
}
#updated-projects td {
	font-size: 11px;
	padding: 5px 10px;
	cursor: pointer;
}
#updated-projects td.item-type {
	font-weight: bold;
	color: #444;
	white-space: nowrap;
}
#updated-projects tr.hover td.project-name {
	color: #C6191F;
}
#updated-projects tr.new-date td {
	border-top: 1px solid #EEE;
}
#updated-projects td.date-field
{
	color: #63619A;
	font-weight: bold;
	white-space: nowrap;
}

.news-link {
	padding: 10px 0 0 ;
}
.news-link a {
	color: #C6191F;
    font-size: 12px;
}