/******************************************************************************
Page formats
******************************************************************************/
.cssArabicPageHeader
{
	border-bottom:		1px solid rgb(0, 0, 0);
	BORDER-BOTTOM:		solid 1px rgb(0, 0, 0);
	COLOR:				black;
	FONT:				normal 18px Arial, Helvetica, sans-serif;
	TEXT-ALIGN:			right;
	FONT-WEIGHT:    	BOLD;
	FONT-SIZE:          16pt;
}
.cssArabicPageFooter
{
	COLOR:				black;
	FONT:				normal 12px Arial, Helvetica, sans-serif;
	TEXT-ALIGN:			right;
	WIDTH:				100%;
	PADDING-TOP:		5px;
}
.cssArabicArticlePage
{
	width:              530px;
	margin:         	0 auto 0 auto;
}
/******************************************************************************
Menu
******************************************************************************/
.cssArabicMenu
{
	background-color:	RGB( 237, 237, 237 );
	width:              149px;
}
.cssArabicMenuItem
{
	background-color:	RGB( 247, 247, 247 );
}
.cssArabicMenuItem A
{
	font-family: 		Arial,Helvetica,sans-serif;
	font-size: 			14pt;
	font-weight: 		normal;
	text-decoration: 	none;
	text-align: 		right;
	font-style: 		normal;
	color:				rgb(186, 0, 0);
	vertical-align:     middle;

	background-repeat: 	no-repeat;
	background-image: 	url('../images/unselectedLeftArrow.gif');
	background-position:133px center;

	display: 			block;
	overflow: 			hidden;
	padding:			2px 20px 2px 10px;
}
.cssArabicMenuItem A:HOVER
{
	color:              red;
	text-decoration: 	underline;
}
.cssArabicMenuItem IMG
{
	margin-bottom: 		5px;
}
/*.cssArabicMenuItem
{
	BACKGROUND-COLOR:	RGB( 247, 247, 247 );
}
.cssArabicMenuItem A
{
	font-family: 		Arial,Helvetica,sans-serif;
	font-size: 			12pt;
	font-weight: 		bold;
	text-decoration: 	none;
	text-align: 		center;
	font-style: 		normal;
	color: 				black;

	background-repeat: 	no-repeat;
	background-image: 	url('../images/buttonUp.gif');
	height: 			34px;
	min-height: 		34px;
	max-height: 		34px;
	width: 				149px;
	min-width: 			149px;
	max-width: 			149px;

	display: 			block;
	overflow: 			hidden;
	line-height:        28px;
}
.cssArabicMenuItem A:HOVER
{
	text-decoration: 	underline;
}
.cssArabicMenuItem IMG
{
	margin-bottom: 		5px;
}*/
/******************************************************************************
Submenu
******************************************************************************/
.cssArabicSubmenuItem
{
	font-family: 		Arial,Helvetica,sans-serif;
	BACKGROUND-COLOR:   RGB( 247, 247, 247 );
    font-weight: 		bold;
}
.cssArabicSubmenuItem A
{
	font-size: 			11pt;
	border-style: 		solid;
	border-width: 		1px 1px 1px 1px;
	border-color: 		black black black black;
	margin-left: 		0px;
	margin-right: 		0px;
	padding: 			2px 5px 2px 5px;
	overflow: 			visible;
	text-decoration: 	none;
	display: 			block;
	color: 				rgb(0, 0, 0);
	background-color: 	rgb(237, 237, 237);
	font-weight: 		bold;
	margin-bottom:      0;
	margin-top:         0;
}
.cssArabicSubmenuItem A:HOVER
{
    text-decoration:	underline;
}
.cssArabicSubmenuItem H1
{
	font-weight:		bold;
	font-size:			14pt;
	color:				gray;
	margin-top:			5px;
	margin-bottom:		5px;
}
.cssArabicSubmenuItem DIV
{
	width:				1;
	border-bottom-width:1;
	border-bottom-style:solid;
	border-bottom-color:black;
}
/******************************************************************************
Article
******************************************************************************/
.cssArabicArticle
{
	font-family:		Arial,Helvetica,sans-serif;
	font-size:			12pt;
	text-align:			justify;
	font-weight: 		normal;
	/*background-color: 	white;
	border-width:		1px;
	border-style:		solid;
	border-color:		rgb(170, 170, 170);*/
}
.cssArabicArticle P
{
	text-align:			justify;
	/*margin-right:		20px;*/
}
.cssArabicArticle DIV
{
	/*margin-right:		20px;*/
}
.cssArabicArticle H1
{
	FONT-SIZE:  		18px;
	FONT-WEIGHT:		bold;
	COLOR:				white;
	BACKGROUND-COLOR:	gray;
	padding:         	2 4 2 4;
}
.cssArabicArticle H2
{
	FONT-SIZE:  		16px;
	font-weight:		bold;
	MARGIN-TOP:			30px;
	margin-BOTTOM:		-15px;
}
.cssArabicArticle UL
{
	font-size: 			12pt;
	margin-TOP:			0px;
	list-style-type:	SQUARE;
}
.cssArabicArticle LI
{
	MARGIN-Bottom:		2px;
	/*margin-left:		-10px;*/
}
.cssArabicArticle DT
{
	font-size: 			12pt;
	MARGIN-Bottom:		0px;
	MARGIN-TOP:			10px;
	margin-right:		20px;
	font-weight:		bold;
}
.cssArabicArticle DD
{
	/*font-family:		Arial,Helvetica,sans-serif;*/
	/*font-family: 		Times new Roman,Helvetica,sans-serif;*/
	/*font-style:		italic;*/
	margin-right:		40px;
	MARGIN-Bottom:		0px;
}
.cssArabicArticle TH
{
	font-weight:		bold;
	border-width:		0px;
	border-style:		solid;
	border-color:		white;
	padding:			5px;
	background-color:	rgb(180,200,200);
	MARGIN-Bottom:		15px;
	color: 				white;
}
.cssArabicArticle TD
{
	border-style:		solid;
	border-width:		0px;
	border-color:		white;
	padding:			5px;
}
.cssArabicArticle A
{
	font-family: 		Arial,Helvetica,sans-serif !important;
	font-size: 			12pt;
	font-weight:		bold;
	margin: 			0px;
	padding: 			0px 5px 1px 5px;
	overflow: 			visible;
	text-decoration:	none;
	background-repeat:	no-repeat;
	color:				rgb(186, 0, 0);
	/*border-width:		1px 1px 1px 1px;
	border-color:		white;
	border-style:		solid;*/
}

