/* styles.css */

/* WebEd User Styles*/

.Heading1, H1 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #950505;
	border-bottom: 3px solid #e8e4e4;
	padding-bottom: 5px;
	text-align: left;
}

.Heading2, H2 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #950505;
	text-align: left;
}

.Heading3, H3 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	text-align: left;
}
.Heading4, H4 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #705b3a;
	text-align: left;
	padding-bottom: 4px;
}
.Heading5, H5 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff8a00;
	text-align: left;
	padding-bottom: 4px;
}

.BodyText, p, span, td 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#222222; 
	line-height: 18px;
	text-align: justify;
}
.BodyTextWhite 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#FFFFFF; 
}
.BodyTextOrange
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#f7941e; 
}
.BodyTextBrown
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#705b3a; 
}
.AltBodyText 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#950505;
	text-align: right;
	font-style: italic;
}
.Image 
{
	border: 1px solid #888888;
}
.ImageCaption
{
	font-size: 11px;
	font-weight: normal;
	background: #ECECEC;
	padding: 6px;
	color: #50272b;
	border-bottom: 1px dotted #50272b;
	text-align: left;
	display: inline-block;
}
.Bullets, ul, li 
{
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-image: url(../images/Content/bullet.gif);
}

.AltBullets 
{
	font-size:12px; 
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: square;
}

.Table
 {
	padding: 8px;
 }
 .RowPurple
 {
	background: #f3f3f3;
	color: #333333;
	font-weight: bold;
	border-bottom: #f7941e 1px dotted;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }
 .RowGrey
 {
	background: #e8e4e4;
	border-bottom: #f7941e 1px solid;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }
  .Rowwhite
 {
	background: #FFFFFF;
	color: #FFFFFF;
	border-bottom: #8f7aae 1px solid;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
 }



.Link 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#a72222;
	font-weight:bold;
}

.AltLink1 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

.AltLink2 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#f7941e;
	font-weight:bold;
}
.Members
{
	text-transform: uppercase;
	color: #cccccc;
	font-size: 10px;
}

.CountryTable
{
	width: 96%;
}

.Country
{
	padding-left: 10px;
	padding-right: 10px;
	BORDER-BOTTOM: #05a5c8 1px dashed;
	color:#705b3a; 
}

.Country td
{
	padding-left: 10px;
	padding-right: 10px;
	BORDER-BOTTOM: #05a5c8 1px dashed;
	color:#705b3a; 
} 

/*Customer Specific Styles*/

/*
	We can add customer specific styles here.
*/

/*
.customStyle1
{
}

.customStyle2
{
}

*/
.MicroFinanceLink
{
	background:url('../images/content/Focus_Microfinance.gif');
	width:113px;
	height:58px;
	padding-top: 18px;
	text-align:  center;
	color: #a62122;
	font-weight: bold;
	text-decoration: none
	font-size: 9px;
}

.LivelihoodsLink
{
	background:url('../images/content/focus_livliehoods.gif');
	width:113px;
	height:58px;
	color: #a62122;
	font-weight: bold;
	text-decoration: none
	font-size: 9px;
	padding-top: 18px;
	text-align:  center;
}

.LiterarySkillsLink
{
	background:url('../images/content/Focus_Literacy_skills.gif');
	width:113px;
	height:58px;
	color: #a62122;
	font-weight: bold;
	text-decoration: none
	font-size: 9px;;
	padding-top: 18px;
	text-align:  center;
}

.MicroFinanceLink:hover
{
	background:url('../images/content/Focus_Microfinance_ON.gif');
	width:113px;
	height:58px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none
	font-size: 9px;
	padding-top: 18px;
	text-align:  center;
}

.LivelihoodsLink:hover
{
	background:url('../images/content/focus_livliehoods_ON.gif');
	width:113px;
	height:58px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none
	font-size: 9px;
	padding-top: 18px;
	text-align:  center;
}

