

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.ucbp-ethiopia.com/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* BO refGlossary.f_css_defaults */

 a.glossary {
 	border: 1px dotted maroon; 
 	background-color:#FFFFE0;
 }
 
/* EO refGlossary.f_css_defaults  *//********//* bo f_css_defaults FileCardTeaser *//********/
.FileCardTeaserWrapper {
	/*float:left;*/
	width:209px;
	padding-right:0px;
	border:1px solid #afafaf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	}
.FileCardTeaserContent {
	padding: 4px;
	padding-bottom: 4px;
	font-size:11px;
	/*height: 110px;*/
	background-color:#f6f6f6;
	}
.FileCardTeaserContent span{
	font-weight: bold;
	font-size:12px;
	color:#777;
}
.FileCardTeaserFloatBox{
	float: right;
	text-align:right;
	width:70px;
	}
.FileCardTeaserTitle{
	background:#4355ae;
	height:15px;
	font-weight:bold;
	color:#FFF;
	padding-left:5px;
	font-size: 11px;
	}
.FileCardTeaserUrl a:link, .FileCardTeaserUrl a:visited, .FileCardTeaserUrl a:active {
	color:#928F8F;
	font-weight:bold;
	text-decoration:none;
	}

.FileCardTeaserUrl a:hover {
	color:#9D8226;
	font-weight:bold;
	border-bottom: 1px solid #9D8226;
	}

/********//* bo f_css_defaults FileCardTeaser *//********//*-- InfoBox --*/

div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
p.infoboxtitle img {
	margin:-3px;
}

div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
}
div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
	font-size:11px;
}
div.infobox div.ZMSFile div.title a:link, 
div.infobox div.ZMSFile div.title a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
div.infobox div.ZMSFile div.text {
	margin-left:23px;
}
div.infobox ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
div.infobox ul li {
	margin:0px 0px 0px 2px;
	font-family:Arial,Helvetica,sans-serif;

}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	list-style-position:inside;
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementInternalClient {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	list-style-position:inside;
}div#ucbpTeaserLeftWrapper{
	font-family: Arial, Helvetica, Sans-serif;
	width:178px;
	text-align:left;
	}

div#ucbpTeaserLeftWrapper p.titleWrapper{
	color: #fff;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
	padding-left:11px;
	margin:0px;
	height:18px !important;
	height:22px;
	background: #8BBBD1 url(http://www.ucbp-ethiopia.com/common/css/common/teaser/ucbpTeaserLeft/bgImgUcbpTeaserTitle.gif) no-repeat;
	}

div#ucbpTeaserLeftWrapper p.bottomWrapper{
	color: #fff;
	padding-top:4px;
	padding-left:11px;
	margin:0px;
	margin-bottom:15px;
	height:18px;
	background: #8BBBD1 url(http://www.ucbp-ethiopia.com/common/css/common/teaser/ucbpTeaserLeft/bgImgUcbpTeaserBottom178px.gif) no-repeat;
	}


div#ucbpTeaserLeftContainer{
	}


div#ucbpTeaserLeftElement{
	background-color: #D9E3E5;
	}
	
div#ucbpTeaserLeftElementLight{
	background-color: #D9E3E5;
	}
	
div#ucbpTeaserLeftElementMiddle{
	background-color: #CBD4D9;
	}
	
div#ucbpTeaserLeftElementDark{
	background-color: #AEC2CB;
	}

div.ucbpTeaserLeftImage{
	float:left;
	border:0px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	}

div.ucbpTeaserLeftImageLeft{
	float:left;
	border:0px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	}

div.ucbpTeaserLeftImageRight{
	float:right;
	border:0px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	}

div.ucbpTeaserContent{
	padding-left:5px;
	}

div.ucbpTeaserContent p.teaserTitle{
	color:#444242;	
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 0px 0px;
	height:15px;
	background: transparent;
	}

div.ucbpTeaserContent p.teaserSubTitle{
	font-size:11px;
	font-weight:bold;
	margin:0px;
	margin-left:0px;
	margin-bottom:0px;
	color:#5A8A9E;
	}

div.ucbpTeaserContent p.teaserSubTitle a:link, div.ucbpTeaserContent p.teaserSubTitle a:visited {
	color:#5A8A9E;
	text-decoration:none;
	}

div.ucbpTeaserContent p.teaserSubTitle a:hover, div.ucbpTeaserContent p.teaserSubTitle a:active{
	color:#5A8A9E;
	text-decoration:underline;
	}

