/* Local style sheet for UN Homepage (2009) */

body { background: #ACBCED url(images/grad.jpg) repeat-x; }

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/

#skiplink, #skiplink a {color: #D2E0FB;}

#topbanner  {
	margin-bottom: 0.2em;
	background-image: url(images/bannerbkgd.jpg);
	background-repeat: repeat-x;
	background-position: 0px -15px;
	height: 99px;
}

#topbanner  #hiddentitle, #hiddentitle span {
	height: 99px;
	background: url(images/banner.jpg) no-repeat;
}

/* 
#main #aboutun .sg .indent {
	margin-left: 3.3em;
}
 */
/* LANGUAGE BAR */
#languages {
	background: #0C0473 url(images/langbar.jpg) repeat-y;
}

#languages ul {
	float: right;
}

#languages ul li {
	display: inline;
	padding-right: 1em;
}

#languages  ul  li#chinese  { color: #C2D3FC; }
#languages ul li a:link,#languages ul li a:visited,#languages ul li a:hover,#languages ul li a:active {
	color:#FFF;	
	text-decoration: none;
	font-weight: normal;
}

#languages ul li a:hover { color:#D9EAFB; }



/* LINKS */
/* LINKS */
a, a:link, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #009;
	text-decoration: underline;
}


/* HORIZONTAL NAVIGATION */

#thematicnav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 2.8em;
	background-repeat: repeat;
}

#thematicnav ul  {
	list-style-type: none;
	margin: 0 0 0 0.5em;
}
#thematicnav ul li {
	display: inline;
	font-size: 125%;
}
#thematicnav ul li a {
	margin-left: 0.25em;
	float: left;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-weight: bold;
}
#thematicnav #peace a {
	border-top: 1px solid #BBBFC8;
	border-right: 1px solid #BBBFC8;
	border-left: 1px solid #BBBFC8;
	background-image: url(/common/images/peacebkgd2.jpg);
	background-repeat: repeat-x;
	background-position: -20px;
	width: 22%;
	text-align:center;
}
#thematicnav #peace a:hover {
	background-image: url(/common/images/peacebkgd.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav  #rights  a  {
	border-top: 1px solid #BBBFC8;
	border-right: 1px solid #BBBFC8;
	border-left: 1px solid #BBBFC8;
	background-image: url(/common/images/hrbkgd2.jpg);
	background-repeat: repeat-x;
	background-position: -20px;
	width: 16%;
	text-align:center;
}
#thematicnav #rights a:hover {
	background-image: url(/common/images/hrbkgd.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav  #ha  a {
	border-top: 1px solid #BBBFC8;
	border-right: 1px solid #BBBFC8;
	border-left: 1px solid #BBBFC8;
	background-image: url(/common/images/humaffbkgd2.jpg);
	background-repeat: repeat-x;
	background-position: -20px;
	width: 23%;
	text-align:center;
}
#thematicnav #ha a:hover {
	background-image: url(/common/images/humaffbkgd.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav  #law  a {
	border-top: 1px solid #BBBFC8;
	border-right: 1px solid #BBBFC8;
	border-left: 1px solid #BBBFC8;
	background-image: url(/common/images/intlawbkgd2.jpg);
	background-repeat: repeat-x;
	background-position: -20px;
	width: 18%;
	text-align:center;
}
#thematicnav #law a:hover {
	background-image: url(/common/images/intlawbkgd.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav   #development   a {
	border-top: 1px solid #BBBFC8;
	border-right: 1px solid #BBBFC8;
	border-left: 1px solid #BBBFC8;
	background-image: url(/common/images/ecosocbkgd2.jpg);
	background-repeat: repeat-x;
	background-position: -20px;
	width: 16%;
	text-align:center;
}
#thematicnav #development a:hover {
	background-image: url(/common/images/ecosocbkgd.jpg);
	background-repeat: repeat-x;
	background-position: -16px;
}
#thematicnav  ul  li  a:link, #thematicnav  ul  a:active, #thematicnav ul li a:visited  {
	color: #000033;
}
#thematicnav ul li a:hover    {
	text-decoration: none;
}


/* GENERAL STYLES */
p {
	padding-left: 5%;
	padding-bottom: 2%;
}


h2 {
	background-color: #f0f0bd;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	padding-left: 0.4em;
	margin-bottom: 0.3em;
	background-image: url(images/greentitlebar.jpg);
	line-height: 1.5;
}

h3   {
	font-size: 1.15em;
	color: #333;
	background-color: #F3F2DA;
	padding-top: .3em;
	padding-right:0;
	padding-bottom:.2em;
	padding-left:.6em;
	margin:.3em 0;
	line-height: 1.5;
}

