/*************************************************************************
	@imports
*************************************************************************/
	/*@import url("development.css");*/
	@import url("arbpagination.css");
	@import url("arbnavigation.css");
	@import url("arbcomments.css");
	/*@import url("arbaddthis.css");*/
	@import url("user_styles.css");
	@import url("rss_styles.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", serif; font-size: 1.2em;}
		
		body
		{
			margin: 0;
			padding: 0;
			text-align: center;
			background: #ecece8 url(http://www.carnegieendowment.org/img/bodyBkgrnd.gif) left top repeat-x;
		}
		
		*	{ margin: 0; padding: 0; }
		
		*.hide { margin: 0; font-size: 1px; line-height: 0px; position: absolute; top: -9999px; left: -9999px; }
		
	/*** @printView ***/
	#printView	{ display: none; }
	
	/*** @navAccessibility ***/
		body ul#navAccessibility
		{
			margin: 0;
			font-size: 1px;
			line-height: 0px;
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		body ul#navAccessibility li
		{
			height: 1px;
		}

	/********************/
	/*** @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;
		}
		div.subscribe form button.btnSubmit {padding: 2px 5px;}
		
		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: #6D2B00;	
				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
			{
				background-color: #6D2B00;
				color: white;
			}
		
		form button.reset:focus
		{
			background-color: #6D2B00;
			color: white;
		}
		
		form div.group ul
		{
			margin: 0;
			padding: 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: .8em;
			padding-bottom: .8em;
		}
		
		form div.group span.title
		{
			padding-top: .8em;
			width: auto;
		}
		
		form fieldset
		{
			margin-bottom: 3em;
			padding-left: 2em;
			padding-right: 1em;
			padding-bottom: 1em;
			border: 1px solid silver;
		}

		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	{ float: left; width: 45%; }
		
		form fieldset li label
		{
			padding-bottom: 0;
			width: 100%;
			display: block;
		}
		
		/* 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;
		}
		div.group input.radio	{ margin-top: 1.1em; margin-left: .5em; }
	
		input.txtFld
		{
			border: 1px solid black;
			float: left;		
			line-height: 1.2;
			width: 200px;
			font-size: 1.1em;
		}
		
		label
		{
			margin: 0;
			padding: .5em 0;
			display: table;
			width: 100%;
			clear: left;
			cursor: pointer;
		}

		label select
		{
			float: left;
		}
		
		label span, form div.group span
		{
			padding-top: .2em;
			display: block;
			width: 12em;
			float: left;
		}
		
		label.radio span, label.checkbox span
		{
			padding: 0 0 0 0;
			display: inline;
			float: none;
			margin-left: 0.5em;
		}
		
		label span.error
		{
			color: #CC0000;
			float: left;
			position: relative;
			bottom: .3em;
			left: 10px;
		}
		
		legend
		{
			color: #666666;
			font-family: arial,sans-serif;
			font-size: 1.4em;
			font-weight: normal;
			padding: 0 .5em 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 ul.valueList
		{
			border-right: none;
			height: 10em;
			overflow: auto;
		}
		
		form div.response
		{
			border-width: 1px;
			border-style: solid;
			font-size: 1.1em;
			font-weight: bold;
			padding: .5em .1em;
			text-align: center;
		}
		form div.response#mce-error-response	{ background-color: #FAD4D1; border-color: #C52A21; color: #C52A21; }
		form div.response#mce-success-response	{ background-color: #E0F0DB; border-color: #69A55D; color: #69A55D; }
		
	/**************/
	/*** @links ***/
	/**************/
		a, a:link, a:visited, a:hover, a:active
		{
			color: #3D71B7;
			text-decoration: underline;
		}
		
		a:hover { text-decoration: none; }
		
		a img { border: none; }
		
	/**************/
	/*** @lists ***/
	/**************/
		dl { }
		
		dt
		{
			display: inline;
			float: left;
			font-weight: bold;
			margin-right: 0.5em;
		}
		
		dd { margin-bottom: 0.25em; }
		
		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; }
		
	/**************/
	/*** @rss ***/
	/**************/
		
		div.rss ul li
		{   
			background-position: left center;
			background-repeat: no-repeat;
			background-color: transparent;
			background-image: url(../img/arb/icon_rss.gif);
			list-style: none;
			margin: 0;
			padding: 5px 0 5px 24px;
			border:none;
		}	
		
		div.rss h2
		{
			color: #6D2B00;
			font-family: georgia, serif;
			font-weight: normal;
			font-size: 1.4em;
			padding-top: 20px;
		}
	
	/**************/
	/*** @other ***/
	/**************/
		img
		{
			margin: 0;
			border: none;
		}
		
		div
		{
			margin: 0;
			padding: 0;
		}
		
		object { }

	
	/***************/
	/*** @tables ***/
	/***************/
		table { }
		caption { }
		td { }
		tr { }
		tbody { }
		tbody tr.rowStyle1 { }
		tbody tr.rowStyle2 { }
		thead { }
		thead th { }
		tfoot { }
		tfoot td { }
			
	/*******************/
	/*** @text_style ***/
	/*******************/
	blockquote
		{
			border-top: 3px solid #FBF4EA;
			border-bottom: 3px solid #FBF4EA;
			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; }

		div.metaD
		{
			color: #666;
			display: block;
			margin-bottom: 1em;
			text-transform: uppercase;
		}
		div.metaD span	{ padding-right: 1em; }
		div.metaD span.author	{ font-weight: bold; }
			
	/**************/	
	/*** @vCard ***/
	/**************/
		div.vcard { }

		
