/* Style sheet for Humanitarian Affairs (2009) */

body {
	background-color: #C8CADF; 
	background-image: url(/en/humanitarian/images/bkgdgrad.jpg);
	background-repeat: repeat-x;		
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#E2E2EE;
}

/* LANGUAGE BAR */

#languages {
	background-color: #302C5E;
	background-image: url(/en/humanitarian/images/langbar.jpg);
	background-repeat: repeat-y;
}
#languages  ul  li  a:hover {
	color:#EAEAFF;
}
#languages   ul   li#english  {
	color: #EAEAFF;
}

/* TOP BANNER */

#topbanner {
	background-image: url(/en/humanitarian/images/bannerbkgd.jpg);
	background-repeat: repeat-x;
	background-position: 0 -15px;
	height: 99px;
}
#topbanner  #hiddentitle, #hiddentitle  span {
	height: 99px;
	background: url(/en/humanitarian/images/banner.jpg) no-repeat;
}

/* THEMATIC NAVIGATION */

#thematicnav {
	background-image: url(/en/humanitarian/images/palepurplebkgd.jpg);
	background-repeat: repeat;
}
#thematicnav #humanitarian a {	
	color: #FFFFFF;
	text-decoration: none;
	background-image:none;
}

/* MAIN NAVIGATION */

#mainnav {
	background-color: #EDECF2;
}
#mainnav h2 {
	color: #051550;
	background-color: #DADAE9;
}
#mainnav ul li a {	
	border-bottom-color: #DADAE9;
}
#mainnav ul li a:hover {
	color: #051550;
	background-color: #E2E1EA;
}	

/* CONTENT */

#content h2 {
	color:#383892;
}
#content #photobox {	
	border: 1px solid #56538C;
	background-color: #EDECF2;
}
#content ul.contentli li {
	background-image: url(/en/humanitarian/images/squarebutton.gif);	
}
#content ul.contentli ul li {
	background-image: url(/en/humanitarian/images/bullet.gif);
}
#content a:link, #content a:visited, #content a:hover, #content a:active {
	color: #051550;
}
#content a:hover {
	color: #56538C;
	text-decoration: underline;
}

/* RESOURCES: RIGHT COLUMN */

#resources {
	background-color: #EDECF2;
}
#resources .box {
	border: 1px dotted #56538C;	
}
#resources .box a:hover {
	color: #56538C;
	text-decoration: underline;
}
#resources .box a:visited {
	color: #56538C;
}
#resources .box .more a:hover {
	color: #56538C;
	text-decoration: underline;
}
#resources .box h2 {
	background-color: #56538C;	
}

/* FOOTER BAR */

#footer {
	background-image: url(../../common/images/humaff_footer.jpg);
	background-repeat: repeat;
	background-position: 0 -0.6em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #383892;
}
#footer ul li a:visited {
	color: #24206C;
}
#footer ul li a:hover {
	color: #24206C;
}