#homepagecontent{
	margin:0 auto;
	width:100%;
	padding:0 0 0.5em 0;
}

.box {
	border: 1px solid #8f8f64;
	margin-bottom: .6em;
	overflow: auto;
	float: left;
	width: 100%;
}

.box p {
	padding: .1em;
	margin: .5em;
	font-size: 115%;
}
.box ul li {
	border-bottom: 1px dotted #8F8F64;
	background: url(images/bullet.gif) no-repeat 0 6px;
	padding-top: .2em;
	padding-right:0;
	padding-bottom:.3em;
	padding-left:.8em;
	margin-top: 0;
	margin-right:.4em;
	margin-bottom:0;
	margin-left:.8em;
	color: #333;
	list-style:none;
	font-size: 115%;
}

.more {
	text-align: right;
	padding-right: 6px;
	color: #333;
	font-style: normal;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 105%;
}



/* LEFT NAVIGATION */

#unnews {	
	float: left;
	width: 20.35em;
	margin-left: .8em;
	margin-bottom: 0;
	margin-right:0;
	display: inline; /* DO NOT REMOVE: IE6 FIX */
	clear:left;
}
#unnews  .box ul {
	margin-top: 0.7em;
}
#unnews  .box ul.margins {
	padding-top: 0;
}


#unnews #latestnewsbox {
	border: 1px solid #8f8f64;
	float: left;
	margin-bottom: .7em;
	padding: 0;
	width: 100%;
	display: inline;
}
#unnews #latestnewsbox #photo {
	width: 99.99%;
}
#unnews #latestnewsbox .caption {
	width: 97%;
}
* html #unnews #latestnewsbox {
    \width: 20.0em; /* for IE5 and IE6 in quirks mode */
    w\idth: 19.9em; /* for IE6 in standards mode */
	\padding: 0px;
	p\adding: 0px;
} 


#unnews .box .newslinks  {
	width: 100%;
	padding-top: 1em;
	overflow: hidden;
}


#unnews .box .rss {
	width: 4.2em;
	float: right;
	font-size: 0.95em;
	padding-top: 0.3em;
	padding-right: 0em;
	background-image: url(images/rss_sm.gif);
	background-repeat: no-repeat;
	background-position: 80% 60%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}


#unnews .box .media1  {
	float: left;
	/*width: 8.5em;*/
	width: 10em;
	color: #333;
	margin-bottom: .4em;
}

#unnews .box .media2  {
	float: right;
	/*width: 10em;*/
	width: 9.5em;
	color: #333;
	margin-bottom: .4em;
}

#unnews .box .media1 li, .box .media2 li {
	border-bottom-style: none;
	padding-bottom: 0;
}
#unnews #videos {
	height: 8.5em;
	margin-left: 0.3em;
	margin-top: 1.5em;
	width: 97%;
	background-color: #EFF2FC;
}

#unnews   #videos .videosimg {
	float: left;
	display: block;
	padding: 6px;
	margin: 2px;
	text-align: center;
	background-color: #D6E0FE;
}
#unnews .caption   {
	background-color: #E4E2BC; /*Original Background Color */
	/* background-color: #FFFFFF; */
	display: block;
	font-size: 1em;
	color: #333333; /*White - UN Photo Caption */
	margin-bottom: 0.7em;
	padding-left: 3%;
	padding-bottom: 0.2em;
	margin-top: 0px;
	padding-top: 0.3em;
	padding-right:0;
	margin-right:0;
	float: left;
	/* width: 19.92em; */
	width: 98%;
	height: 5em;
}
.caption a {
	color:#333333; 
}
.caption a:hover {
	color:#333333; 
}


#unnews  .caption a {
	color:#333333;
	text-decoration: none;
}
#unnews  .caption a:hover {
	color:#333333;
}


#unnews  #photo {
	/*background-color: #E4E2BC;  Original Background Color */
	/*color:#333333;*/
	background-color:#315988;/*Dark Brown - UN Photo Caption */
	color:#FFFFFF;/*White - UN Photo Caption */
	
	width: 20.5em; 
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#unnews  #photoVertical{
width: 20.5em;
height:196px;
float: left;
margin-bottom: 0.7em;
padding-bottom: 0px;
}

#unnews h2 {margin:0; }
/* MIDDLE COLUMN NAVIGATION*/


#unnews .medialinks {
	display: block;
	float: left;
	font-size:125%;
	background-color: #EFF2FC;
}

#unnews #medialinks ul li { list-style:none;}

#unnews #medialinks ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 1%;
  list-style: none;
}
 