/*************************************************************************
	@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: 5%;
			margin-left: 5%;
			width: 40%;/* assume 2 coumns */
			float: left;
		}
		
		div.containerCols div.first { margin-left: 0; }
		div.containerCols div.last { margin-right: 0; }
		

/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		background-color: #FFF;
		border: 5px solid #6d2b00;
		display: table;
		font-size: 1.2em;/* font size adjustment for body tag */
		margin: 0 auto;
		padding: 10px;
		text-align: left;
		width: 870px;
	}
	div#wrapper.subscribe
	{	
		 width: 260px;
		 border: none; 
		 padding: 0 0 15px 0; 
		 margin: 0; 
	}
	
	div#zoneHeader
	{
		background: transparent url(../img/arb/bg_zoneHeader.gif) left top repeat-x;
		display: table;
		padding: 0 20px;
		position: relative;
		width: 830px;
	}
	div#zoneHeader.subscribe {width:260px; padding:4px 25px;}

	
	div#zoneMain
	{
		background: transparent url(../img/arb/bg_zoneMain.gif) left bottom repeat-x;
		display: table;
		padding-bottom: 2em;
		width: 100%;
	}
	
	div#zone1
	{
		display: table;
		width: 575px;
		float: left;
		margin-top: 35px;
		padding: 0 20px;
	}
	
	div#zone2
	{
		display: block;
		width: 220px;
		float: left;
		margin-top: 35px;
		padding: 0 20px 0 15px;
	}
	