div.ucbpTeaserContent p.teaserText{
	color:#444242;	
	font-size:11px;
	margin:0px;
	margin-left:0px;
	}
/* -------// BO refLinkList.f_css_default //------- */

div#Linkindex ol li {
 margin-bottom:15px;
}
div#Linkindex ol li span.Subjects {
 font-size:10px;
 color:#555;

 /* letter-spacing:0.1em; */
 /* border:1px solid #999; */
 /* background-color:#ffc; */
 /* padding:1px; */
}
/* -------// EO refLinkList.f_css_default //------- *//* BO f_css_defaults */

/* EO f_css_defaults *//*  BO poll f_css_defaults */
div.poll { margin-bottom:1em;}
.pollColorStrong { background-color:#5D6175; }
.pollColorMedium { background-color:#89A391; }
.pollColorLight { background-color:#CCC3A0; }
.pollColorBlack { background-color:#000; }
/* EO poll f_css_defaults */
/* -------// BO refLinkList.f_css_default //------- */

div#Linkindex ol li {
 margin-bottom:15px;
}
div#Linkindex ol li span.Subjects {
 font-size:10px;
 color:#555;

 /* letter-spacing:0.1em; */
 /* border:1px solid #999; */
 /* background-color:#ffc; */
 /* padding:1px; */
}
/* -------// EO refLinkList.f_css_default //------- *//* BO formContainer.f_css_defaults */

div.formular {
/* display:table; */
/* table-layout:auto; */
width:auto;
border-collapse:collapse;
background-color:#fcfcfc;
border:1px solid silver;
padding:3px;
font-size:12px;
}
div.formrow {
/* display:table-row;*/
}

div.formular h2 {
color:#900;
background-color:#ccc;
padding:3px;
margin:0px;
line-height:1em;
}
div.formular h3 {
font-size:12px;
color:#000;
background-color:#eee;
padding:3px;
margin:0px;
line-height:1.3em;
}

div.formtext, div.formvalue {
/* display:table-cell; */
}
div.formtext {
margin-top:15px;
font-weight:bold;
border-top: 1px dotted #bbb;
padding-top:2px;
line-height:150%;

}
div.formtext span.hints {
font-style:italic;
font-weight:normal;
}
table.displayRecords { 
border:2px solid grey;
border-collapse:collapse;
}
table.displayRecords td {
border:1px solid silver;
padding:3px;
vertical-align:top;
}

.form-small {
font-size:11px;
vertical-align:top;
}

.zmiTableRowHead {
background-color:#ccc;
font-size:x-small;
padding:3px;
}

.zmiTableRowEven {
background-color:#eee;
font-size:x-small;
}
.zmiTableRowOdd {
background-color:#ddd;
font-size:x-small;
height:15px;
}
textarea.zmiTableRowOdd {
background-color:#ddd;
font-size:11px;
width:600px;
height:150px;
}
select.zmiTableRowEven, select.zmiTableRowOdd {
background-color:#eee;
font-size:x-small;
width:150px;
}

/* EO formContainer.f_css_defaults *//* -------// BO refLiteratureList.f_css_default //------- */

/* div#refLiteratureList { */
/* border:1px solid silver; */
/* padding:5px; */
/* }*/

div#refLiteratureList ol {
margin-top:5px;
margin-bottom:0px;
font-size:xx-small;
}
div#refLiteratureList ol li {
margin-bottom:5px;
}
div#refLiteratureList ol li .author {
font-style:italic;
}
div#refLiteratureList ol li span.Subjects {
font-size:10px;
color:#555;
}

/* -------// EO refLiteratureList.f_css_default //------- *//* BO refFootnote.f_css_defaults */

 a.footnote {
 	font-weight: bold;
 	color: navy;
 }
 
 img#refFootnoteLine {
 	border-top: 1px solid black;
 }
 
 div#refFootnote {
 	font-size:9px;
 }
 
 div#refFootnote span.refFootnoteMark {
 	font-weight: bold;
 }
 
/* EO refFootnote.f_css_defaults  *//* BO refLiterature.f_css_defaults */

 a.literature {
 
 }
 
 img#refLitLine {
 	border-top: 1px solid black;
 }
 
 div#refLit {
 	font-size:9px;
 }
 
 div#refLit span.refLitDescription {
 	
 }
 
 div#refLit span.refLitAuthor {
 	font-variant:small-caps; 
 	font-size:110%
 }
 
 div#refLit span.refLitTitle {
 	
 }
 div#refLit span.refLitJournal {
 	
 }
 div#refLit span.refLitIssue {
 	
 }
 div#refLit span.refLitLink {
 	
 }