#unnews #medialinks li {
	border:3px solid #EAEEFB;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#EFF2FC;
	float: left;
	width:92.5%;
	margin: 1%;
	padding: 0;
	text-align:left;
} 
#unnews #medialinks li a.doc
{padding-left:20px;
background-image:url(/zh/images/icons/document.png);
background-repeat:no-repeat}
#unnews #medialinks li a.video
{padding-left:20px;
background-image:url(/zh/images/icons/video.png);
background-repeat:no-repeat}

#unnews #medialinks li a.photo
{
	padding-left:20px;
	background-image:url(/zh/images/icons/photo.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
}

#unnews #medialinks li a.link
{
	padding-left:20px;
	background-image:url(/zh/images/icons/link.png);
	background-repeat:no-repeat;
	background-position: 0px 5px; }

#unnews  h2.headline a
{text-decoration:none;
color: #062B60;
font-weight:bold}

#unnews  h2.headline a:hover
{text-decoration:underline;
color: #062B60;}

#unnews  h2.headline a:visited
{color: #062B60;}

#unnews  h2.headline  {
	background-image: none;
	/* background-color: #D6E1FF; 
	color: #062B60;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 112%;
	padding: 0.3em;
	/* display:block; */
}

#unnews .newsbutton   {
	font-style: simsong;
	font-size: 115%;
	color: #1E2148;
	width: 92.5%;
	_width: 91.5%;
	clear:both;
	float: left;
	padding-top: 0.15em;
	padding-left: 0.15em;
	padding-right: 0.15em;
	padding-bottom: 0.15em;
	margin-top: -.1em;
	margin-left: 0.3em;
	margin-right: 0.4em;
	margin-bottom: 5px;
	text-align: center;
	border:3px solid #B0C4FD;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #D6E0FE;
}

#unnews  #media {
	color:#FFFFFF;/*White - UN Photo Caption */
	/* float: left; */
	margin-bottom: 0.5em;
	padding-bottom: 0px;
	/* height: 100%; */
	/* height:208px; */
	_height:204px;
	background-color: #EFF2FC;
}

#unnews  #media a {
	border:none;
	background-color:#e4e2bc; /*Dark Brown - UN Photo Caption */
	color:#FFFFFF; /*White - UN Photo Caption */
}


#unnews .homestory   {
	background-color:#FFFFFF; 
	color:#333333; 
	display: block;
	font-style: simsong;
	font-size: 1.15em;
	padding-left: 0%;
	margin-top: 0.3em;
	padding-top: 0px;
	padding-right:0;
	margin-right:0.5em;
	margin-left: 0.8em;
	margin-bottom: 0.5em;
	_margin-right: -10px;			/* DO NOT REMOVE: IE6 FIX */
	
}

#unnews .homestory a {
	font-size: 93%;
	color: #333333;
	text-decoration: underline;
}

#unnews .homestory p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
#unnews .homestory .radiolink {
	/* background-color:#EFF2FC; */
	float: left;
	padding: 0.1em;
/* 	background-image: url(../common/audioplayer/image/icon_pause.png);
	background-repeat: no-repeat;
	background-position: 140px 1px; */
	margin-bottom: 0.2em;
	width: 98%;
	/* border:3px solid #EAEEFB; */
}
#unnews  .homestory  .radiolink  a, .radiolink a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 95%;
}

#unnews   .homestory   a:hover, .homestory .radiolink a:hover  {
	color: #000099;
}

#aboutun {
	width: 41.2em;
	/*margin: .6em .8em 0 .8em;*/
	display: inline; /* DO NOT REMOVE: IE6 FIX */
	/*padding:.6em 21.3em 0 21.3em;*/
	float:right;
	margin-right:.8em;
	margin-bottom:0;
	margin-left:-22.5em;
}

#aboutun .aboutun1, #aboutun .aboutun2, #aboutun .aboutun3 {
	width: 20em;
	float: left;
	padding-bottom: 0.35em;
	margin-bottom: 0.5em;
	clear:both;
}

#aboutun .aboutun1 h2, .aboutun2 h2, .aboutun3 h2 {
	color: #FFFFFF;
	background: #062A74 url(images/bluetitlebar.jpg) repeat;
	padding-left: 0.7em;
	margin-bottom: 0.3em;
	margin-top:0;
}

#aboutun .aboutun1 {
	background: #D6E0FE url(images/flagbkgd.jpg) no-repeat right bottom;
}

#aboutun .aboutun2 {
	background: #D6E0FE url(images/unbldgbkgd.jpg) no-repeat right bottom;
}

#aboutun .aboutun3 {
	background-color: #D6E0FE;
	background-image: url(images/globe-light.jpg);
	background-repeat: no-repeat;
	background-position: right 30px;
}

#aboutun .aboutun1 ul, .aboutun2 ul, .aboutun3 ul {
	padding-top: 0.2em;
	margin:0;
}