/*************************************************************************
	@zoneHeader
*************************************************************************/

	/**********************/
	/*** @languageToggle ***/
	/**********************/
		div#languageToggle
		{
			background: transparent url(../img/arb/bg_languageToggle.gif) center top no-repeat;
			display: block;
			float: right;
			clear: left;
			height: 23px;
			width: 128px;
		}
	
		div#languageToggle ul
		{
			list-type: none;
			position: relative;
			bottom: 20px;
		}
	
		div#languageToggle ul li
		{
			color: #8a8275;
			font-size: .9em;
			list-type: none;
			display: inline;
			position: relative;
		}
		div#languageToggle ul li#english	{ border-right: 1px solid #8a8275; padding-right: .5em; }
		div#languageToggle ul li#arabic	{ bottom: 2px; font-family: "Arial Unicode MS", "Simplified Arabic", arial, sans-serif; font-size: 14pt; left: 4px; }
		
		div#languageToggle a
		{
			color: #3d71b7;
			text-decoration: none;
		}
		div#languageToggle a:hover, div#languageToggle a:visited	{ text-decoration: underline; }
		
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding
		{
			background: transparent url(../img/arb/bg_zoneBranding.gif) left 34px repeat-x;
			position: relative;
			top: 20px;
			display: block;
		}
		
		div#zoneBranding h1, div#zoneBranding strong { }
		
		div#zoneBranding h1 a,
		div#zoneBranding strong a
		{
			background: transparent url(../img/arb/logo_screen.gif) left top no-repeat;
			display: block;
			height: 30px;
			width: 353px;
		}
		
		div#zoneBranding h1 img,
		div#zoneBranding strong img
		{
			height: .35in;
			display: none;
		}
		
		div#zoneBranding em a
		{
			background: transparent url(../img/arb/tag_arabic.gif) right top no-repeat;
			display: block;
			height: 29px;
			top: 5px;
			width: auto;
			position: relative;
		}
		
	