.LiterarySkillsLink:hover
{
	background:url('../images/content/Focus_Literacy_skills_ON.gif');
	width:113px;
	height:58px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none
	font-size: 9px;
	padding-top: 18px;
	text-align:  center;
}

.contentTD
{
	background-color:#FFFFFF;
}


/* End Customer Specific Styles */


/* Developer Styles - Customers might want to use some of these. */

/* Section 1 - Customer Usable */

/* Styles for Testimonials */

.TestimonialBody
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#705b3a;
	text-align: left;
	font-style: italic;

}
.TestimonialTag
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#705b3a;
	text-align: left;
}

/* Styles for Page Title and Edit Links */

.pageTitle
{
	font-weight:normal;
	color: #705b3a;
}

.pageEditLink
{
	font-size:9px;
	text-decoration:none;
}

.menuLink
{
	font-weight:bold;
	color:#a72222;
}

.menuOpenedLink
{
	font-weight:bold;
	color:#a72222;
}


/* style for show_location() 
	breadcrumbLink
*/
.BreadCrumbLink
{
	color:#b4b3b3;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.BreadCrumbOpenedLink
{
	color:#b4b3b3;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.copyright
{
	font-weight:bold;
}

.footerLink
{
	margin:0px;
	color: #705b3a;
}

.MOTDQuote
{
	font-family: Georgia, Times New Roman;
	font-style:italic;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #3c270b;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 8px;
	display: inline-block;
}

.MOTDQuoted
{
	font-family: Georgia, Times New Roman;
	font-style:italic;
	font-size: 12px;
	font-weight: normal;
	color: #3c270b;
	padding-left: 8px;
	padding-right: 8px;
}

.MOTDCell
{
	background:url('../images/highlights/bgd.gif');
	padding-left: 0px;
	padding-right:0px;
}

/* Customers don't need to use anything below this, just using big red fonts as a separator */

.PleaseDoNotUseStylesBelowThis
{
	color: red;
	font-size:14px;
}

/* Section 2 - Developer Use Only */

.SitemapMainUL
{
	color:#000000;
}

.SitemapUL1
{
	color:#110000;
}

.SitemapUL1 li
{
	color:#110000;
}

.SitemapUL2
{
	color:#220000;
}

.SitemapUL2 li
{
	color:#220000;
}

.SitemapUL3
{
	color:#330000;
}

.SitemapUL3 li
{
	color:#330000;
}

.SitemapUL4
{
	color:#440000;
}

.SitemapUL4 li
{
	color:#440000;
}

.SitemapUL5
{
	color:#550000;
}

.SitemapUL5 li
{
	color:#550000;
}

.SitemapUL6
{
	color:#660000;
}

.SitemapUL6 li
{
	color:#770000;
}

.SearchResultTable
{
	width:100%;
}

.SearchResultTable tr
{
	text-align:left;
}

.SearchResultTitle
{
	font-weight:bold;
}

.SearchResultCaption
{
	font-size:12px;
}

.SearchResultMoreLink
{
	text-decoration:none;
}

.SearchResultMoreTD
{
	text-align:right;
}

.SearchForm
{
	width:100%
}

.SearchForm table
{
	width:100%;
}

.SearchFormTextBox
{
	/*size:50;*/
	background-image:url('../images/Template_images/BGD_input_field.gif');
	background-repeat:repeat-x;
	border: solid 1px #999999;
	height:20px;
	width: 135px;
	padding-left:5px;
}
.SearchButton 
{
	/*background-color: #3d84cc; */
	background-image:url('../images/Form/btn_search.gif');
	background-repeat:no-repeat;
	border: none;
	
	/*color: #ffffff; 
	border-left: solid 1px #EDEDED; 
	border-top: solid 1px #EDEDED; 
	border-right: solid 1px #848284;
	border-bottom: solid 1px #848284;

	/*padding: 2px;
	font-weight: bold;
	font-family: Trebuchet MS;*/
	font-size: 0;
	width:71px;
	height:23px;
}
input
{
	background-image:url('../images/Form/BGD_input_field.gif');
	border: 1px solid #b4b3b3;
}
.SearchTD
{
	background:url('../images/highlights/BGD_search.gif');
	padding-left: 4px;
	padding-right: 4px;
}

/* Default Styles for common HTML tags, please update to keep uniform look and feel across the site */

/*Default body style, font-color and size needs to be same as BodyText class above */

html,body
{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#006699; 
}

/*Default Link style, exactly same as Link class above */

a:link, a:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#a72222;
	font-weight:bold;
}
a:hover, a:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#4d3210;
	font-weight:bold;
}