#aboutun .aboutun1 ul li, .aboutun2 ul li, .aboutun3 ul li{
	color: #333;
	padding-top: 0;
	padding-right:.5em;
	padding-bottom:.46em;
	padding-left:.8em;
	list-style:none;
	font-size: 115%;
}

#aboutun .aboutun1 ul ul li, #aboutun .aboutun2 ul ul li, #aboutun .aboutun3 ul ul li {
	color: #333;
	background: url(images/bullet.gif) no-repeat 0 5px;
	padding-left: 1.2em;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left: 0.8em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	font-size: 90%;
}

#aboutun #morebodies a {
	display: block;
	float: right;
	font-size: 0.92em;
}

#aboutun #morebodies a:hover {
	color: #000099;
	text-decoration: underline;
}



#aboutun .sg {
	border: 1px solid #8f8f64;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	float:right;
	width: 20.5em;
}

#aboutun .sg h2 {
	background: #DBD670 url(images/sgbkgd.jpg) no-repeat right top;
	font-weight: bold;
	margin:0;
}

#aboutun .sg ul {
	padding-top:0;
	padding-right:0;
	padding-left: 0.8em;
	padding-bottom:0;
	padding-top:.3em;
	margin-top:0.2em;
	margin-right:.3em;
	margin-bottom:0.2em;
	margin-left:.3em;
}

#aboutun .sg ul li {
	white-space: nowrap;
	display: inline;
	background: url(images/bullet.gif) no-repeat 0px 4px;
	padding-top:0;
	padding-right:0;
	padding-left:.9em;
	padding-bottom:0;
	margin:0;
	list-style:none;
	font-size: 110%;
}
 
#main #aboutun .sg .indent {
	margin-left: 4em;
} 



/* RIGHT COLUMN NAVIGATION*/

#resources {
	float: right;
	width: 20.5em;
	margin-top: 4.7em;
	margin-right:-18.6em;
	margin-bottom:0;
	margin-left:.1em;
	display: inline; /* DO NOT REMOVE: IE6 FIX */
}

#resources .box ul {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	padding-left: 0.4em;
}


.box ul { 
	padding:0;  
	margin:0;
}

#resources .box ul li.noline {
	border-bottom-style: none;
	padding-bottom: .1em;
	margin-left:.5em;
}

#resources .box .resources1 {
	float: left;
	width: 9em;
	margin:.1em;
	padding-left:.5em;
}

#resources .box .resources2 {
	float: right;
	width: 10em;
	margin:0;
	padding-left:.5em;
}

#resources .box .resources1 ul li, .box .resources2 ul li {
	border-bottom-style: none;
	margin: 0;
}

#resources h2 { margin:0; padding:0; text-indent:.3em;}

/* FOOTER BAR */

#footer2 {
	text-align: center;
	clear: both;
	width: 100%;
	font-size: 0.95em;
	height: 2.1em;
	background-image: url(/common/images/footer.jpg);
	background-repeat: repeat;
	background-position: 0 -0.7em;
	padding-top: 0.5em;
	margin-top: .8em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #26498A;
}
#footer2 ul { margin-top: 0.5em; }

#footer2 ul li  {
	display: inline;
	padding-left: .2em;
}

#footer2 ul li a:link, #footer ul li a:visited, #footer ul li a:active {
	color: #333;
}

#footer2 ul li a:hover {
	color: #000099;
	text-decoration: underline;
}
.clear {
	height: 1px;
	line-height: 1px;
	clear: both;
	font-size: 1px;
}
.en {
padding: 0 0 3px 2px}


.headlinebox {
	border: 1px solid #8f8f64;
	margin-bottom: 0em;
	float: left;
	width: 100%;
	margin-top: 0em;
}

.headlinebox p {
	padding: 0em;
	margin: 0em;
}
#unnews #latestnewsbox {
     background-color:#EFF2FC;
	 text-align:left;
}
#unnews #medialinks p {
     background-color:#EFF2FC;
	 width: 90%;
     clear:both;
	 float: left;
	 margin: 0%;
	 padding: 0px;
	 text-align:left;
	 margin-left:15px;
	 line-height:20px;
	 font-size: 110%;
	  
	 }  

#unnews #medialinks h2 {
     background-color:#EFF2FC !important;
     color:#990000;
	 background-image:none !important;
	 }

.dot {
	 color:#990000 !important;
	margin-right: 6px;
	 margin-left: 6px; }

.headline {
   background-color:#EFF2FC;
   background-image:none;
   text-align:left;
   padding: 3px !important;
   border: 0px solid #8f8f64;
   border-bottom:none  !important;
   }
#media {position: relative; height: 15.2em; background-color:#EFF2FC;}
  #media img {position:static; height: 15.2em; }
  #photo_video {position:absolute; left:0; top: 0;}

