/* Style sheet for UN Panel of External Auditors (2008) */



body {
	font-family: Tahoma, Tahoma, Arial, sans-serif;
	margin-top: 0px;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #B8BAC6;
        
}




	
	
/* MAIN CONTAINER - HOMEPAGE*/

	
#main {
	width: 64em;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px auto;
	background-image: url(images/watermark.gif);
	background-position: 220px 1500px;
	background-repeat: no-repeat;
}	

 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	width:150px;
	padding: 0px;
	margin: 0px;
	clear: both;
	font-size: 10px;
	display: inline;
	color: #D9DCE5;
}
#skiplink a {
	color:#D9DCE5;
}
#skiplink a:focus, div#skiplink a:active {
	color:#FFFFFF;
	background-color: #002D15;
}


/* LANGUAGE BAR */

#lang {
	padding: 0 0 0 1%;
	margin: 0px auto;
	height: 1.2em;
	background-color: #E7ECE1;
        direction: ltr;
}

#lang ul {
	text-align: left;
	font-size: .7em;
	color: #000000;
	padding: 0;
	margin: 0;
}
#lang ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	margin: 0;
	padding-right: 13px;
}
#lang ul li#arabic {
	direction:rtl;
	font-size: 1.2em;
}
#lang ul li#chinese {
	font-size: .95em;}
#lang ul li a:link {
	color:#002B12;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:visited {
	color:#062C1D;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:hover {
	color:#315338;
	text-decoration:none;
	font-weight: bold;	
}
#lang ul li a:active {
	color:#002F19;
	text-decoration:none;
	font-weight: bold;
}


/* TOP BANNER */

#banner {
	clear: none;
	background-image: url(images/bannerbkgd.jpg);
	background-repeat: repeat-x;
        
}

#hiddentitle, #hiddentitle span {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-position:right center;
}

#hiddentitle span {
	margin-bottom: -90px;
}

h1 {
	font-size: 14px;
	padding:0;
	margin:0;
	text-align: center;
	color: #120034;
}
h1 span {
	display: block;
	position: relative;
	z-index: 1;	
}


/* LEFT MENU BAR: navigation links */

#leftmenu {
	float: right;
	width: 20%;
	background-color: #F2F5EF;
	font-size: 0.7em;
}
	
#leftmenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#leftmenu ul li {
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #C2CDBD;
        margin-right:5px;
}
#leftmenu ul li a.category {
	background-color: #E7ECE1;
}

#leftmenu ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 3px 3px 6px;
}	

#leftmenu ul li a:link, a:visited {
	color:#052B1C; 
	text-decoration: none;
}
	
#leftmenu ul li a:hover {
	background-color: #D8D8DE;
}
	
#leftmenu ul li a:active {
	text-decoration: none;
}
#leftmenu ul ul {
	display: block;
	/*list-style-type: none;*/	
}
#leftmenu ul ul a {
	font-weight:normal;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}

#leftmenu ul ul li {
	margin: 0px;
	padding: 0px;
	
}
	
#leftmenu ul ul li a:hover, a:active {
	color: #00230E;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #D8D8DE;
}
#leftmenu .pdfnote {
	text-align: center;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
	color: #315539;
}

/* PAGE CONTENT ATTRIBUTES */


#content {
	width: 77%;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	clear: left;
        
}

#content h2 {
	color: #022D19;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 9px 0 9px;
	margin-top: 10px;
}
#content h3 {
	font-size: 0.7em;
	font-weight: bold;
	color: #022B1B;
	border-bottom: 1px solid #C2C9B9;
	margin-left: 9px;
	margin-top:28px
}
#content h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #34563B;
	padding-left: 2%;
	font-style: italic;
}
	
#content p {
	font-size: 0.72em;
	color: #333333;
	padding: 0 0 0 6px;
	text-decoration: none;
        padding-right:6px;
        line-height: 20px;
}

#content a {
	color:#305438;
}
#content a:link, a:active {
	background:none;
	text-decoration: underline;
}

#content a:visited {
	color: #42507F;
	text-decoration: underline;
}
#content a:hover { 
	color:#42507F;
	background:none;
	text-decoration: underline;
}

#content p.bold {
	font-weight: bold;	
}

#content ul li {
	color: #333333;
	font-size: 0.72em;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding: 0 0 1% 0;
	list-style-type: none;
}
#content ol li {
	color: #333333;
	font-size: 0.72em;
	list-style-position: outside;
	/*list-style-image: url(images/bullet.gif);
	list-style-type: none;*/
	padding-bottom: 1%;
}

p#welcome {
color:#004444;
font-size:80%;
line-height:20px;

}

p#p-welc {
color:#004444;
font-size:80%;
line-height:18px;
font-weight: bold;
}




p#goolsaran {
margin: 0 58% 0 0

}


/* BOX QUOTE */
blockquote {
	height: auto;
	display: block;
	width: 98%;
	left: 500px;
	background-color: #F8FAF5;
	margin: 1em 0 0 0;
	padding: 7px;
	border: 1px ridge #C6D7E8;
}



blockquote p {
	margin: 0px;
	padding: 0 2% 0 3%;
	line-height: 1.7em;
	color: #000033;
}

blockquote .credit {
	font-style: italic;
	text-align: right;
	display: block;
	color: #000033;
	margin: 10px 8px 0 0;
	font-size: 0.75em;
}

/* FOOTER BAR */

#footer {
	text-align: center;
	clear: both;
	background-color: #213071;
	width: 100%;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px;
	margin: 0 auto;
        font-size:78%;
}

/* LANGUAGE BAR */

/*#languages {
	padding: 0 1% 0 0;
	margin: 0px auto;
	height: 1.2em;
	background-color: #E7ECE1;
}
*/
#languages {
    
    padding: 0 5% 0 0;
    margin: -20px auto;
    height: 1.2em;
    /* background-color: black; */
}
#languages ul {
	text-align: right;
	font-size: .7em;
	color: #000000;
	padding: 0;
	margin: 0;
}
#languages ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	margin: 0;
	padding-right: 13px;
}
#languages ul li#arabic {
	direction:rtl;
	font-size: 1.2em;
}
#languages ul li#chinese {
	font-size: .95em;}
#languages ul li a:link {
	color:#002B12;
	text-decoration:none;
	font-weight: bold;
}
#languages ul li a:visited {
	color:#062C1D;
	text-decoration:none;
	font-weight: bold;
}
#languages ul li a:hover {
	color:#315338;
	text-decoration:none;
	font-weight: bold;	
}
#languages ul li a:active {
	color:#002F19;
	text-decoration:none;
	font-weight: bold;
}


/* TOP BANNER */

#banner {
	clear: none;
	background-image: url(images/bannerbkgd.jpg);
	background-repeat: repeat-x;
}

#hiddentitle, #hiddentitle span {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

#hiddentitle span {
	margin-bottom: -90px;
}

h1 {
	font-size: 100%;
	padding:0;
	margin:0;
	text-align: center;
	color: #120034;
}
h1 span {
	display: block;
	position: relative;
	z-index: 1;	
}
#brandbar {
    height: 1.9em;
   background-color: #C2C6CF; 
    background-image: url(../common/images/brandbarbkgd.jpg);
    background-repeat: repeat-x;
}

