/* Added Designs for GrassrootWiki */

.main_portal {
	float:left;
	clear:left;
	padding:20px; 
	padding-left:0; 
	padding-top:0; 
	padding-bottom:10px;
}

.portal_link {
	text-align: left; 
	font-size:130%; 
	border-bottom: solid 2px; 
	margin-bottom:5px;
}

body.page-Main_Page #firstHeading { display: none; } /* Hides the Main Page Title */
body.page-Main_Page #mw_header { display: none; }
body.page-Main_Page #mw_content { background-color: none; }


body.page-Portal_Water_Sanitation_Hygiene #firstHeading { color: #6899AE; border-bottom-color: #6899AE; }
body.page-Portal_Water_Sanitation_Hygiene h2 { color: #6899AE; border-bottom-color: #6899AE; padding-top:0; margin-top:0; }
body.page-Portal_Water_Sanitation_Hygiene h2 a:link { color: #6899AE; }
body.page-Portal_Water_Sanitation_Hygiene h2 a:visited { color: #6899AE; }
body.page-Portal_Water_Sanitation_Hygiene h2 a.new:link { color: #ba0000; }
body.page-Portal_Water_Sanitation_Hygiene h2 a.new:visited { color: #a55858; }

body.page-Portal_Shelter_Housing #firstHeading { color: #C1905A; border-bottom-color: #C1905A; }
body.page-Portal_Shelter_Housing h2 { color: #C1905A; border-bottom-color: #C1905A; padding-top:0; margin-top:0; }
body.page-Portal_Shelter_Housing h2 a:link { color: #C1905A; }
body.page-Portal_Shelter_Housing h2 a:visited { color: #C1905A; }
body.page-Portal_Shelter_Housing h2 a.new:link { color: #ba0000; }
body.page-Portal_Shelter_Housing h2 a.new:visited { color: #a55858; }

body.page-Portal_Nutrition_Agriculture #firstHeading { color: #9A976D; border-bottom-color: #9A976D; }
body.page-Portal_Nutrition_Agriculture h2 { color: #9A976D; border-bottom-color: #9A976D; padding-top:0; margin-top:0; }
body.page-Portal_Nutrition_Agriculture h2 a:link { color: #9A976D; }
body.page-Portal_Nutrition_Agriculture h2 a:visited { color: #9A976D; }
body.page-Portal_Nutrition_Agriculture h2 a.new:link { color: #ba0000; }
body.page-Portal_Nutrition_Agriculture h2 a.new:visited { color: #a55858; }

body.page-Portal_Energy #firstHeading { color: #988064; border-bottom-color: #988064; }
body.page-Portal_Energy h2 { color: #988064; border-bottom-color: #988064; padding-top:0; margin-top:0; }
body.page-Portal_Energy h2 a:link { color: #988064; }
body.page-Portal_Energy h2 a:visited { color: #988064; }
body.page-Portal_Energy h2 a.new:link { color: #ba0000; }
body.page-Portal_Energy h2 a.new:visited { color: #a55858; }

body.page-Portal_Environmental_Protection #firstHeading { color: #719144; border-bottom-color: #719144; }
body.page-Portal_Environmental_Protection h2 { color: #719144; border-bottom-color: #719144; padding-top:0; margin-top:0; }
body.page-Portal_Environmental_Protection h2 a:link { color: #719144; }
body.page-Portal_Environmental_Protection h2 a:visited { color: #719144; }
body.page-Portal_Environmental_Protection h2 a.new:link { color: #ba0000; }
body.page-Portal_Environmental_Protection h2 a.new:visited { color: #a55858; }

body.page-Portal_Entrepreneurship #firstHeading { color: #836A84; border-bottom-color: #836A84; }
body.page-Portal_Entrepreneurship h2 { color: #836A84; border-bottom-color: #836A84; padding-top:0; margin-top:0; }
body.page-Portal_Entrepreneurship h2 a:link { color: #836A84; }
body.page-Portal_Entrepreneurship h2 a:visited { color: #836A84; }
body.page-Portal_Entrepreneurship h2 a.new:link { color: #ba0000; }
body.page-Portal_Entrepreneurship h2 a.new:visited { color: #a55858; }

body.page-Portal_Education #firstHeading { color: #A74D38; border-bottom-color: #A74D38; }
body.page-Portal_Education h2 { color: #A74D38; border-bottom-color: #A74D38; padding-top:0; margin-top:0; }
body.page-Portal_Education h2 a:link { color: #A74D38; }
body.page-Portal_Education h2 a:visited { color: #A74D38; }
body.page-Portal_Education h2 a.new:link { color: #ba0000; }
body.page-Portal_Education h2 a.new:visited { color: #a55858; }


th {
	text-align: left;
}

.portal_links_intro_left { float:left; clear:both; }
.portal_links_intro_right { float:right; clear:both; }


.searchresult {
	display: none; /* Hides the text preview in the search result list */
}
.mw-search-result-data {
	/* display: none; /* Hides the file size and the data in the search result list */
}

.advise {
	border: 1px solid #dddddd; 
	padding-left: 10px; 
	margin-bottom: 10px;
	background-color: #f6f6f6;
	/* background-image: url(../_graphics/advise_background.png); */
}


/* 
 * OpenSearch ajax suggestions
 */
.os-suggest {
	overflow: auto; 
	overflow-x: hidden; 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	background-color: white; 
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 1px;
	z-index:99; 
	visibility: hidden; 
	font-size: 95%;
	width: 300px;
}

table.os-suggest-results {
	font-size: 8.0pt;
	cursor: pointer; 
	border: 0;
	border-collapse: collapse;
}

td.os-suggest-result, td.os-suggest-result-hl {
	white-space: nowrap;
	background-color: white; 
	background-color: Window;
	color: black;
	color: WindowText;
	padding: 2px;
}
td.os-suggest-result-hl,
td.os-suggest-result-hl-webkit {
	background-color: #4C59A6; 
	color: white;
}
td.os-suggest-result-hl {
	/* System colors are misimplemented in Safari 3.0 and earlier,
	   making highlighted text illegible... */
	background-color: Highlight;
	color: HighlightText;
}

.os-suggest-toggle {
	position: relative; 
	left: 1ex;
	font-size: 65%;
}
.os-suggest-toggle-def {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 65%;
	visibility: hidden;
	width: 200%;
}

/******/

#home_button {
	width: 100px;
	font-family: sans-serif;
	color: #666666;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background-image: url(_graphics/button_home.png);
}

#intro_table {
	background-color: #FFFFFF; 
	margin-top: 0;
	vertical-align: top;
	border: 1px solid #cccccc;
}

#intro_table h1, #intro_table h2 {
	margin: 0;
	margin-bottom: 5px;
	color: #468400;
	border-bottom: 1px solid #468400;
}

#intro_table_cell {
	background: none; 	
	padding: 5px;
	padding-right: 5px;
	padding-left: 15px;
	border: 0;
}

#intro_table div.thumb {
	border-color: #F3F4EF;
}


#bestpractice_table {
	/* background-color: #F3F4EF; */ 
	background-color: #FFFFFF;
	margin-top: 20px;
	vertical-align: top;
	border: 1px solid #cccccc;
}

#bestpractice_table h1, #bestpractice_table h2 {
	margin: 0;
	margin-bottom: 5px;
	color: #948C39;
	border-bottom: 1px solid #948C39;
}

#bestpractice_table_cell {
	background: none; 
	padding: 5px;
	padding-right: 5px;
	padding-left: 15px;
	border: 0;
}

#bestpractice_table div.thumb { /* Thumbnail-Border */
	/* border-color: #F3F4EF; */
}

#news_table { 
	background-color: #FFFFFF; 
	margin-top: 0;
	margin-left: 10px;
	vertical-align: top;
	border: 1px solid #cccccc;
}


#news_table_list {
	background: none;
}

#news_table_list h1, #news_table_list h2, #news_table_list h3 {
	margin: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	color: #4D7BA4;
	border-bottom: 1px solid #4D7BA4;
}

#news_table_cell {
	padding: 5px;
	padding-top: 0;
	padding-right: 9px;
	padding-left: 9px;
	border: 0;
	border-bottom: 2px dashed #cccccc;
}

#news_table div.thumb { /* Thumbnail-Border */
	/* border-color: #C2DCF3; */
}

.cluster_table {
	background-color: #F3F4EF;
	border: 1px solid #cccccc;
}

.cluster_table h1, .cluster_table h2 {
	margin: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}


.cluster_table_cell {
	padding: 0;	
	vertical-align: top;
	background-color: #f9f9f9;
}

.cluster_sub_table {
	width: 160px;
	background-color: #ffffff; 
	margin-top: 10px;
	margin-left: 25px;
	vertical-align: top;
	border: 1px solid #cccccc;
}

.cluster_sub_table img {
 margin-top: -15px;
 margin-left: -15px;
}

.cluster_table h3 {
	margin-top: -50px;
	padding-bottom: 10px;
	padding-left: 50px;
}


#watsan_table, #energy_table, #education_table {
	margin-left: 20px;
}

#watsan_table, #shelter_table, #nutrition_table {
	margin-top: 20px;
}

#education_table {
	margin-bottom: 20px;
}

#nutrition_table, #finance_table {
	margin-right: 11px;
}

#watsan_table td {
	/* background-color: #E6F5FC; */
	background-color: #FFFFFF;
}


#watsan_table ul {
	display: block;
}

#watsan_table h3, #watsan_table h3 a:link, #watsan_table h3 a:hover, #watsan_table h3 a:visited {
	color: #6899AE;
	border-bottom-color: #6899AE;
}


#shelter_table td {
	/* background-color: #FFF7F0; */
	background-color: #FFFFFF;
}

#shelter_table h3, #shelter_table h3 a:link, #shelter_table h3 a:hover, #shelter_table h3 a:visited {
	color: #C1905A;
	border-bottom-color: #C1905A;
}

#nutrition_table td {
	/* background-color: #FCFCF9; */
	background-color: #FFFFFF;
}

#nutrition_table h3, #nutrition_table h3 a:link, #nutrition_table h3 a:hover, #nutrition_table h3 a:visited {
	color: #9A976D;
	border-bottom-color: #9A976D;
}

#energy_table td {
	/* background-color: #F4EDE7; */
	background-color: #FFFFFF;
}

#energy_table h3, #energy_table h3 a:link, #energy_table h3 a:hover, #energy_table h3 a:visited {
	color: #988064;
	border-bottom-color: #988064;
}

#environment_table td {
	/* background-color: #F2F8EB; */
	background-color: #FFFFFF;
}

#environment_table h3, #environment_table h3 a:link, #environment_table h3 a:hover, #environment_table h3 a:visited {
	color: #719144;
	border-bottom-color: #719144;
}

#finance_table td {
	/* background-color: #F3ECF5; */
	background-color: #FFFFFF;
}

#finance_table h3, #finance_table h3 a:link, #finance_table h3 a:hover, #finance_table h3 a:visited {
	color: #836A84;
	border-bottom-color: #836A84;
}

#education_table td {
	/* background-color: #FEEAE1; */
	background-color: #FFFFFF;
}

#education_table h3, #education_table h3 a:link, #education_table h3 a:hover, #education_table h3 a:visited {
	color: #A74D38;
	border-bottom-color: #A74D38;
}


.icon_link a {
	width: 55px;
	height: 55px;
 	position: relative;
 	top: 0;
 	left: 0;
  display: block;
  text-decoration: none;
}


#banner {
	position: absolute;
	top: 30px;
	left: 515px;
	width: 468px;
	height: 60px;
	border: 1px solid #CCCCCC;
}

.sourcecode {
	font-family: courier;
	font-size: 10.0pt;
	padding: 10px; 
	margin: 20px; 
	margin-left: 10px; 
	margin-right: 10px; 
	background-color: #DEEEFC; 
	border:1px dashed #0379F1; 
	white-space: pre-wrap;
}

#mw-upload-maxfilesize {
	display: none;
}