div#refLiteratureList ol {
margin-top:5px;
margin-bottom:0px;
font-size:xx-small;
}
div#refLiteratureList ol li {
margin-bottom:5px;
}
div#refLiteratureList ol li .author {
font-style:italic;
}
div#refLiteratureList ol li span.Subjects {
font-size:10px;
color:#555;
}


/*  EO refLiterature.f_css_defaults  *//* BO css functionarea  */
table#functionarea {
}
table#functionarea tr th.separator,
table#functionarea tr td.separator {
border-bottom:1px solid #5D6175;
padding-bottom:10px;
}
table#functionarea tr th {
width:150px;
color:#5D6175;
}
table#functionarea tr th,
table#functionarea tr td {
vertical-align:top;
}
/* EO css functionarea  */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}

/**************************************/
/* (c) 2006 SNTL publishing           */
/* Author: Dr. F. Hoffmann, Mar 14.2006*/
/* mod. jklein 4 UCBP; Oct 30.2006  */
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/

.neutralColorTrans {background-color: transparent}

.neutralColorWhite {background-color: #fff}
.neutralColorLight0 {background-color: #eee}
.neutralColorLight1 {background-color: #e8e8e8}
.neutralColorMedium0 { background-color: #ddd; }
.neutralColorMedium1 {background-color: #ccc}  
.neutralColorStrong0 { background-color: #999; }
.neutralColorStrong1 {background-color: #666}   
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #FFD31A;} 

.primColorStrong { background-color:#000066; }
.primColorMedium { background-color:#9d8226; }
.primColorLight { background-color:#ebc21f; }

.tableColorHeader { background-color:#DDEFFC; }


/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin: 0;
	padding: 0;
	border: 0;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important; font-size: 0.8em;
	position:relative;
	text-align:center;
	margin-top:25px;
	}

body#web_Broad  {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important; font-size: 0.8em;
	position:relative;
	text-align:center;
}



/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	padding: 0;
	border: 0;
	width:920px;
	text-align:left;
	}
	
#pageregionTop {
	width:920px;
	margin:0;
	padding:0;
	}

/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft { 
	border-bottom:1px solid #e8e8e8;
}

/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {	
	padding:0;
	margin:0;
}

/*-- wrapper for positioning the right column --*/
#layoutWrapper3_ContentAll  {
	padding:0;
	margin:0;
	width: 100%;
	float: left;
	margin-right: -235px;
	}

/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	padding:0px;
	margin-top: 0px !important;
	margin:0px;
	margin-right: 205px;
}

#Content {
 	margin:0px;
 	margin-left: 200px;
 	padding:0px 20px 20px 0px;
 	border:0px;
 	overflow:visible;
	}

/*-- Spec. Classes for one-column-layout 'broad' --*/

#layoutWrapper1_BGleft_Broad {}

#layoutWrapper2_BGright_Broad {}

#layoutWrapper3_ContentAll_Broad  {
	width: 100%;
	float: left;
}

#layoutWrapper4_ContentLeft_Broad {}


#Content_Broad {
 	margin:0px;
 	padding:0px 10px 20px 0px;
 	border:0px;
 	overflow:visible;
 	}

#pageregionLeft_Broad {
	float:left;
}

#pageregionRight_Broad {
	float: right;
}


/*#Content {				*/
/*	margin:0px;			*/
/*	padding: 0px 10px 0px 15px;	*/
/*	border:0px;			*/
/*	overflow:visible;		*/
/*	float:left;			*/
/*	width:470px;			*/
/*}					*/


#Sitemap {
	margin-top:60px;
	margin-bottom:50px;
	margin-left: 200px;
	padding:0px 20px 0px 0px;
	border:0;
	}


#pageregionLeft {
	padding:0px;
	margin:0px;
	float:left;
	width:195px;
	}

#pageregionRight {
	float: right;
	margin: 0;
	padding-right: 8px !important;
	padding-right: 0px;
	padding-top:0px;
	}


#Logo {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: 303px;
	height:85px;
	float:left;
	}
	
#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	padding-left:150px;
	font-size:11px;
	}