.cssArabicArticle A:HOVER
{
	color:				red;
	text-decoration:	underline;
	/*border-width:		1px 1px 1px 1px;
	border-color:		rgb(240, 240, 240) rgb(210, 210, 210) rgb(210, 210, 210) rgb(240, 240, 240);
	border-style:		solid;*/
}
.cssArabicArticle IMG
{
	float: 				left;
	margin:				10px;
	border-color:		rgb(25, 122, 216);
	border-style:		solid;
}
.cssArabicArticle BODY
{
	padding: 			20px 20px 50px 30px;
}
/******************************************************************************
Article condensed
******************************************************************************/
.cssArabicArticleCondensed TH
{
	font-family: 		Arial,Helvetica,sans-serif;
	font-size: 			12pt;
	font-weight:		bold;
	border-width:		0px;
	border-style:		solid;
	border-color:		white;
	padding:			5px;
	background-color:	rgb(180,200,200);
	MARGIN-Bottom:		15px;
	color: 				white;
}
.cssArabicArticleCondensed TD
{
	font-family: 		Arial,Helvetica,sans-serif;
	font-size: 			12pt;
	border-width:		0px;
	border-style:		solid;
	border-color:		white;
	padding:			5px;
	background-color:	rgb(245,245,245);
}
/******************************************************************************
News
******************************************************************************/
/*.cssArabicNews P
{
	border-style: 		none none dotted;
	border-width:		1px;
	border-bottom:		1px dotted rgb(204, 204, 204);
	margin:				0px 0px 10px;
	padding:			0px 0px 10px;
	font-family:		Arial,Helvetica,sans-serif;
	font-weight:		normal;
	font-style:			normal;
	font-size:			12pt;
}
.cssArabicNews DIV
{
	text-align:			left;
	margin:				0px 0px 5px;
	font-family:		Arial,Helvetica,sans-serif;
	font-weight:		bold;
	font-style:			normal;
	font-size:			8pt;
}
.cssArabicNews H1
{
	FONT:				bold 14pt Arial, Helvetica, sans-serif;
	COLOR:				rgb(178, 10, 21);
}
.cssArabicNews A
{
	margin:				0px;
	padding:			0px 5px 1px 5px;
	font-family:		Arial,Helvetica,sans-serif;
	overflow:			visible;
	text-decoration:	none;
	background-repeat:	no-repeat;
	text-align:			left;
	color:				rgb(204, 0, 0);
	font-weight:		normal;
	font-size:			10pt;
}
.cssArabicNews A:HOVER
{
	margin:				0px;
	padding:			0px 5px 1px 5px;
	font-family:		Arial,Helvetica,sans-serif;
	overflow:			visible;
	text-decoration:	underline;
	text-align:			left;
	color:				red;
	font-weight:		normal;
	font-size:			10pt;
}
.cssArabicNews    BODY
{
	padding:			10px 20px 50px 10px;
}*/
/******************************************************************************
Download
******************************************************************************/
.cssArabicDownloadPDF A
{
	background-repeat: 	no-repeat;
	background-image: 	url(../images/pdf-gray.gif) !important;
	padding-left: 		25px;
	background-position:right 2px;
}
.cssArabicDownloadPDF A:HOVER
{
	background-image: 	url(../images/pdf.gif) !important;
}
/******************************************************************************
End
******************************************************************************/