/* For Mediawiki:edittools */

/*
#specialchars {
	width: 98%;
	text-align: left;
	padding: 5px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #aaaaaa;
	background-color: #f6f6f6;
}

.specialbasic a:link { 
	font: bold 120% arial,helvetica;
	line-height: 30px;
	color: #666666;
	padding: 2px;
	background-color: #d2e4fd;
	border: 1px solid #b0c2db;
	margin: 3px;
}

.specialbasic a:hover {
	background-color: #c4d6ee;
	text-decoration: none;
}
*/

#newarticle_page {
	padding: 15px;
	padding-top: 0;
	border: 1px solid #dddddd;
	background-color: #e2ead9;
	background-image: url(../_graphics/newarticle_background.png);
	background-repeat: no-repeat;
}

#newcasestudy_page {
	padding: 15px;
	padding-top: 0;
	border: 1px solid #dddddd;
	background-color: #e3e3e3;
	background-image: url(../_graphics/casestudy_background.png);
	background-repeat: no-repeat;
}

.sub-portal {
	background-image: url(../_graphics/shade.png);
	background-repeat: no-repeat;
}


#socialbookmarking img {
	margin-right: 20px;
}


/********************/
/* Edit preferences */
/********************/

/* For FCKEditor */
#toggle_wpTextbox1 {
	color: #666666;
	padding: 3px;
	border: 1px solid #dddddd;
	background-image: url(../_graphics/menue_background.png);
}

#wpSummaryLabel, #wpSummary {display: none;} /* hides the summary input field below the editor */

.editButtons {margin-top: 5px;}

.editsection img {
	width: 25px;
	height: 25px;
}

#mw-recreate-deleted-warn {display: none;}