/*-- FLOATING ---------------*/
.clearing {
	clear:both;
	height:0px;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:0px;
}
.floatRight {
	float:right;
	}

.floatLeft {
	float:left;
	}

img.imgNoborder {
	border:0px;
	}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/
/*-- Channel Menu ---------------------------*/

div#Menu_Top {
	width:917px !important;
	width:920px;
	height:42px !important;
	height:39px;
	background-color:#010066;
	color: white;
	padding-left:0px;
	border-bottom: 1px solid #FFD500;
	white-space:nowrap;
	margin-top:-3px;
	}

div#Menu_Top ul {
	margin:0px;
	padding:12px 0px 3px 5px;
	text-align:left;
	font-size:small;
	white-space: nowrap;
	}
/*----- font size hack -----*/
/*/*/a{}
body #Menu_Top ul {
	font-size : x-small;
	}
html>head:first-child+body #Menu_Top ul {
	font-size : small;
	}
/* */
/*----- /font size hack -----*/

div#Menu_Top ul li {
	line-height: 130%;
	display: inline;
	margin:0px;
	}

div#Menu_Top ul li a {
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
	margin:0px 5px 0px 5px;
	}

div#Menu_Top ul li a.current {
	border-bottom:solid 3px #FFD31A;
	}div#Menu_Top ul li a.home {
	border-bottom:solid 3px #FFD31A;
	}

div#Menu_Top ul li a:hover {
	border-bottom:solid 3px #FFD31A;
	}

div#Menu_Top ul li a.WPitem {
	border-bottom:solid 3px #FFD31A;
	}

/*-- MenuDropdown ---------------------------*/

.child, .subchild
	{
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: -1.1em !important;
	margin-left: 0px;
	margin-left/**/:/**/-1.1em;
/*-------box model hack-------*/
	margin-top: 0.50em !important;
	margin-top: 0.0em;
	margin-top/**/:/**/0.55em;
	}

.menuDropdown
	{
/*-----   filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=80, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #eee;
	width: 11.5em;
	}

.navDropdown
	{
	display: block;
	text-align: left;
	border-bottom: 1px solid #666;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 0.25em 0.25em 0.25em 1.0em;
	}

.navDropdown a:link,
.navDropdown a:visited,
.navDropdown a:hover {
	text-decoration: none;
	}


/* -- MICRONAVIGATION -----------------*/

#Micronavigation{
	font-size: 80%;
	color: #5C5C5C;
	text-align:right;
	font-weight:bold;
	font-variant: small-caps;
	background: url(http://www.ucbp-ethiopia.com/common/css/common/bg_Micronavigation.jpg) no-repeat bottom right;
	margin:0 0px 20px 0px;
	margin-right:3px !important;
	margin-right:0px;
	border:none;
	padding: 12px 36px 14px 10px;
	}

#Micronavigation a:link, #Micronavigation a:visited {
	color: #000;
	text-decoration:none;
	}

#Micronavigation a:hover {
	text-decoration:none;
	color: #9d8226;
	}

/* -- MACRONAVIGATION -----------------*/

#pageregionLeft div.interSpace {
margin-top:220px;
}

#Macronavigation {
	margin: 0;
	border: 0;
	padding: 0;
	width:181px;
	position:absolute;
	}	
#Macronavigation ul {
	padding: 0;
	margin: 0px 0px 0px 1px;
	list-style-type: none;
	list-style-image: none;
	}

#Macronavigation ul li.parent {
	font-weight:normal;
	margin: 0;
	border: 0;
	padding: 1px 3px 3px 10px;
	border-bottom: 1px dotted #999;
	background-image: none;
	list-style-type: none;
	list-style-image: none;
	}
#Macronavigation ul li {
	font-weight:normal;
	margin: 0;
	border: 0;
	padding: 1px 3px 3px 25px;
	border-bottom: 1px dotted #999;
	background-repeat: no-repeat;
	background-position: 17px 7px;
	background-image: url(http://www.ucbp-ethiopia.com/common/css/common/icon_inactive.gif);
	background-color: #fff;
	list-style-type: none;
	list-style-image: none;
	}