/*************************************************************************
	@zoneMain
*************************************************************************/
	
	/*** @docTools ***/
	div.docTools
	{
		display: table;
		width: 100%;
	}

	/*** @exitLink ***/
	div.exitLink
	{
		color: #507CDB;
		float: right;
		font-size: .9em;
		font-weight: bold;
	}
	div.exitLink span	{ font-weight: normal; color: #000; }



/* @tags */
	div.tags
	{
		margin-bottom:1.5em;
	}
	
	div.tags span
	{
		background:transparent url(../img/arb/icon_tag.gif) 0 50% no-repeat;
		padding-left:20px;
	}
		
	div.tags ul
	{
		display:inline;
	}
	
	div.tags ul li
	{
		display: inline;
		border-left: 1px solid #8B7486;
		margin-left: 5px;
		padding-left: 10px;
	}
		
	div.tags ul li:first-child
	{
		border:none;
	}
		
	
/*************************************************************************
	@zone1
*************************************************************************/
	#zone1 span.contentImg,
	span.contentImg,
	#zone1 div.containerMultimedia
	{
		float: left;
		margin: 3px 10px 5px 0;
	}
	#zone1 span.contentImg.right, #zone1 div.containerMultimedia span.contentImg.right	{ float: right; margin: margin: 3px 0 5px 10px; }

	/***********/
	/*** @list ***/
	/***********/
	#zone1.list
	{
		margin-top: 15px;
	}
	
	#zone1.list h2
	{
		display: block;
		width: 100%;
		margin: .5em 0;
		padding: 0;
	}
	
	#zone1.list h2 div
	{
		color: #6E2B00;
		display: block;
		float: left;
		font-family: georgia, sans-serif;
		font-size: 1em;
		font-weight: normal;
		padding-bottom: 5px;
	}
	#zone1.list h2.top	{ margin-top: 0; padding-bottom: 2em; }
	
	#zone1.list h2 span.pagination
	{
		border-left: 1px solid #8A7586;
		color: #3D71B7;
		float: left;
		font-family: arial, serif;
		font-size: .55em;
		font-weight: bold;
		margin-left: 1em;
		padding: 0 .7em 0 1em;
		position: relative;
		top: .6em;
	}
	
	#zone1.list h2 span.pagination a
	{
		border: none;
		margin: 0 .2em;
	}
	
	#zone1.list h2 span.pagination span.currentPage
	{
		letter-spacing: .1em;
		color: #000;
		margin: 0 .2em;
	}

	#zone1.list div.containerDoc h3
	{
		color: #000;
		font-size: 1.2em;
		font-weight: normal;
		margin: 0 0 .2em 0;
	}
	
	#zone1.list div.containerDoc.featured h3
	{
		font-size: 1.5em;
		padding: 10px 0 5px 0;
	}
	
	#zone1.list div.containerDoc h3 a
	{
		color: #000;
	}
	
	#zone1.list div.containerDoc p
	{
		line-height: 1.3em;
		margin: 0;
		padding: 0;
	}
	
	/*** @indexDisplay ***/
		#zone1 ul.indexDisplay
		{
			display: table;
			list-style: none;
			padding: 0;
			margin: 0;
			width: 100%
		}
		
		#zone1 ul.indexDisplay li
		{
			border-bottom: 1px dotted #DDD;
			list-style: none;
			margin-bottom: 1em;
			padding-bottom: 1em;
		}
	
	/*** @list catagories ***/
		#zone1.list.catagories h3
		{
			font-size: 1.3em;
			font-weight: normal;
		}
		
		#zone1.list.catagories ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#zone1.list.catagories li
		{
			list-style: none;
			margin: 0 0 1em 0;
			padding: 0;
		}
		
		#zone1.list.catagories li ul
		{
			list-style: none;
			margin: 0 0 0 2em;
			padding: 0;
		}
		
		#zone1.list.catagories li li
		{
			margin-bottom: 0;
		}
		
		#zone1.list.catagories a, #zone1.list.catagories a:hover, #zone1.list.catagories a:visited
		{
			color: #000;
		}
	
	/*** @rssColumn ***/
		div.rssColumn ul
		{
			display: table;
			width: 100%;
			line-height: normal;
			font-size: 1.1em;
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
		}

		div.rssColumn strong
		{
			display: table;
			margin: .5em 0 .2em 0;
			font-size: 1.3em;
			font-weight: normal;
			width: 100%;
		}

		div.rssColumn li
		{
			background: transparent url(../img/arb/icon_rss.gif) left center no-repeat;
			padding-left: 24px;
			margin-bottom: .5em;
			list-style: none;
		}
		
		
	
	/*************/
	/*** @show ***/
	/*************/
	#zone1.show h3
	{
		background: transparent url(../img/arb/bullet_blue.gif) left .3em no-repeat;
		color: #4F7EDA;
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: .5em;
		padding-left: 12px;
		text-transform: uppercase
	}
	#zone1.show h3.normal	{ background: none; color: #6D2B00; font-size: 1.3em; margin-top: 1.5em; padding-left: 0; text-transform: none; }
	
	#zone1.show h2
	{
		font-size: 2em;
		font-weight: normal;
	}
	
	#zone1.show h2 div
	{
		display: inline;
	}
	
	#zone1.show h2 span
	{
		background: transparent url(../img/arb/icon_arrowDown.gif) right .3em no-repeat;
		border-left: 1px solid #8A7586;
		font-size: .5em;
		font-weight: bold;
		margin-left: 1em;
		padding: 0 .7em 0 .4em;
		position: relative;
		bottom: 3px;
	}

		
	/*************************/
	/*** @containerComments ***/
	/*************************/
		div#containerComments	
		{
			background: #FBF0DE url(../img/arb/bg_container.gif) left top repeat-x;
			border-bottom: 2px solid #D5CCBB;
			display: table;
			width: 100%;
			margin-bottom: 1.5em;
			padding: 11px;
		}
		
		div#containerComments h4
		{
			background: transparent url(../img/arb/banr_comment.gif) left top no-repeat;
			display: table;
			height: 22px;
			width: 100%;
		}
		
		div#containerComments ul
		{
			font-size: .9em;
			line-height: 1.3em;
			margin: 0;
			padding: 0;
			display: table;
			width: 100%;
			list-style: none;
		}
		
		div#containerComments ul li
		{
			background: transparent url(../img/arb/bullet_quote.gif) left 2em no-repeat;
			border-bottom: 1px solid #C2BBAB;
			margin: 0 0 8px 0;
			padding: 0 24px 8px 24px;
			display: block;
			width: auto;
			list-style: none;
		}
		
		div#containerComments ul li span
		{
			display: block;
			margin: 0 0 5px -24px;
		}
		
		div#containerComments form
		{
			margin: 2em 0 0 0;
			padding: 0;
			font-size: .9em;
			line-height: 1.3em;
			display: block;
		}
		
		div#containerComments form label
		{
			display: block;
		}
		
		div#containerComments form label span
		{
			display: block;
			float: left;
			margin-bottom: 2px;
			width: 11em;
		}
		
		div#containerComments form label input.txtFld
		{
			float: left;
		}

		div#containerComments form label.keyword
		{
			display: block;
		}
		
		div#containerComments form label.keyword span
		{
			display: block;
			margin-bottom: 2px;
			width: 100%;
		}
		
		div#containerComments form label span.extraLabel
		{
			float: left;
			margin-left: 5px;
			width: 21em;
		}
		
		div#containerComments form button.btnSubmit
		{
			position: relative;
			top: 10px;
		}
		
		div#postCommentForm p.vcode { 
			left: -9999px;
			position: absolute;
		}
			
	/***********************/
	/*** @areaBreadcrumb ***/
	/***********************/
		ul.areaBreadcrumb
		{
			margin-left: 0;
			margin-right: 0;
			list-style: none;
			font-size: .9em;
		}
		
		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
		{
			font-size: .9em;
			line-height: 1.3em;
			margin-bottom: 2em;
		}		


