/*************************************************************************
	@imports
*************************************************************************/
	@import url("/css/navigation.css");
	@import url("/css/topics.css");
	@import url("/css/cmsfixes.css");
	@import url("/css/addthis.css");
	@import url("/css/maps.css");
	@import url("/css/addthis.css");
	/*@import url("user_styles.css");*/
	@import url("/css/slideshow.css");
	@import url("/css/centerhighlights.css");
	@import url("/css/archive.css");
	@import url("feature.css");
	@import url("zoomsearch.css");

	
/*************************************************************************
	@basic_tags
*************************************************************************/

	/*** @body ***/
		body, td, form, select, option, text, input, textarea { font: x-small/1.6 arial, helvetica, sans-serif; }
		*[lang|="ar"] 	   {font-family: Simplified Arabic, Arabic Transparent, Traditional Arabic, serif; }
		
		body
		{
			background: #ecece8 url(../img/bg_body.gif) center top repeat-x;
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
		*	{ margin: 0; padding: 0; }
		
		*.hide
		{
			display: block;
			overflow: hidden;
			font-size: 0.0;
			line-height: 0.0;
			text-decoration: none;
			text-indent: -9999px;
			background: transparent no-repeat 0 0;
		}
		
		/*for zoomsearch js module*/
		.highlight { font-weight: bold; }
		
	
	/*** @navAccessibility ***/
		body ul#navAccessibility
		{
			margin: 0;
			font-size: 1px;
			line-height: 0px;
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		body ul#navAccessibility li
		{
			height: 1px;
		}
		
	/*** @printView ***/
		#printView	{ display: none; }

	/********************/
	/*** @header_tags ***/
	/********************/
		h1, h2, h3, h4, h5, h6
		{
			margin: 0 0 .2em 0;
			padding: 0;
			line-height: 1.1;
		}
		
		h1 { font-size: 2em; }
		h2 { font-size: 1.6em; }
		h3 { font-size: 1.4em; }
		h4 { font-size: 1.34em; }
		h5 { font-size:   1em; }
		h6 { font-size:  .9em; }
		
	/**************/
	/*** @forms ***/
	/**************/
		form
		{
			margin: 1em 0;
			padding: 0;
			font-size: 1em;
		}
		
		form div.actionBtns
		{
			margin-top: 1em;
			padding-top: 0;
			display: table;
			clear: left;
		}

		form button
		{
			background-color: transparent;
			margin: 0;
			padding: 0;
			border: none;
		}
		
		form button:focus
		{
			margin: 0;
			padding:0;
		}
		
		form button.btnSubmit, form button.btnSubmit:focus
		{
			margin: 7px 0;
			padding: 2px 15px;
			border: none;
			color: white;
		}
		
		form button.reset, form button.reset:focus
		{
			background-color: #EBEBE3;	
			color: #666;
			font-size: 1em;
			float: right;
			margin: 7px 5px 7px 0;
			padding: 2px 5px;
		}
		
		/*** @btnSubmit ***/
		button.btnSubmit
		{
			background-color: #8CABD4;	
			color: #FFF;
			font-size: 1em;
			float: right;
			margin: 7px 0;
			padding: 2px 5px;
		}
		
		button.btnSubmit span
		{
			background: transparent url(../img/arb/icon_arrowBtn.gif) right .2em no-repeat;
			padding-right: 13px;
		}
		
		form button.btnSubmit:focus
		{
		}
		
		form button.reset:focus
		{
		}
		
		form div.group ul
		{
			margin: 0;
			padding: 0 0 1em 0;
			display: inline;
			list-style: none;
			float: left; /* for ie */
		}

		form div.group li
		{
			margin: 0;
			padding: 0 1em 0 0;
			display: inline;
			list-style: none;
			float: left;
		}
		
		form div.group label
		{
			margin: 0;
			padding-top: .5em;
			padding-bottom: .5em;
			width: auto;
			float: left;
		}
		
		form div.group li label
		{
			padding-top: .5em;
			padding-bottom: 0;
		}
		
		form div.group span.title
		{
			padding-top: .8em;
		}
		
		form div.related
		{
			display: block;
			margin-left: 12em;
		}
		
		form fieldset
		{
			margin-bottom: 3em;
			padding-left: 2em;
			padding-right: 1em;
			padding-bottom: 1em;
			border: 1px solid #CCC;
		}

		form fieldset ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		form fieldset li
		{
			margin: 0;
			padding: 0;
			border: none;
			list-style: none;
		}
		form fieldset ul.multicol li, form ul.multicol li	{ float: left; width: 45%; }
		
		form fieldset li label
		{
			padding-bottom: 0;
			width: 100%;
			display: table;
		}
		
		form fieldset label span.error
		{
			color: #990000;
			float: left;
			font-size: .9em;
			font-weight: bold;
			padding-left: 1em;
		}
		
		/* for containerRelated forms */
			div.containerRelated form	{ display: table; width: 100%; margin: 0; padding: 0; }
			div.containerRelated form div.group li	{ padding: 0; display: table; width: 100%; }
			div.containerRelated form div.group label	{ width: auto; padding: 0; }
			div.containerRelated form div.group span.title	{ display: table; padding: 0; float: left; margin-left: .5em; width: auto; }
			div.containerRelated form div.group input.checkbox	{ float: left; }
			div.containerRelated form span	{ width: auto; }
			
			/* @newsletterSub */
				#zone2 div.containerRelated form.newsletterSub label span
				{
					width: 6em;
				}

				#zone2 div.containerRelated form.newsletterSub div.group ul
				{
					border-bottom: 1px dotted #CCC;
					display: block;
					padding: 0;
					margin-bottom: 1em;
				}

				#zone2 div.containerRelated form.newsletterSub h6
				{
					margin-bottom: .3em;
				}
	
				#zone2 div.containerRelated form.newsletterSub div.group li label
				{
					clear: none;
					display: inline;
					position: relative;
					width: 50%;
				}
				
				#zone2 div.containerRelated form.newsletterSub div.group label span
				{
					width: auto;
				}
	
				#zone2 div.containerRelated form.newsletterSub div.group label input.checkbox
				{
					position: relative;
					top: .2em;
					margin-right: 3px;
				}

				
				
		/* for single line searches */
			form fieldset.containerKeyordSearch label
			{
				margin-right: 1em;
				margin-top: .5em;
				width: auto;
				float: left;
			}
			
			form fieldset.containerKeyordSearch label span
			{
				padding-right: 1em;
				width: auto;
			}
			
			form fieldset.containerKeyordSearch button
			{
				margin-top: 1em;
				float: left;
			}

		input
		{
			margin-bottom: .3em;
			vertical-align: bottom;
			font-size: 1em;
		}
		
		/* can't include this in IE stylesheet as IE7 needs it also */
		input.txtFld:focus, select:focus, textarea:focus
		{
			border: 1px solid red;
		}

		input.checkbox
		{
			width: auto;
		}

		input.radio
		{
			float: none;
		}
	
		input.txtFld
		{
			border: 1px solid #666;		
			line-height: 1.2;
			padding: .1em .3em;
			width: 200px;
			float: left;
			font-size: 1em;
		}
		form.newsletterSub div.group input.txtFld {width:220px}
		
		label
		{
			font-size: 1em;
			margin: 0;
			padding: 1.5em 0 .2em 0;
			display: block;
			line-height: normal;
			width: 100%;
			clear: left;
			cursor: pointer;
		}
		ul label	{ font-size: 1em; padding: 0 0 .2em 0; }

		label select
		{
			float: left;
		}
		
		label span,
		form div.group span
		{
			padding-top: .2em;
			display: block;
			line-height: normal;
			width: 12em;
			float: left;
		}
		label.wide span	{ width: 100%; float: none; }
		
		
		label.radio span, label.checkbox span
		{
			padding-top: 0;
			display: inline;
			width: auto;
			float: none;
		}	
		label.radio span, label.checkbox span.checkbox	{ float: left; width: 1%; }
		label.radio span, label.checkbox span	{ float: right; width: 95%; }
		
		legend
		{
			color: #666;
			font-family: arial, sans-serif;
			font-size: 1.4em;
			font-weight: normal;
			padding: 0 .5em;
		}
		
		option
		{
			font-size: 1em;
		}
			
		select
		{
			/*margin-right: 1em;*/
			width: auto;
			font-size: 1em;
			line-height: 1.2;
		}
		
		textarea
		{
			border: 1px solid #666;
			font-size: 1em;
			height: 9em;
			width: 98%;
			clear: left;
		}
		form.emailDoc textarea	{ height: 4em; }

		form ul.valueList
		{
			border-right: none;
			height: 10em;
			overflow: auto;
		}
		
		/*for conference signup captcha*/
		form label#info-list	{ position: absolute; left: -9999px; top: -9999px; }
		
		
	/**************/
	/*** @links ***/
	/**************/
		a, a:link, a:visited, a:hover, a:active
		{
			color: #3D71B7;
			text-decoration: none;
		}
		
		a:hover { text-decoration: underline; }
		
		a img { border: none; }
		
	/**************/
	/*** @lists ***/
	/**************/
		dl { }
		dt { display: inline; float: left; font-weight: bold; margin-right: .5em; }
		dd { margin-bottom: .25em;}
		div.clearFix dd a {font-weight: bold;}
		
		ul, ol {
			margin: 1em 0 1em 1.8em;
			padding: 0;
		}
		
		ul ul, ol ol
		{
			margin-top: .5em;
			margin-bottom: .5em;
		}
		
		ul li
		{
			margin: 0;
			padding: 0;
			list-style: square;
		}
		
		/* nested list styles */
			ol, ol li { list-style: decimal; }
			ol ol, ol ol li { list-style: upper-alpha; }
			ol ol ol, ol ol ol li { list-style: upper-roman; }
			ol ol ol ol, ol ol ol ol li { list-style: lower-roman; }
			ol ol ol ol ol, ol ol ol ol ol li { list-style: lower-alpha; }
			

	/**************/
	/*** @other ***/
	/**************/
		img
		{
			margin: 0;
			border: none;
		}
		
		div
		{
			margin: 0;
			padding: 0;
		}
		
		object { }
		
		/* @videoEmbed */
		div.videoEmbed
		{
			border-bottom: 3px solid #E2EAF4;
			margin-bottom: 1em;
			padding-bottom: 1em;
		}
		div.videoEmbed.cec, div.videoEmbed.ce	{ display: none; }

	
	/***************/
	/*** @tables ***/
	/***************/
		table
		{
			margin: 0;
			padding: 0;
			display: table;
			width: 100%;
		}
		
		caption { }
		
		td
		{
			font-size: .9em;
			line-height: 1.3em;
			margin: 0;
			padding: .3em .2em;
			position: relative;
		}
		
		tbody td { border-bottom: 1px solid #CCC; }
		
		tbody tr { }

		thead
		{
		}
		
		thead th
		{
			color: #666;
			font-size: .9em;
			line-height: 1.3em;
			margin: 0;
			padding: 0 .2em .3em .2em;
			border-bottom: 3px solid #CCC;
			vertical-align: bottom;
		}

		tfoot { }
		tfoot td { }
		
		img.tableTool	{ position: relative; top: 5px; }
			
	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote
		{
			border-top: 3px solid #E2EAF4;
			border-bottom: 3px solid #E2EAF4;
			color: #888;
			font-family: georgia, times, serif;
			font-size: 1.4em;
			font-weight: normal;
			margin: 1em 0;
			padding: .5em 1em;
		}
		
		blockquote p { }
		
		p
		{
			margin: 0 0 1em 0;
			padding: 0;
		}

		sup { }
		
		*.date { text-transform: uppercase; }
		*.count { }
		*.important { color: #990000; }
		*.required { color: #990000; }
		*.metaD { color: #666; }
			
	/**************/	
	/*** @vCard ***/
	/**************/
		div.vcard { }
		
	/**************/
	/*** @forms ***/
	/**************/
		div.calendar
		{
			background: #FFF;
			border: 3px solid #E2EAF4;
		}
		
		
/*************************************************************************
	@layout_elements
*************************************************************************/
	.clearFix
	{
		font-size: 1px;
		line-height: 0px;
		clear: both;
	}
	
	.indent { margin-left: 1em; }
	.outdent { margin-left: -1em; }
	
	.alignLeft { text-align: left; }
	
	.alignRight { text-align: right; }
	a.alignRight { display: block; }

	.alignCenter { text-align: center; }
		
	
	/****************/
	/*** @columns ***/
	/****************/
		div.containerCols { width: 100%; display: table; }

		div.column
		{
			margin-right: 3%;
			margin-left: 3%;
			width: 46%;/* assume 2 columns */
			float: left;
		}
		div.column.halfs	{ width: 43%; margin-left: 0px; margin-right: 25px; }
		div.column.thirds	{ width: 30%; margin-left: 20px; margin-right: 0; }
		div.column.thirds.experts	{ width: 30%; margin-left: 0px; margin-right: 20px; }
				
		div.containerCols div.first { margin-left: 0; }
		div.containerCols div.last { margin-right: 0; }
		

/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		background: #FFF url(../img/bg_wrapper.gif) left top repeat-y;
		border-left: 5px solid #c5c4be;
		border-right: 5px solid #c5c4be;
		display: block;
		font-size: 1.2em;/* font size adjustment for body tag */
		margin: 0 auto;
		padding: 0;
		text-align: left;
		width: 900px;
	}
	
	div#zoneHeader
	{
		background: transparent url(../img/bg_zoneHeader.gif) left top repeat-x;
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
		height: 133px;
		width: 100%;
	}
	
	#zoneUtilities
	{
		display: block;
		float: left;
		font-size: .79em;
		line-height: 1.4em;
		margin-top: 4px;
		width: 122px;
	}
	
	div#zoneMain
	{
		background: transparent url(../img/bg_zoneMain.gif) 460px top repeat-y;
		display: block;
		float: left;
		margin: 25px;
		width: 728px;
	}
	div#zoneMain.wide	{ background-image: none; }
	
	div#zoneTitle
	{
		background-color: #FFF;
		display: block;
		float: left;
		margin-top: 0;
		padding: 0;
		width: 728px;
	}

	div#zone1
	{
		display: block;
		float: left;
		margin-top: 0;
		padding: 0;
		width: 440px;
	}
	div#zoneMain.wide div#zone1	{ width: 728px; }
	
	div#zone2
	{
		display: block;
		float: left;
		font-size: .9em;
		margin-left: 40px;
		padding: 0;
		width: 248px;
	}
	
	div#zone3
	{
		display: table;
		width: 100%;
		padding-top: 10px;
		position: relative;
		background: #FFF url(../img/bg_z3.gif) left bottom repeat-x;
	}
	
	div#zoneFooter
	{
		background: #2f60a4 url(../img/bg_zoneFooter.gif) left top repeat-x;
		display: table;
		font-size: .9em;
		width: 100%;
		margin: 0;
		padding: 0 0 10px 0;
	}
	

/*************************************************************************
	@wrapper
*************************************************************************/

	/***********************/
	/*** @catagoryHeader ***/
	/***********************/
	
	
/*************************************************************************
	@zoneHeader
*************************************************************************/
		
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding
		{
			background: transparent url(../img/logomark_screen.gif) left top no-repeat;
			border-bottom: 1px solid #cac9c0;
			display: table;
			height: 100px;
			width: 100%;
			position: relative;
		}
				
		div#zoneBranding h1,
		div#zoneBranding strong
		{
			float: left;
			margin: 0;
			padding: 0;
			position: relative;
			left: 53px;
			top: 33px;
			width: 321px;
		}
		
		div#zoneBranding h1 a,
		div#zoneBranding strong a
		{
			background: transparent url(../img/logoEnLg_screen.gif) left top no-repeat;
			display: block;
			height: 18px;
			width: 321px;
		}
		
		div#zoneBranding h1 div,
		div#zoneBranding strong div
		{
			margin: 0;
			padding: 0;
			position: relative;
			left: 1px;
			top: 2px;
			width: 187px;
		}
		
		div#zoneBranding h1 div a,
		div#zoneBranding strong div a
		{
			background: transparent url(../img/logoRuSm_screen.gif) left top no-repeat;
			display: block;
			height: 15px;
			width: 187px;
		}
		
		div#zoneBranding h1 img,
		div#zoneBranding strong img
		{
			height: .5in;
			display: none;
		}
		
		/*** @zoneCobrand ***/
		div#zoneCobrand
		{
			float: right;
			margin: 0;
			padding: 0;
			position: relative;
			right: 35px;
			top: 40px;
			width: 347px;
		}

		div#zoneCobrand h2
		{
			width: 347px;
		}
		
		div#zoneCobrand h2 a
		{
			background: transparent url(../img/logoCEIPEn.gif) left top no-repeat;
			display: block;
			height: 10px;
			width: 347px;
		}

		div#zoneCobrand ul.centersNav
		{
			display: table;
			width: 347px;
			list-style: none;
			margin: 0;
			padding: 0;
			position: relative;
		}
		
		div#zoneCobrand ul.centersNav li
		{
			background: transparent url(../img/hdrnav_bullet.gif) left center no-repeat;
			list-style: none;
			float: left;
			margin-left: 5px;
			padding: 0 4px 0 12px;
		}
		
		div#zoneCobrand ul.centersNav li a
		{
			background-color: transparent;
			background-position: left top;
			background-repeat: no-repeat;
			display: block;
			height: 7px;
		}
		
		div#zoneCobrand li#washington	{ margin-left: 0; background: none; padding-left: 0; }
		div#zoneCobrand li#washington a	{ background-image: url(../img/hdrnav_washingtondc.gif); width: 91px; }
		div#zoneCobrand li#washington a:hover	{ background-image: url(../img/hdrnav_washingtondc_active.gif); }
		
		div#zoneCobrand li#moscow a	{ background-image: url(../img/hdrnav_moscow.gif); width: 48px; }
		div#zoneCobrand li#moscow a:hover	{ background-image: url(../img/hdrnav_moscow_active.gif); }
		
		div#zoneCobrand li#beijing a	{ background-image: url(../img/hdrnav_beijing.gif); width: 39px; }
		div#zoneCobrand li#beijing a:hover	{ background-image: url(../img/hdrnav_beijing_active.gif); }
		
		div#zoneCobrand li#beirut a	{ background-image: url(../img/hdrnav_beirut.gif); width: 36px; }
		div#zoneCobrand li#beirut a:hover	{ background-image: url(../img/hdrnav_beirut_active.gif); }
		
		div#zoneCobrand li#brussels	{ padding-right: 0; }
		div#zoneCobrand li#brussels a	{ background-image: url(../img/hdrnav_brussels.gif); width: 49px; }
		div#zoneCobrand li#brussels a:hover	{ background-image: url(../img/hdrnav_brussels_active.gif); }

		

		
	/***********************/
	/*** @containerSearch ***/
	/***********************/
		div.containerSearch	
		{
			display: table;
			position: relative;
			width: 27.5%;
			float: right;
		}
		
		div.containerSearch	form
		{
			display: block;
			margin: 0;
		}
		
		div.containerSearch	form label
		{
			padding: 0;
			position: relative;
			float: left;
			width: 200px;
			top: 7px;
		}

		div.containerSearch	form label span
		{
			font-weight: normal;
		}
		
		div.containerSearch	form input.txtFld
		{
			border: 1px solid #5D5D53;
			border-right: none;
			font-size: .9em;
			padding: 2px 0 1px 4px;
		}
		/*for safari*/
		@media screen and (-webkit-min-device-pixel-ratio:0){
		div.containerSearch form input.txtFld { padding-bottom: 2px;}
		}

		div.containerSearch	form button
		{
			background: transparent url(../img/btn_searchSite.gif) left center no-repeat;
			float: left;
			height: 19px;
			width: 19px;
			padding: 2px;
			position: relative;
			left: 5px;
		}
				
	
/*************************************************************************
	@zoneMain
*************************************************************************/
	span.contentImg.wide img	{ padding-right: 0; }
	
	/*** @docTools ***/
	div.docTools
	{
		display: table;
		width: 100%;
	}
	
	span.photocredit
	{
		color: #999;
		font-family: arial, sans-serif;
		font-size: .7em;
		text-transform: uppercase;
		text-align: right;
	}


	/*** @exitLink ***/
	div.exitLink,
	#zone1 ul.listDisplay li p.exitLink
	{
		color: #507CDB;
		display: block;
		font-weight: normal;
		text-align: right;
	}
	div.exitLink span	{ font-weight: normal; color: #000; }
	
	#zone1 ul.listDisplay div.exitLink
	{
		font-size: .9em;
		font-weight: bold;
		margin-bottom: 3em;
	}
	
	#zone2 div.containerRelated ul li div.exitLink a
	{
		font-weight: normal;
	}

	/*** @moreLink ***/
	a.moreLink
	{
		border-left: 1px solid #737164;
		font-family: arial, san-serif;
		font-size: .8em;
		margin-left: 10px;
		padding-left: 5px;
		text-transform: uppercase;
	}

	/*** @tags ***/
	div.tags
	{
		background: transparent url(../img/icon_tag.gif) left .3em no-repeat;
		float: left;
		font-size: .9em;
		padding-left: 20px;
	}

	div.tags span
	{
		float: left;
		margin: 0;
		padding: 0;
	}

	div.tags ul
	{
		float: left;
		list-style: none;
		position: relative;
		bottom: 1em;
		right: 1em;
	}

	div.tags ul li
	{
		float: left;
		list-style: none;
		padding-right: .5em;
	}

	div.tags ul li a
	{
		border-right: 1px solid #8B7486;
		color: #6D2D01;
		padding-right: .5em;
	}
	div.tags ul li a.last	{ border: none; }
			
			
			
	/*****************/
	/*** @pageTools ***/
	/*****************/
		div.pageTools
		{
			font-size: 1.2em;
		}
		
		div.pageTools strong a,
		div.pageTools strong a:visited,
		div.pageTools strong a:hover
		{
			color: #FFF;
		}
		
		div.pageTools ul
		{
			list-style: none;
			margin: 0;
			padding: 5px 10px;
		}
		
		div.pageTools ul li,
		#zone1 ul.listDisplay li div.pageTools ul li
		
		{
			background-position: left center;
			background-repeat: no-repeat;
			background-color: transparent;
			list-style: none;
			margin: 0;
			padding: 0 0 0 24px;
		}
		
		div.pageTools ul li.addlink	{ background-image:	url(../img/icon_addlink.gif); }
		div.pageTools ul li.arb	{ background-image:	url(../img/icon_arb.gif); }
		div.pageTools ul li.audio	{ background-image:	url(../img/icon_audio.gif);  }
		div.pageTools ul li.bulletBlue	{ background-image:	url(../img/icon_bullet_blue.gif); }
		div.pageTools ul li.bulletOrange	{ background-image:	url(../img/icon_bullet_orange.gif); }
		div.pageTools ul li.calendar	{ background-image:	url(../img/icon_calendar.gif); }
		div.pageTools ul li.cancel	{ background-image:	url(../img/icon_cancel.gif); }
		div.pageTools ul li.comments	{ background-image:	url(../img/icon_comments.gif); }
		div.pageTools ul li.doc	{ background-image:	url(../img/icon_doc.gif); }
		div.pageTools ul li.document	{ background-image:	url(../img/icon_doc.gif); }
		div.pageTools ul li.email	{ background-image:	url(../img/icon_email.gif); }
		div.pageTools ul li.facebook	{ background-image:	url(../img/icon_facebook.gif); }
		div.pageTools ul li.fax	{ background-image:	url(../img/icon_fax.gif); }		
		div.pageTools ul li.globe	{ background-image:	url(../img/icon_globe.gif); }
		div.pageTools ul li.home	{ background-image:	url(../img/icon_home.gif); }
		div.pageTools ul li.info	{ background-image:	url(../img/icon_info.gif); }
		div.pageTools ul li.materials	{ background-image:	url(../img/icon_materials.gif); }
		div.pageTools ul li.msword	{ background-image:	url(../img/icon_msword.gif); }				
		div.pageTools ul li.news	{ background-image:	url(../img/icon_news.gif); }
		div.pageTools ul li.pages	{ background-image:	url(../img/icon_pages.gif); }
		div.pageTools ul li.pdf	{ background-image:	url(../img/icon_pdf.gif); }
		div.pageTools ul li.people	{ background-image:	url(../img/icon_people.gif); }
		div.pageTools ul li.person	{ background-image:	url(../img/icon_person.gif); }
		div.pageTools ul li.phone	{ background-image:	url(../img/icon_phone.gif); }
		div.pageTools ul li.photo	{ background-image:	url(../img/icon_photo.gif); }
		div.pageTools ul li.podcast	{ background-image:	url(../img/icon_podcast.gif); }
		div.pageTools ul li.ppt	{ background-image:	url(../img/icon_ppt.gif); }
		div.pageTools ul li.print	{ background-image:	url(../img/icon_print.gif); }
		div.pageTools ul li.research	{ background-image:	url(../img/icon_research.gif); }		
		div.pageTools ul li.rss	{ background-image:	url(../img/icon_rss.gif); }
		div.pageTools ul li.scribd	{ background-image:	url(../img/icon_scribd.gif); }
		div.pageTools ul li.subscribe	{ background-image:	url(../img/icon_subscribe.gif); }
		div.pageTools ul li.table	{ background-image:	url(../img/icon_table.gif); }
		div.pageTools ul li.tag	{ background-image:	url(../img/icon_tag.gif); }
		div.pageTools ul li.translation	{ background-image:	url(../img/icon_translation.gif); }
		div.pageTools ul li.twitter	{ background-image:	url(../img/icon_twitter.gif); }
		div.pageTools ul li.txt	{ background-image:	url(../img/icon_doc.gif); }
		div.pageTools ul li.video	{ background-image:	url(../img/icon_video.gif); }
		div.pageTools ul li.watch	{ background-image:	url(../img/icon_watch.gif); }
		div.pageTools ul li.youtube	{ background-image:	url(../img/icon_youtube.gif); }
		


		
		div.pageTools ul li a
		{
			font-weight: normal;
			text-decoration: none;
		}
		div.pageTools ul li a:hover	{ text-decoration: underline; }
		div.pageTools ul li a.active	{ font-weight: bold; }

		#zone1 ul.listDisplay li div.pageTools ul li
		{
			font-size: .75em;
			margin-top: -1em;
		}

		#zone1 ul.listDisplay li div.pageTools ul li a
		{
			font-weight: bold;
		}
		
		
		/*connect*/
		#zoneMain.connect div.pageTools#connect ul li
		{
			background-position: left center;
			background-repeat: no-repeat;
			background-color: transparent;
			list-style: none;
			margin: 1em 0;
			padding: 0 0 0 36px;
			line-height:3em;
		}
				
		#zoneMain.connect div.pageTools ul li.facebook { background-image:	url(../img/icon_facebook_med.gif); }
		#zoneMain.connect div.pageTools ul li.twitter	{ background-image:	url(../img/icon_twitter_med.gif); }
			
			
			
	/*****************/
	/*** @programs ***/
	/*****************/
		#zoneMain.programs #zone1 ul.listDisplay li
		{
			float: left;
			margin: 0;
			padding: 1.3em 0;
		}

		#zoneMain.programs #zone1 ul.listDisplay li h3 a
		{
			font-size: 1.3em;
		}

		#zoneMain.programs #zone1 ul.listDisplay li p
		{
			color: #666;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.2em;
			line-height: 1.6em;
		}
		
		#zoneMain.programs #zone1 ul.listDisplay li p span.contentImg
		{
			display: block;
			height: 80px;
			overflow: hidden;
			position: relative;
		}
		
		#zoneMain.programs #zone1 ul.listDisplay li p span.contentImg.list	
		{
			height: 150px;	
			float: left;
			padding-bottom: 0px;
			padding-right: 15px;
			margin-bottom: 0px;
		}


	/*****************/
	/*** @issues ***/
	/*****************/
		#zoneMain.issues #zone1 div.containerCols	{ width: 100%; }
		#zoneMain.issues #zone1 div.column.halfs	{ width: 46%; }

		#zoneMain.issues #zone1 ul.listDisplay li
		{
			float: left;
			margin: 0;
			padding: 1.2em 0;
		}

		#zoneMain.issues #zone1 ul.listDisplay li h3 a
		{
			font-size: 1.3em;
		}

		#zoneMain.issues #zone1 ul.listDisplay li p
		{
			color: #666;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1em;
			line-height: 1.5em;
		}
		
		#zoneMain.issues #zone1 ul.listDisplay li p span.contentImg
		{
			display: block;
			height: 80px;
			overflow: hidden;
			position: relative;
		}
		
		#zoneMain.issues #zone1 ul.listDisplay li p span.contentImg.list	
		{
			height: 150px;	
			float: left;
			padding-bottom: 0px;
			margin-bottom: 0px;
		}
		
		#zoneMain.issues #zone1 ul.listDisplay li p span.contentImg.landing.wide,
		#zoneMain.programs #zone1 ul.listDisplay li p span.contentImg.landing.wide	{display: none;	}
		#zoneMain.issues #zone1 ul.listDisplay li p span.contentImg.z2,
		#zoneMain.programs #zone1 ul.listDisplay li p span.contentImg.z2	{display: none;	}
		
		#zoneMain.issues #zone1 ul.listDisplay li p span.contentImg.fourCols	{ width: 200px; }
	
		/*#zoneMain.projects #zone1 ul.listDisplay li p span.contentImg img	{ position: relative; bottom: 30px; }*/
		/*#zoneMain.projects #zone1 ul.listDisplay li p span.contentImg.security img	{ bottom: 20px; right: 0; }*/
		/*#zoneMain.projects #zone1 ul.listDisplay li p span.contentImg.arabPolitics img	{ bottom: 10px; }*/

		/* zoneTitle display */
			#zoneMain.list #zoneTitle div.containerIntro
			{
				font-family: georgia,times,serif;
				font-size: 1.2em;
				line-height: 1.5em;
			}
	
			#zoneTitle div.containerIntro p span.contentImg
			{
				display: block;
				height: 80px;
				overflow: hidden;
				position: relative;
			}
	
			#zoneTitle div.containerIntro p span.contentImg.fourCols.middleEastEconomies img	{ bottom: 65px; }
			
			#zoneMain.list.regions #zoneTitle div.containerIntro p span.contentImg.regionsCountries { display: none; }

		/* archive */
			#zone1 ul.archive	{ margin: 0; padding: 0; list-style: none; }
			#zone1 ul.archive li	{ margin: 0 0 .5em 0; padding: 0; list-style: none; }
			#zoneMain #zone1 ul.archive h4	{ font-size: 1.3em; }
			#zoneMain #zone1 ul.archive h4 span
			{
				border-left: 1px dotted #CAC9C0;
				color: #666;
				font-size: .8em;
				font-weight: normal;
				margin: 0 0 0 .4em;
				padding: 0 0 .1em .3em;
				position: relative;
				bottom: 0;
			}
	
				
	/********************/
	/*** @ProetContra ***/
	/********************/
	
		/*** @ProetContraList ***/
		#zoneMain.list.proEtContra #zoneTitle div.containerTitle h2
		{
			background-color: #FFE194;
			display: block;
			height: 134px;
			margin: 0 auto;
			padding: 10px;
			width: auto;
		}

		#zoneMain.list.proEtContra #zoneTitle div.containerTitle h2 span
		{
			background-image: url(../img/logo_proetcontraLg.gif);
			display: block;
			position: relative;
			height: 134px;
			margin: 0 auto;
			text-align: center;
			width: 400px;
		}

		#zoneMain.list.proEtContra #zoneTitle div.containerIntro
		{
			border: 1px solid #231f20;
			color: #231f20;
			font-family: Arial, Helvetica, sans-serif;
			font-size: .9em;
			line-height: 1.5em;
			padding: 10px;
		}

		#zoneMain.list.proEtContra #zoneTitle div.containerIntro
		{
			border: 1px solid #231f20;
			color: #231f20;
			font-family: Arial, Helvetica, sans-serif;
			font-size: .9em;
			line-height: 1.5em;
			padding: 10px;
		}
		
		#zoneMain.list.proEtContra #zoneTitle div.issue
		{
			display: block;
			text-align: center;
			font-size: 1.3em;
			margin-top: .5em;
		}
			

		#zoneMain.list.proEtContra #zone2 div.button.talktous a	{ background-image: url(../img/btn_talkToUs_en.gif); margin-top: 1em; }
		
		#zoneMain.list.proEtContra #zone2 div.containerRelated.feature h5
		{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.7em;
			text-transform: none;
		}
	
		/*** @ProetContraShow ***/
		#zoneMain.show.ProetContra #zoneTitle div.containerSubtitles h3
		{
			background-image: url(../img/home/bnr_proetcontra.gif);
			background-color: transparent/*#B0815B*/;
			background-position: left -6px;
			background-repeat: repeat-x;
			display: block;
			height: 33px;
			padding-bottom: 1em;
		}

		#zoneMain.show.ProetContra #zoneTitle div.containerSubtitles h3 a
		{
			background-image: url(../img/home/logo_proetcontra.gif);
			background-color: #B1815B;
			display: block;
			float: right;
			height: 51px;
			position: relative;
			height: 51px;
			width: 151px;
			/*top: 6px;*/
			right: 21px;
		}

		
		
		
/*************************************************************************
	@zoneUtilities
*************************************************************************/
	#zoneUtilities div.pageTools
	{
		display: block;
		/*border-bottom: 1px solid #FFF;*/
	}
	#zoneUtilities div.pageTools.related	{ background-color: #EFF2F9; /*border-top: 2px solid #FFF;*/ }
	/*#zoneUtilities div.pageTools.persist	{ border-top: 2px solid #8CABD4; }*/
	
	#zoneUtilities div.pageTools strong
	{
		background-color: #8CABD4;
		color: #FFF;
		display: block;
		font-size: .8em;
		line-height: 1em;
		margin: 0 0 .7em 0;
		padding: 3px 10px 4px 10px;
		text-transform: uppercase;
	}
	#zoneUtilities div.pageTools.persist strong	{ border-top: none; }
		
	#zoneUtilities div.pageTools ul li
	{
		background-position: left 0px;
		/*height: 1.5em;*/
		padding-bottom: .9em;
	}
	#zoneUtilities div.pageTools ul li.audio	{ background-position: 3px 0px; }
		
	#zoneUtilities div.pageTools.persist ul li a,
	#zoneUtilities div.pageTools.multimedia ul li a
	{
		font-weight: bold;
	}
	#zoneUtilities div.pageTools form
		{
			margin: 0;
			padding: 0;
		}

		#zoneUtilities div.pageTools input
		{
			background: none;
			border: none;
			color: #3D71B7;
			font-weight: bold;
			margin: 0;
			padding: 0;
		}
		
		#zoneUtilities div.pageTools input:hover
		{
			text-decoration: underline;
		}

		#zoneUtilities div.pageTools.multimedia	{ background-color: #F5E7D6; }
		#zoneUtilities div.pageTools.multimedia strong	{ background-color: #D68019; }
		#zoneUtilities div.pageTools.multimedia ul li a	{ color: #B76D15; font-size: 1.1em; line-height: 1.3em; }

	
		
		
/*************************************************************************
	@zoneTitle
*************************************************************************/
	#zoneMain.landing #zoneTitle h2,
	#zoneMain.show #zoneTitle h2
	{
		font-family: times, serif;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.05em;
		margin-bottom: .3em;
		padding-right: 1em;
	}
	#zoneMain.show #zoneTitle h2 span.project
	{
		border-left: 2px solid #ccc;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .51em;
		margin-left: .4em;
		padding-left: .3em;
	}
	
	#zoneMain.show #zoneTitle div.containerSubtitles
	{
		padding-top: .5em;
	}
	
	#zoneMain.show #zoneTitle h3
	{
		color: #888;
		font-size: 1.3em;
		font-weight: normal;
	}
	
	#zoneMain.show #zoneTitle h3 span.program
	{
		font-size: .8em;
		font-weight: normal;
		padding-left: 2em;
	}

	/* zoneTitle styles for topics */
		#zoneMain.landing #zoneTitle div.containerTitle div.containerIntro
		{
			color: #737164;
			font-family: georgia, times, serif;
			line-height: 1.5em;
			padding-bottom: .5em;
		}
		
		#zoneMain.landing #zoneTitle div.containerTitle div.containerIntro span.contentImg.list {display: none;}
		#zoneMain.landing #zoneTitle div.containerTitle div.containerIntro span.contentImg.z2 {display: none;}
		#zoneMain.list.regions #zoneTitle div.containerTitle div.containerIntro	{ margin-bottom: 0; padding-bottom: 0; }
	
		#zoneMain.landing #zoneTitle div.containerTitle div.containerIntro img
		{
			margin-bottom: 5px;
		}
		
		#zoneTitle span.contentImg
		{
			float: left;
			padding: 3px 10px 5px 0;
		}
		
		#zoneTitle span.contentImg.landing.wide
		{	
			height:150px;
			padding-right: 0;
		}
			
		#zoneTitle span.contentImg.right	{ float: right; padding: 3px 0 5px 10px; }
	
	
		#zoneMain.landing #zoneTitle div.containerTitle div.containerIntro div.topicFeature
		{
			font-family: arial, san-serif;
			border-top: 1px dotted #ccc;
			margin-top: 2em;
			padding-top: .3em;
		}
	
		#zoneMain.landing #zoneTitle div.containerTitle div.containerIntro div.topicFeature h3
		{
			font-size: 1.6em;
			font-weight: normal;
		}
	
		#zoneMain.landing #zoneTitle div.containerTitle div.containerIntro div.topicFeature h4
		{
			color: #b69177;
			font-family: arial, san-serif;
			font-size: .9em;
			font-weight: bold;
		}
	
		#zoneMain.landing #zoneTitle div.containerTitle div.containerIntro div.topicFeature p
		{
			color: #000;
			font-size: 1em;
			line-height: 1.3em;
		}
	
		/* @archive */
		#zoneMain.archive #zoneTitle h2 span
		{
			border-left: 1px dotted #CAC9C0;
			color: #666;
			font-size: .6em;
			font-weight: normal;
			margin: 0 0 0.4em ;
			padding: 0 0 .1em .3em;
			position: relative;
			bottom: .1em;
		}
	
	#zoneTitle span.metaD
	{
		font-size: .9em;
		display: block;
		padding-bottom: .5em;
		text-transform: uppercase;
	}
	
	#zoneTitle span.metaD span
	{
		display: block;
		padding: 0;
		line-height: 1.2em;
	}
	
	#zoneTitle span.metaD span.author
	{
		font-size: 1.5em;
		margin-bottom: .4em;
		text-transform: none;
	}
	
	#zoneMain.show.publication #zoneTitle span.metaD span.date { display: none; }


	/*** @pageTools ***/
		#zoneTitle div.pageTools
		{
			background: transparent url(../img/bg_issueIntro.gif) left bottom repeat-x;
			border: 1px solid #C8CABF;
			display: table;
			font-size: .9em;
			line-height: 1.8em;
			margin: 10px 0 15px 0;
			padding: 0;
			width: 100%;
		}
		
		#zoneTitle div.pageTools strong
		{
			border-right: 1px solid #C8CABF;
			color: #727163;
			float: left;
			margin-top: 5px;
			padding: 0 10px 0 10px;
		}
		
		#zoneTitle div.pageTools ul
		{
			float: left;
			list-style: none;
			margin: 0;
			padding: 5px 10px 5px 0;
			width: auto;
		}
		
		#zoneTitle div.pageTools ul li
		{
			background-position: left center;
			background-repeat: no-repeat;
			background-color: transparent;
			float: left;
			list-style: none;
			margin: 0 0 0 15px;
			padding: 0 0 0 20px;
		}
	
		/*** @languages ***/
			#zoneTitle div.pageTools ul.languages
			{
				background: #EFF2F9 url(../img/bg_featuredShow.gif) left top repeat-x;
				border-left: 1px solid #C8CABF;
				float: right;
				width: auto;
			}
			
			#zoneTitle div.pageTools ul.languages strong
			{
				background: transparent url(../img/icon_translation.gif) 7px 2px no-repeat;
				border: none;
				display: block;
				height: 18px;
				width: 30px;
				margin: 0;
				padding: 0;
			}
			
			#zoneTitle div.pageTools ul.languages li.translation
			{
				background: none;
				border-left: 1px solid #C8CABF;
				margin-left: 5px;
				padding-left: 5px;
			}
			#zoneTitle div.pageTools ul.languages li.translation.first	{ margin-left: 0; padding-left: 0; border: none; }

	
	
	
/*************************************************************************
	@zone1
*************************************************************************/
	
	h3.errorMsg	{ display: block; margin: 2em 0 1em 0; }
	
	span.contentImg span.photocredit
	{
		color: #999;
		font-family: arial, sans-serif;
		font-size: .7em;
		text-transform: uppercase;
		text-align:right;
	}
	
	/*#zone1 ul.listDisplay span.metaD.slug
	{
		background: transparent url(../img/bullet_gold.gif) left .32em no-repeat;
		border-bottom: 1px dotted #ccc;
		color: #B69177;
		font-size: .9em;
		font-weight: bold;
		margin: 2em 0 -.5em 0;
		padding: 0 0 3px 12px;
		text-transform: uppercase;
	}*/
	
	#zone1 span.metaD.slug,
	#zone1 ul.listDisplay li span.metaD.slug
	{
		/*background: transparent url(../img/bullet_gold.gif) left .35em no-repeat;*/
		border-bottom: 3px solid #E2EAF4;
		color: #B69177;
		font-family: georgia, serif;
		font-size: 1.4em;
		font-weight: normal;
		margin: 1em 0 .5em 0;
		padding: 0 0 3px 0;
		text-transform: none;
	}

	
	/***********/
	/*** @list ***/
	/***********/
	#zoneMain.list #zoneTitle h2
	{
		font-size: 2em;
		font-weight: normal;
	}
	
	#zoneMain.list #zone1 div.containerDoc
	{
		display: table;
		margin-top: 15px;
		width: 100%;
		font-size: .9em;
		line-height: 1.3em;
	}

	#zoneMain.list #zone1 div.containerDoc h3
	{
		font-size: 1.6em;
		font-weight: normal;
		line-height: 1.3em;
	}
	
	#zoneMain.list #zone1 div.containerDoc span.metaD
	{
		display: block;
		margin-bottom: .3em;
		text-transform: uppercase;
	}
	

	#zoneMain.list #zone1 span.contentImg
	{
		float: left;
		margin: 0;
	}
	
	
	/*** @indexDisplay ***/
		#zone1 ul.indexDisplay
		{
			display: table;
			list-style: none;
			padding: 0;
			margin: 0;
			width: 100%;
		}
		
		#zone1 ul.indexDisplay h3
		{
			font-size: 1.5em;
			font-weight: normal;
			margin: .5em 0 .8em 0;
		}
		
		#zone1 ul.indexDisplay li
		{
			border-bottom: 1px dotted #DDD;
			list-style: none;
			margin-bottom: 1em;
			padding-bottom: 1em;
		}
		
		#zone1 ul.indexDisplay li ul
		{
			display: table;
			clear: left;
			margin-left: 0;
			width: 100%;
		}
		
		#zone1 ul.indexDisplay li li
		{
			border-bottom: none;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#zoneMain.landing #zone1 ul.indexDisplay h4
		{
			font-size: 1em;
			margin-top: .3em;
			text-transform: none;
		}
	
	
	/*** @listDisplay ***/
		#zone1 ul.listDisplay
		{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		#zoneMain.landing #zone1.about ul.listNames, #zoneMain.landing #zone1.about ul.listNames li	{ list-style: none; }
	
		
		#zone1 ul.listDisplay li
		{
			border-top: 1px dotted #DDD;
			display: table;
			list-style: none;
			padding: 2em 0 0 0;
			width: 100%;
		}
		#zoneMain.landing #zone1 ul.listDisplay li	{ border-top: none; }
		#zoneMain.landing #zone1.about ul.listDisplay li ul li	{ border-top: none; list-style: normal; padding-top: 0; }
		#zoneMain.landing #zone1 ul.listNames li	{ border-top: none; padding-top: 2em; }
		
		#zone1 ul.listDisplay li span.mediaLink
		{
			background-position: left top;
			background-color: transparent;
			background-repeat: no-repeat;
			display: table;
			height: 14px;
			width: 100%;
		}
		#zone1 ul.listDisplay li span.mediaLink.audio	{ background-image: url(../img/btn_listAudio.gif); }
		
		#zone1 ul.listDisplay li span.docType.proEtContra	{ display: none; }
		#zone1 ul.listDisplay li span.docType.press	{ display: none; }

		#zone1 ul.listDisplay li span.metaD
		{
			font-size: .8em;
			text-transform: none;
		}
		
		#zone1 ul.listDisplay li h3
		{
			font-size: 1.5em;
			font-weight: normal;
			margin-bottom: .5em;
		}
		
		#zone1 ul.listDisplay li h3 span,
		#zone2 div.containerRelated h3 span
		{
			border-left: 1px dotted #CAC9C0;
			color: #666;
			font-size: .6em;
			font-weight: normal;
			margin: 0 0 0 .4em;
			padding: 0 0 .1em .3em;
			position: relative;
			bottom: .2em;
		}
		
			
		#zone1 ul.listDisplay li p
		{
			line-height: 1.3em;
		}
		
		#zoneMain.list #zone1 ul.listDisplay li li	{ border-top: none; }
		
		#zoneMain.list #zone1 ul.listDisplay li li h4	{ font-size: 1.3em; font-weight: normal; }
		
		/*@iconList*/
		#zoneMain.list #zone1 ul.listDisplay.iconList li,
		#zoneMain.wide #zone1 ul.listDisplay.iconList li
		{	background-position: left center;
			background-repeat: no-repeat;
			background-color: transparent;
			background-image:	url(../img/icon_rss.gif);
			list-style: none;
			margin: 0;
			padding: 5px 0 5px 24px;
			border:none;
		}
		
		/*** @agendaList ***/
			ul#agendaList
			{
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			ul#agendaList li
			{
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			ul#agendaList li li
			{
				margin-bottom: 1em;
			}
			
			ul#agendaList li li li
			{
				font-size: .9em;
				line-height: 1.3em;
				list-style: circle;
				margin-bottom: .25em;
			}
			
			ul#agendaList h4,
			#zoneMain.show #zone1 ul#agendaList h4
			{
				border-bottom: 1px dotted #CCC;
				color: #444;
				text-transform: none;
				font-family: arial, san-serif;
				font-size: 1.2em;
				font-weight: bold;
				margin-top: 1.5em;
				margin-bottom: .5em;
				padding-bottom: .2em;
			}
			
			ul#agendaList h5
			{
				font-weight: bold;
				margin-bottom: .2em;
				padding-bottom: .2em;
			}
			
			ul#agendaList h5 a
			{
			}
			
			ul#agendaList dl	{ display: table; width: 100%; font-size: .9em; line-height: 1.3em; }
			ul#agendaList dt	{ width: 5em;  }
			ul#agendaList dd	{ display: table; float: left; width: 80%; font-weight: normal; margin-bottom: .5em; }
			ul#agendaList dd span	{ display: block; margin-bottom: .25em; }
		
		
		/* @feedFBz1 */
		#zone1 div.containerRelated.feedFB
		{
			margin-top: 1em;
		}
			
		#zone1 div.containerRelated.feedFB h5
		{
			border-bottom: 3px solid #e2eaf4;
			color: #b69177;
			font-family: georgia,serif;
			font-size: 1.4em;
			font-weight: normal;
			margin-top: 2em;
			margin-bottom: 0.5em;
			padding-bottom: 3px;
			text-transform: none;
		}
		
		#zone1 div.containerRelated.feedFB ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#zone1 div.containerRelated.feedFB li
		{
			font-size: .9em;
			list-style: none;
			line-height: normal;
			margin: 1em 0 2em 0;
		}
	
		#zone1 div.containerRelated.feedFB span.headline a
		{
			font-family: georgia, serif;
			font-size: 1.1em;
			font-weight: normal;
		}
		
		#zone1 div.containerRelated.feedFB p.feedItemAuthor
		{
			font-size: 1.1em;
			font-weight: normal;
			line-height: 1.7em;
			margin-bottom: .5em;
		}
		
		#zone1 div.containerRelated.feedFB p.date
		{
			border-right: 1px solid #CCC;
			color: #666;
			float: left;
			font-size: .9em;
			margin: 0 .5em 0 0;
			padding: 0 .5em 0 0;
		}
		
		/* corrects disappearing event reg button in z2 */
		#zone1 h5.bigButton.registerNow.event a
		{
			background: transparent url(../img/btn_registerNow.gif) center top no-repeat;
			display: block;
			height: 40px;
			margin-bottom: 25px;
		}
		
		/*@containerDoc.rss*/
		#zoneMain.landing #zone1 div.containerDoc.rss	{ margin-bottom: 2em; }
		#zoneMain.landing #zone1 div.pageTools li	{ background-position: left top; min-height: 1.4em; line-height: normal; margin-bottom: .5em; }

		
		/*about*/
		#zoneMain.landing #zone1.about ul.listNames
		{
			margin-top: 1em;
		}
		
		#zoneMain.landing #zone1.about ul.listNames li
		{
			font-size: .9em;
			line-height: normal;
			padding: 2em 0 0 0;
		}

		#zoneMain.landing #zone1.about ul.listNames li h4
		{
			font-size: 1.3em;
			margin-bottom: .2em;
		}
		
	
	/*** @pagination ***/
		#zoneMain.list #zone1 div.pagination
		{
			display: table;
			width: 100%;
			padding-top: 1em;
			position: relative;
		}
		#zoneMain.list #zone1 div.pagination.bottom	{ border-top: 1px dotted #DDD; }

		#zoneMain.list #zone1 div.pagination form,
		#zoneMain.list #zone1 div.pagination div.pageLinks
		{
			float: left;
			font-size: .9em;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		
		#zoneMain.list #zone1 div.pagination div.pageLinks a,
		#zoneMain.list #zone1 div.pagination div.pageLinks b
		{
			padding: 0 .3em;
		}
		
		#zoneMain.list #zone1 div.pagination div.pageLinks a:hover,
		#zoneMain.list #zone1 div.pagination div.pageLinks a.hover,
		#zoneMain.list #zone1 div.pagination div.pageLinks b:hover
		{
			text-decoration: none;
			background: #DDD;
		}
		
		#zoneMain.list #zone1 div.pagination form
		{
			position: relative;
			bottom: .8em;
		}
		/*for safari*/
		@media screen and (-webkit-min-device-pixel-ratio:0){
		#zoneMain.list #zone1 div.pagination form { bottom: .95em;}
		}

		#zoneMain.list #zone1 div.pagination form input.small
		{
			background: #eee;
			bottom: .1em;
			border: none;
			position: relative;
			color: #888;
			font-weight: bold;
			margin: 0 0;
			padding: 0 .5em;
			text-transform: uppercase;
		}
		
		#zoneMain.list #zone1 div.pagination div.pageLinks
		{
			margin: 0 .4em;
			padding: 0;
		}
	
	/*** @alphaSort ***/
		#zoneMain.list #zone1 div.alphaSort
		{
			font-weight: normal;
		}
		
		#zoneMain.list #zone1 div.alphaSort span.instructions
		{
			color: #666;
			display: block;
			font-size: 1em;
		}
		
		#zoneMain.list #zone1 div.alphaSort span
		{
			font-size: 1.3em;
			margin: 0 .25%;
		}
	
	
	/*************/
	/*** @show ***/
	/*************/
	
	
	#zoneMain.show div.bigButton h5 a
	{
		background: transparent url(../img/btn_registerNow.gif) center top no-repeat;
		border: none;
		display: block;
		height: 40px;
		margin: 0 auto;
		width: 160px;
	}
	#zoneMain.show div.bigButton h5 a {background: transparent url(../img/appBtn.gif) center top no-repeat;}
	
	
	#zone1 span.contentImg
	{
		float: left;
		padding: 3px 10px 5px 0;
	}
	#zone1 span.contentImg.right	{ float: right; padding: 3px 0 5px 10px; }
	
	#zoneMain.show #zone1 h2
	{
		font-family: times, serif;
		font-size: 2.8em;
		font-weight: normal;
		line-height: 1.05em;
		margin-bottom: .3em;
		padding-right: 1em;
	}
		
	#zoneMain.show #zone1 h3
	{
		color: #000;
		display: block;
		font-family: georgia, times, serif;
		font-size: 1.4em;
		font-weight: normal;
		margin: 2.2em 0 .4em 0;
	}
		
	#zoneMain.show #zone1 h4
	{
		color: #666;
		display: block;
		font-family: georgia, times, serif;
		font-size: 1.6em;
		font-weight: normal;
		margin: 1em 0 .4em 0;
	}
	
	#zone1 span.metaD
	{
		font-size: .9em;
		display: block;
		padding-bottom: .5em;
		text-transform: uppercase;
	}
	
	#zone1 span.metaD span
	{
		display: block;
		padding: 0;
		line-height: 1.2em;
	}
	
	#zone1 span.metaD span.author
	{
		font-size: 1.5em;
		margin-bottom: .4em;
		text-transform: none;
	}
	
	#zoneMain.show #zone1 div.containerMultimedia
	{
		float: left;
		margin: 3px 10px 5px 0;
		padding: 0;
	}
	
	#zoneMain.show #zone1 div.containerMultimedia span.contentImg
	{
		display: block;
	}
	
	#zoneMain.show #zone1 div.pageTools
	{
		border-top: 1px dotted #666;
		font-size: 1em;
		padding-top: .5em;
		margin-top: 2em;
	}
	
	#zoneMain.show #zone1 div.pageTools h3
	{
		border: none;
		color: #666;
		font-family: arial, sans-serif;
		font-size: 1em;
		margin: 0;
		padding: 0;
	}
	
	#zoneMain.show #zone1 div.pageTools ul
	{
		padding-left: 0;
	}
	
	#zoneMain.show #zone1 h5.bigButton.registerNow a
	{
		background: transparent url(../img/btn_registerNow.gif) center top no-repeat;
		border: none;
		display: block;
		height: 40px;
		margin: 0 auto;
		width: 160px;
	}
	
	div#printSourceURL	{ display: none; }

	/* @pageLinks */
		.pageLinks, .pageLinks-top {
		display: block;
		font-size: 1.2em;
		text-align: right;
		}

		.pageLinks-top { margin-bottom: .5em; }
		
		.pageLinks span.multi-page-click,
		.pageLinks span.multi-page-click strong,
		.pageLinks-top span.multi-page-click,
		.pageLinks-top span.multi-page-click strong 
		{ padding: 0; margin: 0; }

		.pageLinks span.multi-page-click a,
		.pageLinks span.multi-page-click strong,
		.pageLinks-top span.multi-page-click a,
		.pageLinks-top span.multi-page-click strong 
		{ border-left: 1px solid #DDDDDD; padding: .1em .5em; margin-left: 0; }
		
		.pageLinks span#multi-handle-1.multi-page-click a,
		.pageLinks span#multi-handle-1.multi-page-click strong,
		.pageLinks-top span#multi-handle-top-1.multi-page-click a,
		.pageLinks-top span#multi-handle-top-1.multi-page-click strong
		{ border-left: none; }
		
		.pageLinks span.multi-page-click a:hover,
		.pageLinks-top span.multi-page-click a:hover { background-color: #EEE; }

		.pageLinks span.multi-page-single a {
		font-size: .8em;
		text-transform: uppercase;
		border-left: 1px solid #DDDDDD;
		padding: .1em .5em;
		margin-left: 0;
		}		

	/* @containerMultimedia */
		#zoneMain.show #zone1 div.containerMultimedia
		{
			display: block;
			float: left;
			margin: 3px 20px 5px 0;
			padding: 0;
			width: 127px;
		}
		
		#zoneMain.show #zone1 div.containerMultimedia span.contentImg
		{
			display: block;
			padding-right: 0;
			padding-bottom: 1em;
		}
		
		#zoneMain.show #zone1 div.containerMultimedia div.containerContactInfo
		{
			border-bottom: 3px solid #ebebe3;
			display: block;
			font-size: .9em;
			/*padding-top: 1em;*/
		}
		
		#zoneMain.show #zone1 div.containerMultimedia div.containerContactInfo h5
		{
			border-bottom: 1px solid #EBEBE3;
			color: #717260;
			display: block;
			font-size: 1.3em;
			font-weight: normal;
			margin: 0 0 .1em 0;
			padding-bottom: .3em;
		}
		
		#zoneMain.show #zone1 div.containerMultimedia div.containerContactInfo div.pageTools
		{
			border: none;
			padding: 0;
			margin: 0 0 1em 0;
		}
		
		#zoneMain.show #zone1 div.containerMultimedia div.containerContactInfo div.pageTools li
		{
			min-height: 16px;
			margin-bottom: .5em;
			line-height: normal;
		}
		
		#zoneMain.show #zone1 div.containerMultimedia div.containerContactInfo div.pageTools li.secondaryContact.name
		{
			font-size: 1.1em;
			padding-left: 0;
		}
	
	
	/***************/
	/*** @landing ***/
	/***************/
	#zoneMain #zone1.about h3	{ margin-top: 1.5em; }
	
	#zoneMain.landing #zone1 h4
	{
		color: #000000;
		font-size: 0.8em;
		font-weight: normal;
		margin: 0;
	}
	#zoneMain.landing #zone1.about h4	{ font-size: 1.2em; font-weight: bold; text-transform: none; padding: 1em 0 .2em 0; }
	#zoneMain.landing #zone1.about ul.listNames h4	{ font-size: 1.1em; font-weight: normal; padding: 0; }

	#zoneMain.landing #zone1 div.containerTitle
	{
		background: transparent url(../img/bg_issueIntro.gif) left bottom repeat-x;
		border: 1px solid #C8CABF;
		padding: 10px;
		margin-bottom: 2em;
	}

	#zoneMain.landing #zone1 div.containerTitle h2
	{
		font-family: times, serif;
		font-weight: normal;
		font-size: 2.8em;
	}

	#zoneMain.landing #zone1 div.containerTitle div.containerIntro
	{
		color: #737164;
		font-family: georgia, times, serif;
		line-height: 1.5em;
		margin-bottom: .5em;
	}

	#zoneMain.landing #zone1 div.containerTitle div.containerIntro img
	{
		margin-bottom: 5px;
	}
	
	#zoneMain.landing #zone1 dl
	{
		font-size: .9em;
	}
	
	#zoneMain.landing #zone1 dt
	{
		display: block;
		width: 100%;
	}
	
	#zoneMain.landing #zone1 dd
	{
		font-weight: bold;
		margin-bottom: 0em;
	}

	/*** @program ***/
	#zoneMain.landing #zone1 div.containerFeature,
	#zoneMain.wide #zone1 div.containerFeature
	{
		/*background: transparent url(../img/bg_issueIntro.gif) left bottom repeat-x;
		border: 1px solid #C8CABF;
		padding: 10px;*/
		margin-bottom: 2em;
	}

	#zoneMain.landing #zone1 div.containerFeature h2,
	#zoneMain.wide #zone1 div.containerFeature h2
	{
		font-family: times, serif;
		font-weight: normal;
		font-size: 2.8em;
	}

	#zoneMain.landing #zone1 div.containerFeature p,
	#zoneMain.wide #zone1 div.containerFeature p
	{
		color: #737164;
		font-family: georgia, times, serif;
		line-height: 1.5em;
		margin-bottom: .5em;
	}

	#zoneMain.landing #zone1 div.containerFeature dl
	{
		display: block;
		font-size: .9em;
		line-height: 1.3em;
	}

	#zoneMain.landing #zone1 div.containerFeature dt
	{
		background: transparent url(../img/bullet_gold.gif) left .4em no-repeat;
		margin: .2em 0;
		padding-left: 15px;
		width: 100%;
	}

	#zoneMain.landing #zone1 div.containerFeature dd
	{
		padding-left: 15px;
		width: 100%;
	}

	#zoneMain.landing #zone1 div.containerFeature dd a
	{
		font-weight: bold;
	}

	#zoneMain.landing #zone1 div.containerFeature dd span
	{
		display: block;
		margin-bottom: .3em;
	}
	
	/*** @simple ***/
	#zoneMain.simple #zone1 li
	{
		background: #E2EAF4;
		list-style: none;
		float: left;
		display: block;
		text-align: center;
		padding: 10px;
		margin: 10px;
		width: 40%;
	}

	#zoneMain.simple #zone1 h3
	{
		font-family: times, serif;
		font-size: 2em;
		font-weight: normal;
		margin: 0;
	}
	
	
			
	/***********************/
	/*** @areaBreadcrumb ***/
	/***********************/
		ul.areaBreadcrumb
		{
			color: #666;
			margin-left: 0;
			margin-right: 0;
			margin-bottom: 0;
			margin-top: 0;
			padding: 0;
			padding-bottom: .3em;
			list-style: none;
			font-size: .9em;
		}
		ul.areaBreadcrumb a { color: #888; margin-right: .5em; }

		
		ul.areaBreadcrumb li { list-style: none; display: inline; }
		ul.areaBreadcrumb ul { display: inline; margin: 0; }
		
		
	/*********************/
	/*** @containerDoc ***/
	/*********************/
		div.containerDoc
		{
			display: table;
			width: 100%;
		}

		
	/***********************/
	/*** @containerIntro ***/
	/***********************/
		div.containerIntro
		{
			color: #666;
			line-height: 1.3em;
			margin: 1em 0 2em 0;
		}	
			
		/*** @expertSearch ***/
		div.containerIntro form.expertSearch
		{
			display: table;
			float: left;
			margin: 0;
			padding: 0;
		}

		div.containerIntro form.expertSearch label
		{
			display: table;
			float: right;
			width: 40%;
			height: 20px;
			padding: 0;
		}

		div.containerIntro form.expertSearch label select
		{
		}

		div.containerIntro form.expertSearch label span
		{
			display: block;
		}

	/***********************/		
	/*** @tabFeature ***/
	/***********************/

	div#tabFeature .tabberlive .tabbertab
	{
		position: relative;
	}
	
	/*for safari*/
	@media screen and (-webkit-min-device-pixel-ratio:0){
	#tabFeature ul.tabbernav li { position: relative; top: 1px;}
	}	

	div#tabFeature .tabberlive .tabbertab
	{
		background: transparent url(../img/bg_issueIntro.gif) left bottom repeat-x;
	}
		
	div#tabFeature div.featured-text
	{
	}
		
	div#tabFeature div.featured-text h1
	{
		margin: -.2em 0 .3em 0;
		padding: 0;
		font-weight: normal;
		font-size: 1.8em;
		line-height: 1.1em;
	}
	
	div#tabFeature div.featured-text a.readmore
	{
		float: right;
		font-weight: bold;
		font-size: .9em;
		padding-left: .6em;
		margin-top: .5em;
		text-transform: uppercase;
	}
	
	div#tabFeature dl
	{
		font-family: arial, sans-serif;
		font-size: .9em;
		display: block;
		margin: .8em 0 0 0;
		padding: 0;
	}
		
	div#tabFeature dt
	{
		border-top: 1px dotted #666;
		display: block;
		float: none;
		font-weight: normal;
		font-size: .8em;
		padding: 0;
		margin: .4em 0 .2em 0;
		text-transform: uppercase;
	}
	
	#zoneMain.landing #zone1 div#tabFeature dd
	{
		display: block;
		float: none;
		clear: right;
		line-height: normal;
		width: 100%;
		margin-left: 0;
		margin-bottom: 0.3em;
		padding-bottom: 0;
	}
	
	div#tabFeature dd a
	{
		font-weight: bold;
	}
	
/*************************************************************************
	@zone2
*************************************************************************/
		#zone2 span.contentImg
		{
			float: left;
			margin: 3px 10px 5px 0;
		}
		
		#zone2 div.containerIntro span.contentImg.landing.wide {display:none;}
		#zone2 div.containerIntro span.contentImg.list {display:none;}
		
		#zone2 h4
		{
			font-family: georgia, serif;
			font-size: 1.5em;
			font-weight: normal;
		}
		
		/* @button */
		#zone2 div.button
		{
			display: block;
			height: 40px;
			margin-bottom: 1em;
		}

		#zone2 div.button a
		{
			background-color: transparent;
			background-position: center top;
			background-repeat: no-repeat;
			display: block;
			height: 40px;
			margin: 0 auto;
		}
		#zone2 div.button a:hover	{ background-position: center bottom; }
		

	/* @containerPromo */
	#zone2 h3.containerPromo
	{
		display: block;
		margin-bottom: 25px;
	}

	#zone2 h3.containerPromo a
	{
		background-color: transparent;
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		width: 250px;
	}
	#zone2 h3.containerPromo.newVision a	{ background-image: url(../img/home/bnr_newVision.jpg); height: 98px; }
	#zone2 h3.containerPromo.easi a	{ background-image: url(../img/bnr_easi_en_z2.gif); height: 100px; }
	#zone2 h3.containerPromo.albrightevent a	{ background-image: url(../img/bnr_Albright250_z2.jpg); height: 100px;}
	#zone2 h3.containerPromo.kyrgyzSite a	{ background-image: url(/media/img/kyrgyzstan_z2_250x100.jpg); height: 100px;}
	#zone2 h3.containerPromo.euroCrisis a { background-image: url(/media/img/bnr_euroCrisis_z2.jpg); height: 137px; }
	#zone2 h3.containerPromo.russia2020 a { background-image: url(../img/bnr_russia2020_enru_z2.gif); height: 80px; }
	#zone2 h3.containerPromo.protestArabWorld a { background-image: url(/media/img/global/bnr_protestArabWorld_z2.jpg); height: 125px; }
	
	/* for use with GTT box on homepage */
	#zone2 h3.containerPromo.centennial { margin-bottom: 5px; }
	#zone2 h3.containerPromo.centennial a { background-image: url(/media/img/global/bnr_carnegie100_z2_en.gif); height: 67px; }
	
				
	/*************************/
	/*** @containerRelated ***/
	/*************************/
		
		#zone2 div.containerRelated
		{
			border-bottom: 3px solid #EBEBE3;
			display: block;
			margin-bottom: 2.5em;
			padding-bottom: .5em;
		}
		#zone2 div.containerRelated.links	{ border-bottom: none; }

		#zone2 div.containerRelated h5
		{
			background-color: transparent;
			background-image: url(../img/hdr_generic.gif);
			background-position: left top;
			background-repeat: no-repeat;
			color: #002664;
			display: block;
			height: 25px;
			font-family: arial, sans-serif;
			font-weight: normal;
			font-size: 1em;
			line-height: 24px;
			margin-bottom: 10px;
			padding: 0;
			position: relative;
			text-indent: 15px;
			text-transform: uppercase;
		}
		#zone2 div.containerRelated h5.relatedEvents	{ background-image: url(../img/hdr_relatedEvents.gif); }
		#zone2 div.containerRelated h5.relatedPublications	{ background-image: url(../img/hdr_relatedPublications.gif); }
		#zone2 div.containerRelated h5.relatedLinks	{ background-image: url(../img/hdr_relatedLinks.gif); }
		#zone2 div.containerRelated h5.recentEvents	{ background-image: url(../img/hdr_recentEvents.gif); }
		#zone2 div.containerRelated h5.latestBooks	{ background-image: url(../img/hdr_latestBooks.gif); }
		#zone2 div.containerRelated h5.recentCommentary	{ background-image: url(../img/hdr_recentCommentary.gif); }
		#zone2 div.containerRelated h5.readingList	{ background-image: url(../img/hdr_readingList.gif); }
		#zone2 div.containerRelated h5.resources	{ background-image: url(../img/hdr_resources.gif); }
		#zone2 div.containerRelated h5.experts	{ background-image: url(../img/hdr_experts.gif); }
		#zone2 div.containerRelated h5.followDebate	{ background-image: url(../img/hdr_followTheDebate.gif); }
		#zone2 div.containerRelated h5.subscribeNews	{ background-image: url(../img/hdr_subscribeNews.gif); }
		#zone2 div.containerRelated h5.purchaseInformation	{ background-image: url(../img/hdr_purchaseInformation.gif); }
		#zone2 div.containerRelated h5.aNewVision	{ background-image: url(../img/hdr_aNewVision.gif); }
		
		#zone2 div.containerRelated div.intro
		{
			color: #666;
			line-height: 1.3em;
			margin-bottom: 1em;
		}
		
		#zone2 div.containerRelated h6
		{
			font-size: 1.2em;
			font-weight: normal;
			line-height: 1.2em;
		}
		
		#zone2 div.containerRelated div.metaD
		{
			color: #717260;
			font-size: .9em;
			margin-bottom: .3em;
		}
		
		#zone2 div.containerRelated div.metaD span
		{
			line-height: normal;
			text-transform: none;
		}
		#zone2 div.containerRelated div.metaD span.author	{ display: block; font-size: 1.1em; }
		#zone2 div.containerRelated div.metaD span.docType	{ font-size: 1em; }
		#zone2 div.containerRelated div.metaD span.program	{  }

		#zone2 div.containerRelated ul
		{
			display: table;
			font-weight: normal;
			list-style: none;
			margin: 0;
			padding: 0;
			width: 100%;
		}

		#zone2 div.containerRelated ul li
		{
			line-height: 1.3em;
			list-style: none;
			margin: 0 0 .8em 0;
			padding: 0;
		}
		
		
		/*** @subscribeNewsletter ***/
		#zone2 div.containerRelated.subscribeNewsletter h5
		{
			border: none;
			background: transparent url(../img/bnr_subscribeTodayNewsletter_z2_en.gif) center top no-repeat;
			height: 62px;
		}
		
		
		/*** @feature ***/
			#zone2 div.containerRelated.feature
			{
				background: #EFF2F9 url(../img/bg_featuredShow.gif) left top repeat-x;
				border: 1px solid #E2EAF4;
				display: table;
				padding: 10px;
				position: relative;
				margin: 0 0 2em 0;
				width: 228px;
			}
			/*#zone2 div.containerRelated.feature.expert	{ margin-bottom: 30px; }*/
			
			#zoneMain.show #zone2 div.containerRelated.feature
			{
				background: #EFF2F9 url(../img/bg_featuredShow.gif) left top repeat-x;
				border: 1px solid #E2EAF4;
			}
			
			#zone2 div.containerRelated.alt
			{
				background-color: #E2EAF4;
				background-image: none;
				margin-bottom: 20px;
				padding: 10px 10px 0 10px;
			}
			
			#zone2 div.containerRelated.feature h4
			{
				font-family: arial, sans-serif;
				font-size: 1.7em;
			}
			
			#zone2 div.containerRelated.feature h5
			{
				background-color: transparent;
				background-position: left top;
				background-repeat: no-repeat;
				margin-bottom: 10px;
				padding: 0;
				position: relative;
				right: 5px;
				bottom: 5px;
				display: block;
				height: 25px;
			}
			#zone2 div.containerRelated.feature h5.featuredEvent	{ background-image: url(../img/hdr_featuredEvent.gif); }
			#zone2 div.containerRelated.feature h5.futureEvent	{ background-image: url(../img/hdr_upcomingEvent.gif); }
			#zone2 div.containerRelated.feature h5.featuredPublication	{ background-image: url(../img/hdr_featuredPublication.gif); }
			
			#zone2 div.containerRelated.feature div.metaD
			{
				color: #000;
				font-size: 1em;
				margin-bottom: .4em;
			}
			
			#zone2 div.containerRelated.feature div.containerDoc
			{
				display: block;
				line-height: 1.3em;
				padding: 0;
				margin: 0;
			}
	
			#zone2 div.containerRelated.feature div.pageTools
			{
				padding-left: 0;
				padding-top: 0;
			}
			
			#zone2 div.containerRelated.feature div.pageTools ul
			{
				margin: 0;
				padding: 0;
				width: 180px; /**to prevent overflow**/
			}
	
			#zone2 div.containerRelated div.pageTools li,
			#zone2 div.containerRelated.feature div.pageTools li
			{
				background-position: left top;
				font-family: arial, sans-serif;
				font-size: .85em;
				font-weight: bold;
				padding-left: 20px;
				padding-bottom: 10px;
				margin: 0 auto;
			}
			#zone2 div.containerRelated.feature.alt div.pageTools li	{ height: 2em; margin-bottom: 0; padding-bottom: 0; }
			
			#zone2 div.containerRelated div.pageTools li,
			#zone2 div.containerRelated.feature div.pageTools li a
			{
				font-weight: normal;
			}
			
			#zone2 div.containerRelated.feature div.resources
			{
				border-top: 1px dotted #8CABD4;
				display: block;
				padding-top: .3em;
				margin-top: .5em;
			}
		
		/*** @other ***/
		#zone2 div.containerRelated.other h5
		{
			background: none;
			color: #000;
			display: block;
			font-family: arial, sans-serif;
			font-size: .9em;
			font-weight: normal;
			height: auto;
			margin: 0;
			padding-left: 0;
			text-indent: 0;
			text-transform: uppercase
		}

		#zone2 div.containerRelated.other ul li
		{
			margin: 0 0 1em 0;
		}

		#zone2 div.containerRelated.other h6
		{
			font-size: 1.2em;
			font-weight: normal;
			line-height: 1.2em;
		}
		
		/*** @experts ***/
		#zone2 div.containerRelated.experts
		{
			border-bottom: none;
		}
		
		#zone2 div.containerRelated.experts ul li
		{
			margin-bottom: 1.2em;
		}
		
		/*** @purchasePub ***/
		#zone2 div.containerRelated.purchasePub
		{
			display: table;
			width: 100%;
		}
		
		#zone2 div.containerRelated.purchasePub span.metaD span
		{
			display: block;
		}

		#wrapper.program #zoneMain.landing #zone2 div.containerRelated.other
		{
			border: none;
		}
		
		#zone2 div.containerRelated.bigButton h5,
		#zone1 div.bigButton
		{
			background: transparent url(../img/bg_issueIntro.gif) left bottom repeat-x;
			border: 1px solid #C8CABF;
			font-family: arial, sans-serif;
			font-size: 1.4em;
			font-weight: bold;
			padding: .5em 1em;
			text-align: center;
			text-transform: none;
		}
	
		/* media */
		#zone2.media
		{
			line-height: normal;
		}

		#zone2.media div.containerRelated
		{
			margin-top: 3em;
		}
		#zone2.media div.containerRelated.feature	{ margin-top: 0; }
		
		#zone2.media div.containerRelated div.containerDoc
		{
			border-bottom: 1px dotted #DDD;
			margin-bottom: 1em;
			padding-bottom: 1em;
		}
		#zone2.media div.containerRelated div.containerDoc.last	{ border-bottom: none; padding-bottom: 0; }
		
		#zone2.media div.containerRelated div.containerDoc h4
		{
			color: #666;
			font-size: 1.6em;
		}
		
		#zone1.media ul.indexDisplay span.metaD.slug 
		{
			margin-bottom: 1em;
		}
		
		#zone2.media div.containerRelated div.containerDoc div.pageTools li
		{
			font-size: 1em;
		}
	
	
		/* @feedFB */
		#zone2 div.containerRelated.feedFB
		{
			background: transparent url(../img/bg_featured.gif) right top no-repeat;
			border-bottom: 1px dotted #ccc;
			padding: 0;
			margin-bottom: 1em;
		}
			
		#zone2 div.containerRelated.feedFB h5
		{
			background-color: transparent;
			background-position: right bottom;
			background-repeat: no-repeat;
			margin-bottom: 15px;
			padding: 0;
			display: table;
			width: 238px;
			height: 22px;
		}
		#zone2 div.containerRelated.feedFB h5.latestCommentaryAnalysis	{ background-image: url(../img/hdr_latestCommentaryAnalysis.gif); }
		
		#zone2 div.containerRelated.feedFB li
		{
			margin: 1em 0 2em 0;
		}
	
		#zone2 div.containerRelated.feedFB span.headline a
		{
			font-family: georgia, serif;
			font-size: 1.3em;
			font-weight: normal;
		}
		
		#zone2 div.containerRelated.feedFB p.feedItemAuthor
		{
			font-size: 1.1em;
			font-weight: normal;
			line-height: 1.7em;
			margin-bottom: .5em;
		}
		
		#zone2 div.containerRelated.feedFB p.date
		{
			border-right: 1px solid #CCC;
			color: #666;
			float: left;
			font-size: .9em;
			margin: 0 .5em 0 0;
			padding: 0 .5em 0 0;
		}
		
		/* corrects disappearing event reg button in z2 */
		#zone2 h5.bigButton.registerNow.event a
		{
			background: transparent url(../img/btn_registerNow.gif) center top no-repeat;
			display: block;
			height: 40px;
			margin-bottom: 25px;
		}

				
		/***********************/
		/*** @expertGuide_z2 ***/
		/***********************/
			#expertGuideZ2 {
			background: #7A8EAF url(../img/bg_expertsGuide_z2.gif) center top no-repeat;
			display: block;
			padding: 10px 0;
			}
			
			#expertGuideZ2 h3 {
			background-color: #3A547F;
			display: block;
			height: 52px;
			width: 248px;
			}
			
			#expertGuideZ2 h3 a {
			background: transparent url(../img/hdr_expertsGuide_z2.gif) left 7px no-repeat;
			display: block;
			height: 52px;
			}
			
			#expertGuideZ2 div.intro {
			color: #FFF;
			font-weight: bold;
			line-height: normal;
			margin: 10px;
			}
			
			#expertGuideZ2 ul {
			display: block;
			list-style: none;
			margin: 0;
			padding: 0;
			}
			
			#expertGuideZ2 li {
			display: block;
			font-family: Arial, Helvetica, sans-serif;
			list-style: none;
			margin: 0 15px 3px 15px;
			padding: 0;
			}
			
			#expertGuideZ2 li a {
			background-color: #b69178;
			border-top: 1px solid #ffffff;
			border-left: 1px solid #ffffff;
			border-right: 1px solid #7e6253;
			border-bottom: 1px solid #7e6253;
			color: #FFF;
			display: block;
			font-size: 1.5em;
			margin: 0 10px;
			padding: 5px 10px;
			}
			
			#expertGuideZ2 li a:hover {
			background-color: #ccb19e;
			text-decoration: none;
			}
		
		
/*************************************************************************
	@zone3
*************************************************************************/
	#zone3 h3
	{
		border: #e2eaf4 1px solid;
		border-bottom: none;
		background: #eff2f9 url(../img/bg_featuredShow.gif) left top repeat-x;
		display: block;
		position: relative;
		top: 20px;
		height: 45px;
		font-family: arial, sans-serif;
		font-weight: normal;
		font-size: 1.5em;
		line-height: 44px;
		margin-bottom: 0;
		padding: 0;
		text-indent: 25px;
		/*text-transform: uppercase;*/
		color: #30609D;
	}

	#zone3 h3 span
	{

		background-color: transparent;
		background-image: url(../img/hdr_z3.gif);
		background-position: left top;
		background-repeat: no-repeat;
		display: block;
	}
	
	

	
	#zone3 div.scrollable span.contentImg.z2 img { width: 203px; margin-bottom: 5px; }
	
	#zone3 div.scrollable span.contentImg.landing.wide,
	#zone3 div.scrollable span.contentImg.list {display: none; }
	
	#zone3 h4
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: .5em;
	}
	
	
	
	/* @containerDoc */
		#zone3 div.containerDoc
		{
			border-left: 1px solid #C4C4BA;
			display: table;
			float: left;
			line-height: 1.3em;
			margin-left: 10px;
			padding-left: 10px;
			width: 20%;
		}
		#zone3 div.containerDoc.first	{ border: none; margin: 0; padding: 0; }
	
		#zone3 div.containerDoc h4
		{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.5em;
			font-weight: normal;
			margin-bottom: .5em;
		}
		
		#zone3 div.containerDoc span.contentImg
		{
			float: left;
			margin: 0;
			padding: 0px 10px 5px 0;
		}		

		/*#zone3 div.scrollable div.items div p	{ height: 218px; overflow: hidden; }*/
	
			
/*************************************************************************
	@zoneFooter
*************************************************************************/

	/* @branding */		
	
		div#zoneFooter div.branding
		{
			display: block;
			float: left;
			width: 35%;
		}
		
		div#zoneFooter div.branding strong
		{
			background: transparent url(../img/logo_ceipFooter.gif) left top no-repeat;
			color: #AEC0D8;
			display: block;
			font-size: 1.43em;
			font-weight: normal;
			height: 54px;
			position: relative;
		}
		
		div#zoneFooter div.branding strong a
		{
			color: #AEC0D8;
			position: relative;
			left: 14px;
			top: 30px;
		}
		
		div#zoneFooter div.branding ul
		{
			display: table;
			width: 100%;
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			left: 16px;
			top: 2px;
		}
		
		div#zoneFooter div.branding li
		{
			border-left: 1px solid #A3B0D3;
			float: left;
			height: 1em;
			list-style: none;
			margin: 0 0 0 .8em;
			padding: 0 0 0 .8em;
			position: relative;
		}
		div#zoneFooter div.branding li.first	{ margin-left: 0; padding-left: 0; border: none; }
		
		div#zoneFooter div.branding li a
		{
			color: #FFF;
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			bottom: .4em;
		}
		
		div#zoneFooter div.branding span
		{
			color: #ADBFD5;
			display: block;
			margin: 5px 0 0 16px;
		}
		
	/* @resources */
	
		div#zoneFooter div.resources
		{
			color: #AEBFCF;
			display: block;
			float: right;
			padding: 12px 20px 0 0;
			text-align: right;
			width: 60%;
		}
		
		div#zoneFooter div.resources ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			float: right;
		}
		
		div#zoneFooter div.resources li
		{
			border-left: 1px solid #A3B0D3;
			float: left;
			height: 1em;
			list-style: none;
			margin: 0 0 0 .8em;
			padding: 0 0 0 .8em;
			position: relative;
		}
		div#zoneFooter div.resources li.first	{ margin-left: 0; padding-left: 0; border: none; }
		
		div#zoneFooter div.resources li a
		{
			color: #FFF;
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			bottom: .4em;
		}
		
		div#zoneFooter div.resources div.address
		{
			display: table;
			width: 100%;
			margin-top: 1em;
		}
		div#zoneFooter div.resources div.address.mailing	{ margin-top: -0.3em; }
		
		div#zoneFooter div.resources div.address span a	{ color: #FFF; }
		
		div#zoneFooter div.resources div.contactInfo
		{
			display: table;
			width: 100%;
			margin-top: -.3em;
			padding-top: 0;
		}
		div#zoneFooter div.resources div.contactInfo a	{ color: #AEBFCF; }
		div#zoneFooter div.resources div.contactInfo a:hover	{ color: #FFF; }
		
		div#zoneFooter div.resources span
		{
			float: in-line;
			margin: 0;
			padding: 0 0 0 1.5em;
		}

		
	/*@feedburner fixes */
	
	/*hides feedburner logo*/
	div.feedburnerFeedBlock div#creditfooter	{ display: none; }
	
	/*formats headline as h6*/
	div.feedburnerFeedBlock span.headline
	{
		font-size: 1.2em;
		font-weight: normal;
		line-height: 1.2em;
	}
	
	/*formats post date as metaD*/
	div.feedburnerFeedBlock p.date
	{
		color: #717260;
		font-size: .9em;
		margin-bottom: .3em;
		text-transform: none;
	}
	
	/*formats subscribe link as exitLink*/
	div.feedburnerFeedBlock p.fbsubscribelink
	{
		color: #507cdb;
		display: block;
		font-weight: normal;
		text-align: right;
		margin-bottom: 0;
	}