#Macronavigation ul li.active {
	font-weight:normal;
	background-image: url(http://www.ucbp-ethiopia.com/common/css/common/icon_active.gif);
}
#Macronavigation ul li a:link, 
#Macronavigation ul li a:visited {
	color: #000;
	text-decoration:none;
	font-weight:normal;
}
#Macronavigation ul li a:hover {
        color: #9d8226;
	text-decoration:none;
	font-weight:normal;
}
#Macronavigation ul li.active a:link,
#Macronavigation ul li.active a:visited {
	color: #000;
	text-decoration:none;
	font-weight:bold;

}
#Macronavigation dl,
#Macronavigation dt, 
#Macronavigation dd 
	{
	margin: 0;
	padding: 0;
	border:0;
}


/* -- SITEMAP ------------------------*/

td.sitemapTitle0 {
	background-color: #ddd;
	border-right: 1px solid #444;
}
td.sitemapTitle1 {
	background-color: #ddd;
	border-right: 1px  #000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
	color: #444;
	text-decoration: none;
	font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:12px !important;font-size:small;
}


/* -- SEARCH ------------------------*/

.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
	}

#Search {
	margin: 30px 0px 30px 0px;
	margin-top:41px !important;
	margin-top:46px;
	border: 0;
	padding: 0;
	}

#Search form {
	margin: 0;
	border: 0;
	padding: 10px 10px 0px 10px;
	}

#Search input#raw {
	font-family:Courier;
	font-size:12px;
	padding:0;
	margin:0;
	height:16px;
	width:153px;
	vertical-align:middle;
	}
#Search input#btnSearch {
	vertical-align:middle;
	}

#Search p.searchHint{
	margin-top:2px;
	margin-left:0px;
	}

#Search table {
	margin:10px 10px 0px 10px;
	color:#666;
	text-align:left;
	}

/* -- METANAVIGATION ------------------------*/

#Metanavigation  {
	background:transparent url(http://www.ucbp-ethiopia.com/common/css/common/layoutImg/metaNav_bg.gif) top right no-repeat;
	background-color: #fff;
	color: #fff;
	margin-right:3px !important;
	margin-right: 0px;
	text-align:right;
	padding: 0px;
	padding-right:5px;
	width: auto;
	}

#Metanavigation a.metaNav:link, #Metanavigation a.metaNav:visited, #Metanavigation a.metaNav:hover, #Metanavigation a.metaNav:active {
	padding: 0px 0px 0px 11px;
	color: #FFFFFF;
	background-image: url(http://www.ucbp-ethiopia.com/common/css/common/layoutImg/arrowMetanav.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}

#Metanavigation a.metaNav:hover, #Metanavigation a.metaNav:active {
	background-image: url(http://www.ucbp-ethiopia.com/common/css/common/layoutImg/arrowMetanavHi.gif);
	text-decoration:none;
	}

#Banner{
	padding-top:1px !important;
	padding-top:0px;
	vertical-align:bottom;
	height:85px;
	margin:0px;
	}

#Copyright p {
	margin-top:30px;
	color:#666;
	
	} 
#Copyright p a {
	text-decoration:none;
	color:#666;
	} 

#pageelement_Copyright {
padding-left:26px;
	}

#pageelement_Copyright a:link{
	text-decoration:none;
	}

#pageelement_Copyright a:visited{
	text-decoration:none;
	}

#pageelement_Copyright a:hover{
	color:#000;
	border-bottom:solid 1px #FFD31A;
	}

#Login {
	padding: 0;
	margin-top: 20px;
	border: 0;
	width:165px;
	}

/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline, #Headline h1 {
	margin-top: 0;
	margin-left: 0;
/*	height:70px; */
	}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Arial,Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Arial,Geneva, Helvetica, sans-serif;
	color : #000;
	font-size: 12px;
	}

h1.title {
	font-size: 20px;
	font-family: Arial,Geneva, Helvetica, sans-serif;
	line-height: 26px;
	margin-top:0px; 
	color: #ffd31a;
	color: #000;
	}

h1,.heading1 {
	font-size: 20px;
	line-height: 22px;
	margin-top:0px; 
	}
h2,.heading2 {
	font-size: 18px;
	line-height: 20px;
	}

h3,.heading3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0px
	}
h4,.heading4 {
	font-size: 14px;
	line-height: 16px 
	}
h5,.heading5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px 
	}
p {
	line-height: 15px;
	}
ol {
	line-height: 15px;
	}
ul {
	line-height: 15px;
	list-style-type: square;
	list-style-image:  url(http://www.ucbp-ethiopia.com/common/css/common/bullet.gif);
	text-align:left;
	}

div#Content ul {
	padding-left:10px;
	margin-left:10px;
}