/* 
	Additional Link Styles (link, hover, visited, active) for Link, AltLink1 and AltLink2 (and pretty much all the links used across the website) 
	Each of the links have 5 different property, we have kept the default one at the top
	for the customers to see, the rest need to go here.
*/

a.Link:link, a.Link:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
	font-weight:bold;
}
a.Link:hover, a.Link:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#990066;
	font-weight:bold;
}
a.AltLink1:link, a.AltLink1:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

a.AltLink1:hover, a.AltLink1:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration: underline;
}
a.AltLink2:link, a.AltLink2:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#f7941e;
	font-weight:bold;
	text-decoration: none;
}

a.AltLink2:hover, a.AltLink2:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#950505;
	font-weight:bold;
	text-decoration: none;
}
a.Members:link, a.Members:visited
{
	text-transform: uppercase;
	color: #cccccc;
	font-size: 10px;
	text-decoration: none;
}
a.Members:hover, a.Members:active
{
	text-transform: uppercase;
	color: #cccccc;
	font-size: 10px;
	text-decoration: underline;
}



a.pageEditLink:link, a.pageEditLink:visited
{
	font-size:9px;
	text-decoration:none;
}

a.pageEditLink:hover, a.pageEditLink:active
{
	font-size:9px;
	text-decoration:none;
}
a.menuLink:link, a.menuLink:visited
{
	color:#aeadad;
	font-weight:bold;
	text-decoration: none;
	font-size: 102%;
}

a.menuLink:hover, a.menuLink:active
{
	color:#a72222;
	font-weight:bold;
	text-decoration: none;
	font-size: 102%;
}
a.menuOpenedLink:link, a.menuOpenedLink:visited
{
	color:#a72222;
	font-weight:bold;
	text-decoration: none;
	font-size: 102%;
}

a.menuOpenedLink:hover, a.menuOpenedLink:active
{
	color:#aeadad;
	font-weight:bold;
	text-decoration: none;
	font-size: 102%;
}
a.subsectionsLink:link, a.subsectionsLink:visited
{
	color:#ff0000;
	font-weight:bold;
}

a.subsectionsLink:hover, a.subsectionsLink:active
{
	color:#ff0000;
	font-weight:bold;
}
a.SearchResultMoreLink:link, a.SearchResultMoreLink:visited
{
}

a.SearchResultMoreLink:hover, a.SearchResultMoreLink:active
{
}
a.subsectionsOpenedLink:link, a.subsectionsOpenedLink:visited
{
	color:#00ff00;
	font-weight:bold;
}

a.subsectionsOpenedLink:hover; a.subsectionsOpenedLink:active
{
	color:#00ff00;
	font-weight:bold;
}

a.breadCrumbLink:link, a.breadCrumbLink:visited
{
	color:#b4b3b3;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: underline;
}

a.breadCrumbLink:hover, a.breadCrumbLink:active
{
	color:#b4b3b3;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: underline;
}
a.footerLink:link, a.footerLink:visited
{
	margin:0px;
	color: #705b3a;
	font-weight: normal;
	text-decoration: none;
}
a.footerLink:hover, a.footerLink:active
{
	margin:0px;
	color: #f7941e;
	font-weight: normal;
	text-decoration: none;
}
.MenuLinkTable
{
	margin-top: 22px;
	margin-left:5px;
	width:150px;
}

.MenuLinkCell
{
	height:38px;
	padding-left:5px;
	border-bottom: 3px solid #e8e4e4;
}