/*************************************************************************
	@zone2
*************************************************************************/
		div#containerUtilities
		{
			display: table;
			width: 100%;
		}
		
		div#containerUtilities div.containerIntroText
		{
			border-top: 1px solid #f1cf92;
			color: #6c2e00;
			font-size: 1.1em;
			line-height: 1.3em;
			margin-top: 0.5em;
			padding-top: 1em;
		}
		
		div#containerUtilities div.containerIntroText div.emailBtn a
		{
			background: transparent url(../img/arb/btn_emailTheEditor.gif) center center no-repeat;
			display: block;
			height: 39px;
			width: 150px;
		}
			
	/*****************/
	/*** @pageTools ***/
	/*****************/
		div.pageTools
		{
			border: 2px solid #F3E8D4;
			display: block;
			width: auto;
			font-size: 1.2em;
			margin-bottom: 1.5em;
			padding: 10px;
		}
		div#zone1.show_about div.pageTools {width: 175px;}
		
		div.pageTools ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		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.download	{ background-image:	url(../img/arb/icon_pdf.gif); }
		div.pageTools ul li.rss	{ background-image:	url(../img/arb/icon_rss.gif); }
		div.pageTools ul li.subscribe	{ background-image:	url(../img/arb/icon_subscribe.gif); }
		div.pageTools ul li.watch	{ background-image:	url(../img/arb/icon_watch.gif); }
		div.pageTools ul li.addlink	{ background-image:	url(../img/arb/icon_addlink.gif); }
		div.pageTools ul li.print	{ background-image:	url(../img/arb/icon_print.gif); }
		
		div.pageTools ul li a
		{
			font-weight: normal;
			text-decoration: none;
		}
		div.pageTools ul li a:hover	{ text-decoration: underline; }
		
	/***********************/
	/*** @containerSearch ***/
	/***********************/
		div.containerSearch	
		{
			background: #FBF0DE url(../img/arb/bg_container.gif) left top repeat-x;
			border-bottom: 2px solid #D5CCBB;
			display: table;
			width: 100%;
			margin-bottom: 1.5em;
		}
		
		div.containerSearch	h3
		{
			background: transparent url(../img/arb/banr_search.gif) 11px 11px no-repeat;
			display: table;
			height: 22px;
			width: 100%;
		}
		
		div.containerSearch	form
		{
			display: block;
			margin: 0 22px;
		}
		div.subscribe form {display: block;}
		
		div.containerSearch	form label,
		div.subscribe form label
		{
			padding: 0;
		}

		div.containerSearch	form label span,
		div.subscribe form label span
		{
			font-weight: normal;
		}
		
		div.containerSearch	form input.txtFld,
		div.containerSearch	form select,
		div.subscribe form input.txtFld
		{
			border: 1px solid #8A8275;
			font-size: .9em;
			padding: 2px;
			width: 100%;
		}
		div.subscribe form input.txtFld {width:98%}		
		
		div.containerSearch	form select
		{
			margin-bottom: 2px;
			padding: 0;
		}
		
		div.containerSearch form select option
		{
			padding: 2px;
		}
		
		div.containerSearch form label select option.label
		{
		}
		
		div.containerSearch form label select option.header
		{
			font-weight: bold;
			border-bottom: 1px dotted #CCC;
			margin-top: 1em;
		}
				
		div.subscribe h2
		{
			color: #6D2B00;
			font-family: georgia, serif;
			font-weight: normal;
			font-size: 2.2em;
			margin-top: .5em;
			margin-bottom: -.5em;
			padding-bottom: .5em;
			border-bottom: 2px solid #6D2B00;
		}
		
				
	/**********************/
	/*** @containerRelated ***/
	/**********************/
		div#containerRelated
		{
			display: table;
			width: 100%;
		}
		
		div#containerRelated h2
		{
			border-bottom: 1px solid #B9ACB6;
			color: #6E2B00;
			display: table;
			font-family: georgia, sans-serif;
			font-size: 1.4em;
			font-weight: normal;
			padding-bottom: .2em;
			margin-bottom: .4em;
			width: 100%;
		}

		div#containerRelated ul
		{
			display: table;
			font-size: 1.2em;
			list-style: none;
			margin: 0;
			padding: 0;
			width: 100%;
		}

		div#containerRelated ul li
		{
			background: transparent url(../img/arb/bullet_tan.gif) left .4em no-repeat;
			line-height: 1.1em;
			list-style: none;
			margin: 0 0 .6em 0;
			padding: 0 0 0 12px;
		}
		
		div#containerRelated ul li a
		{
			color: #000;
		}

		div.subscribe p
		{
			color: #6D2B00;
			font-family: georgia, serif;
			font-weight: normal;
			font-size: 1em;
			margin-top: 1.5em;
			margin-bottom: -.5em;
			padding-bottom: .5em;
		}

		form#arbSubscribe ul li { list-style-type:none;font-size:1em; }
		form#arbSubscribe ul.forms li { clear:both; }
		form#arbSubscribe ul li#info-list { position:absolute; left:-9999px; top:-9999px; }
		form#emailEditor ul li { list-style-type:none;font-size:1em; }
		form#emailEditor ul.forms li { clear:left; }
		form#emailEditor ul li#info-list { position:absolute; left:-9999px; top:-9999px; }
		
/*	=Matrix Added
Author: Brad Graham (bgraham@matrixgroup.net)
*****************************************/
/* Arabic Font Size */
body.arb-content div#wrapper { font-family: Simplified Arabic, Arabic Transparent, Traditional Arabic, serif; font-size: 1.4em; }
/* Email the Editor Form */
form#emailEditor ul.forms { margin:0; }
form#emailEditor ul.forms li { margin-bottom:1em; clear:both; }
form#emailEditor ul.forms li br { display:none; }
form#emailEditor ul.forms li label { width:100px; float:left; }
form#emailEditor ul.forms li input { float:left; margin-top:8px; }
form#emailEditor ul.forms li .btnSubmit { margin-right:9px; }
/* Subscribe Form */
#arbSubscribe ul.forms li br { display:none; }
#arbSubscribe li label { padding:0; }
#arbSubscribe li input.radio { margin-top:0; }
#arbSubscribe .group ul { margin:10px 0; }
#arbSubscribe #languageChoice ul { margin:10px 0; }
#arb #arbSubscribe div.group ul { clear:both; }