p.caption {
	font-style: italic;
	padding-top:0px;
	margin-top:0px;
	color:#000;
	}
p.emphasis {
	background-color:#e8e8e8;
	padding:4px 6px;
	line-height: 16px;
	border: 1px solid #ccc;
	}

p.description {
	line-height: 16px;
	font-weight:bold;
	color:#000066;
	}
p.creator  {
	font-size:9px;
	margin:5px 0px;
}

p.small {
	font-size: 10px;
	}
p.smalltext {
	font-size: 10px !important; font-size: xx-small;
}

a:link, a:visited {
	color: #000;
	text-decoration : underline;
}

a:hover, a:active {
	text-decoration : underline;
	color: #9d8226;
}

code {
}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

table.ZMSTable {
	border-collapse:collapse;
}
table.ZMSTable tr th {
	vertical-align:top;
	background-color:#CCC3A0; 
/*	background-color:#A6CADC;*/
	color:#000;
	padding:3px;
	border:1px solid #aaa;
}

table.ZMSTable tr th p,
table.ZMSTable tr th h2,
table.ZMSTable tr th h3 {
	color:#000;
	margin:0px;
}


table.ZMSTable tr td {
	background-color:#fff;
	vertical-align:top;
	padding:3px;
	border:1px solid #aaa;
}

table.ZMSTable tr td p {
	margin:0px;
}

table.ZMSTable tr.odd td, 
table.ZMSTable tr.even td {

}
table tr td  {
/*	font-size: 10px !important; font-size: xx-small; */
}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/


div.ZMSGraphic {
	background-color:transparent; 
}

div.ZMSGraphic div.graphic a img {
	border:0;
}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

/*--------- ZMS TEASER --------------*/

div#teaser
	{
	width:180px;
	font-size: 12px !important; font-size: 12px;
	}

div.ZMSTeaserContainer {
	padding:1px;
	margin:0;
	margin-bottom:10px;
}
div.ZMSTeaserElement {
	width:178px;
	padding:0;
	margin:0;
}
div.ZMSTeaserElement img.title {
	padding:0;
	margin:0;
	border: none;
	text-align:center;
}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	margin:0;
	border:0;
	padding: 4px 4px 2px 4px;
	display: block;
}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited  {
	color:#900;
	font-size: 12px !important; font-size: 12px;
	text-decoration:none;
	font-weight:bold;

}

div.ZMSTeaserElement div.text
	{
	padding: 3px 6px 6px 6px;
	line-height:1.3em;
	font-size: 11px !important; font-size: 11px;
	}


div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited {
	color: #900;
	text-decoration: none;
	border:0px;
	margin:0px;
}

div.ZMSTeaserElement div.text a img {
	border:0px;
	margin:0px;
}


.teaserContainerUcbp title {
	color:#526C74;
	font-style:normal;
	padding:0;
	margin:20px 0 5px 0;
	background-image: url('http://www.ucbp-ethiopia.com/common/css/common/dotted.gif');
	background-repeat: repeat-x;
	background-position: 0 100%;
}

.teaserUcbp  {
	position:relative;
	background: url('http://www.ucbp-ethiopia.com/common/css/common/bg_teaserUcbp.png') no-repeat bottom right;
	padding:0 0 25px 0;
}

.teaserUcbp a h1.teaserUcbp {
	position:relative;
	background: url('http://www.ucbp-ethiopia.com/common/css/common/bg_teaserTitleUcbp.png') no-repeat top right;
	padding:6px 5px 4px 0px;
	color:#274F5A;
	font-style:normal;
	text-decoration:none;
	}

.teaserUcbp a:hover h1.teaserUcbp {
	color:#5E7E86;
	text-decoration:none;
	}
		
.teaserUcbp a:vistited h1.teaserUcbp {
	text-decoration:none;
	}

/*--------- ZMS LINK --------------*/


div#pageelement_Links 
	{
	width:180px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}


.form {
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
	html>.form {
	font-size: x-small;
} 
	
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
}

/**************************************/
/* 7. CSS-Modul: SPECIAL OBJECTS      */
/**************************************/

/*------- Cover ------------------------------*/
div#Cover {
	float:left;
	padding:0px;
	border:0px;
	margin:0px;
}
div#Cover  img {
	border:0px;
	margin-right:10px; 
}


/*------- InfoBox ------------------------------*/