.MenuLinkCellOver
{
	height:38px;
	padding-left:5px;
	border-bottom: 3px solid #b22520;
}

.MenuLinkCellSelected
{
	height:38px;
	padding-left:5px;
	border-bottom: 3px solid #666666;
}

.MenuLinkCellSelectedOver
{
	height:38px;
	padding-left:5px;
	border-bottom: 3px solid #666666;
}

.MenuLinkCell a:link, .MenuLinkCell a:visited, .MenuLinkCell a:active
{
	color:#aeadad;
	font-weight:bold;
	text-decoration: none;
	font-size: 102%;
}

.MenuLinkCell a:hover
{
	color:#a72222;
	font-weight:bold;
	text-decoration: none;
	font-size: 102%;
}

.MenuLinkCellOver a:link, .MenuLinkCellOver a:visited, .MenuLinkCellOver a:active
{
	color:#666666;
	font-weight:bold;
	text-decoration: none;
	font-size: 102%;
}

.MenuLinkCellOver a:hover
{
	color:#a72222;
	font-weight:bold;
	text-decoration: none;
	font-size: 102%;
}

.MenuLinkCellSelected a:link, .MenuLinkCellSelected a:visited, .MenuLinkCellSelected a:active,.MenuLinkCellSelected a:hover
{
	color:#aeadad;
	font-weight:bold;
	text-decoration: none;
	font-size: 102%;
}

.MenuLinkCellSelectedOver a:link, .MenuLinkCellSelectedOver a:visited, .MenuLinkCellSelectedOver a:active,.MenuLinkCellSelectedOver a:hover
{
	color:#a72222;
	font-weight:bold;
	text-decoration: none;
	font-size: 102%;
}

.MenuBookMarkDiv
{
	background-color: #e5f3d0;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

.MenuBookMarkUL
{
	padding-left: 5px;
	padding-top: 5px;
	list-style-image: url(../images/point_blue.gif);
}

.MenuBookMarkUL li
{
	padding-bottom: 3px;
}

.MenuBookMarkUL li a:link, .MenuBookMarkUL li a:visited, .MenuBookMarkUL li a:active
{
	color: #2c6698; 
	text-decoration: underline;
}

.MenuBookMarkUL li a:hover
{
	color: #2c6698;
	text-decoration:none;
}

/* Associates List Style BEGIN */
.AssociatesListTitle
{
	background-color:a4a4a4;
}

.AssociatesListTitle td
{
	font-color:#000000;
}


.AssociatesList
{
	background-color:e2e2e2;
}

.AssociatesList td
{
	color:#000000;
}

.AssociatesList td a
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:active
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:visited
{
	color:#0000ff;
	text-decoration:none;
}

.AssociatesList td a:hover
{
	color:#0000ff;
	text-decoration:none;
}

/* Associates List Style END */

/* Associate Detail Style BEGIN */

.AssociateDetailsTitle
{
	background-color:a4a4a4;
}

.AssociateDetailsTitle td
{
	color:#000000;
}

.AssociateDetails
{
	background-color:e2e2e2;
}

.AssociateDetails td
{
	color:#ff0000;
}

.AssociateDetails td a
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:hover
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:active
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetails td a:visited
{
	color:#0000ff;
	text-decoration:none;
}

.AssociateDetailsGoBackLink
{

}

.AssociateDetailsGoBackLink td
{

}

.AssociateDetailsGoBackLink td a
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:hover
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:visited
{
	color:00ff00;
	text-decoration:none;
}

.AssociateDetailsGoBackLink td a:active
{
	color:00ff00;
	text-decoration:none;
}

.FooterLabels
{	
	color: #705b3a;
	font-weight: bold;
	vertical-align: middle;
}

.HomePageLinks
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#950505;
	font-weight:bold;
}

a.HomePageLinks:link, a.HomePageLinks:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#950505;
	font-weight:bold;
	text-decoration: none;
}

a.HomePageLinks:hover, a.HomePageLinks:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#f7941e;
	font-weight:bold;
	text-decoration: none;
}