div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
}
div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infobox div.ZMSFile {
	padding-left:7px;
}
div.infobox div.ZMSFile div.text {
	padding-left:3px;
}
div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
}

div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
	font-size:11px;
}
div.infobox  div.ZMSFile div.text {
	margin-left:20px;
}
div.infobox ul {
	margin:0px 0px 0px 28px;
	padding:0;
}
div.infobox ul li {
}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
}

/*------- Linkindex------------------------------*/

div#Linkindex ol li a:link {
	color:#900;
	font-weight:bold;
}
div#Linkindex ol li a:visited {
	color:#666;
	font-weight:bold;
}


/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

/* ------------ Jobindex ------------------- */

#pageregionLeft #Jobindex {
	padding: 160px 20px 0px 10px;
	margin:0;
}

#pageregionLeft #Jobindex p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color:#fff;
}
#pageregionLeft #Jobindex p a:link, 
#pageregionLeft #Jobindex p a:visited {
	color:#fff;
}
/* ------------ Newsindex ------------------- */

#pageregionLeft #Newsindex p a:link, 
#pageregionLeft #Newsindex p a:visited {
	color:#fff;
}


#pageregionLeft #Newsindex {
	padding: 0px 20px 0px 10px;
	margin:0;
}
#pageregionLeft #Newsindex h2 {
	padding:0;
	margin:0;
	color:#fff;
}
#pageregionLeft #Newsindex p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color:#fff;
}

#pageregionLeft #Newsindex p a:link, 
#pageregionLeft #Newsindex p a:visited {
	color:#fff;
}


div#Newsindex {
	margin-top:0px;
}
div#Newsindex h1 {
	margin-top:0px;
	font-size: 13px;
	padding:3px;
	border: 1px solid #ccc;
	background-color: #eeeff1;
}

div#Newsindex p {

}
div#Newsindex p a.Newstitle:link,
div#Newsindex p a.Newstitle:visited {
	text-decoration:none;
	font-size:115%;
	color: #900;
	font-weight:bold;
	margin: 3px 0px;
}

div#Standardindex ul li {
	margin-bottom:1em;
}

div#WPindex table tr td {
	vertical-align:top;
}

div#WPindex table {
	width:99%;
}
div#WPindex table tr td.img {
	width:50px;
}


div#WPindex table tr td.text {
	padding:3px 3px 3px 10px;
	border: 1px solid #ccc;
	width:99%;
}
div#WPindex table tr td.text:hover {
	background-color:#eee;
}


/*--------- ZMS LINK: Newslinks -----------*/

table#LatestNews {
	border:0px;
	padding:0px;
	width:460px;
	background-color:#bbb;
}
table#LatestNews tr {
	background-color:white
}
table#LatestNews table{
	margin:0px;
	padding:0px;
}
table#LatestNews table.cmsBgColorStrong1 {
	background-color:white;
}
table#LatestNews table.cmsBgColorStrong1 tr td.form-small {
	padding-bottom: 15px;
}
table#LatestNews table.cmsBgColorStrong1 tr.neutralColorLight0 {
	background-color:#fff;
/* set row color */
}
table#LatestNews table#Newslinks {
	border:0px;
}

table#Newslinks {
	padding:0px;
	margin:0px;
}

table#Newslinks td, 
table#Newslinks th {
	padding: 4px;
	margin:0px;
}
table#Newslinks th {
	border-bottom:1px solid #ccc;
}

table#Newslinks div.ZMSLinkElement {
	margin: 0px;
	padding:0px 0px 10px 0px;
	background-color: #fff;
}
table#Newslinks div.ZMSLinkElement div.title,
table#Newslinks div.ZMSLinkElement div.title a:link,
table#Newslinks div.ZMSLinkElement div.title a:visited {
	margin: 0px;
	font-weight:bold;
	color:black;
	font-size: 12px;
}
table#Newslinks div.ZMSLinkElement div.title a:link,
table#Newslinks div.ZMSLinkElement div.title a:visited {
	text-decoration: underline;
}


table#Newslinks div.ZMSLinkElement div.text {
	font-size: 12px;
}


/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}




/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }


th.form-small { background-color: #ddd; } 

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
} 
div.note {
	font-size: 11px;
	background-color: #FFFFD0;
	color: black;
	border: 1px solid black;
	margin-bottom: 6px;
	margin-top: 6px;
	padding: 4px;
	width: 100%;
}


