@charset "utf-8";
/*---------------------------------------------------- style menu ----------------------------------------*/
/* @charset "utf-8";
CSS Document 
body 
{
	margin: 0; padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
	background: #ddd url(../images/body_bg.gif) repeat-x;
}*/
.container {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(../images/header_bg.gif) no-repeat center top;
	padding-top: 120px;
}
#header .disclaimer {
	color: #999;
	padding: 100px 0 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	top: 0; right: 0;
}
#header .disclaimer a {	color: #ccc;}
ul.topnav {
	list-style: none;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	float: right;
	width: 351px;
	height:30px;
	font-size: 1.2em;
	font-family:TAHOMA;
	/*background: #222;
	background: url(../images/topnav_bg.gif) repeat-x;*/
}
ul.topnav li {
	float: right;
	margin: 0;	
	padding: 5 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 5px 2px;
	color: #333333;
	display: block;
	text-decoration: none;
	float: right;
}
ul.topnav li a:hover{
	color:#d98813;
	/*background: url(../images/topnav_hover.gif) no-repeat center top;*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: right;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	right: 0; top: 28px;/* to change dimention top*/
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: right;
	width: 140px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	 /*border-top: 1px solid #252525;--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 130px;
}
html ul.topnav li ul.subnav li a {
	float: right;
	width: 130px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 130px center;
	padding-right: 5px;
	color:#fefefe;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 130px center;
	color:#d98813; 
}
#header img {
	margin: 20px 0 10px;
}
.box1 { background:url(images/box1_bgd.gif) left top repeat-y; width:100%;}
.box1_bottom { background:url(images/box1_bottom.gif) no-repeat left bottom; width:100%; height:22px; margin-bottom:5px;}
.box1 .indent { padding:26px 20px 11px 21px;}
/* ------------------------------------------------- end menue style ----------------------------------------------- */
<!-- ---------------------------- // began curveadd comment ------------------------------- -->
.curvedBox
{
  width:490px;
}
.curvedBox .r1, .curvedBox .r2, .curvedBox .r3, .curvedBox .r4
{
background-color:#E0DCDA;
display:block;
overflow:hidden;
height:1px;
font-size:1px;
}
.curvedBox .r2, .curvedBox .r3, .curvedBox .r4
{
border-width:0 1px;
border-left:1px solid #E0DCDA;
border-right:1px solid #E0DCDA;
}
.curvedBox .r1 {margin:0 6px;}
.curvedBox .r2 {margin:0 3px;}
.curvedBox .r3 {margin:0 2px;}
.curvedBox .r4 {margin:0 1px;height:2px;}

.curvedBox .content
{
border-left:1px solid #E0DCDA;
border-right:1px solid #E0DCDA;
background-color:#E0DCDA;
padding:0 0px;
width: 297px;
height: 20px;
} 
<!-- ---------------------------- // end curve add comment ------------------------------- -->
/* ------------------------------------------------- flash news ----------------------------------------------- */
.menu{
	width: 180px; 
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.menu li a{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: url(images/menu.jpg) 100% 0;
    height: 24px; 
	padding: 4px 0 4px 10px;
	line-height: 24px; 
	text-decoration: none;
}	
	
.menu li a:link, .menu li a:visited {
	color: #FFF;
}

.menu li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.menu li a.selected{
	color: #FF6;
	background-position: 100% -64px;
}
.glidecontentwrapper{
direction:rtl;
position: relative; /* Do not change this value */
width: 490px;
height: 190px; /* Set height to be able to contain height of largest content shown*/
/*border: 5px solid   #f2f2f2;*/
overflow: hidden;
}
/*  
    Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/
.glidecontent{ /*style for each glide content DIV within wrapper.*/
direction:rtl;
position: absolute; /* Do not change this value */
background: #FFFFFF;
/*float:left;
margin-left:300px;
margin:0px 0px 0px 0px;	
border:#000000 1px solid;*/
padding:3px;
visibility: hidden;
width: 490px;
}
.text_brief
{
  text-align:justify;
  padding:0px 2px 2px 2px;
  margin-top:0px;
  margin-left:3px;
  margin-right:135px;
  background:url(../images/bg_slid.jpg) repeat-x;
  /*:url(../images/bg_slid.jpg) repeat-x;rgb(178, 185, 192); */
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 490px;
padding-top: 0px;
margin-top: 2px;/**/
text-align: center;
float:left;
direction:rtl; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
 Or total width of wrapper div (counting wrapper border/padding)
*/
.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px solid black;
color: #999999;
padding: 1px 3px;
margin-right: 3px;
font-weight: normal;
font-size:13px;
text-decoration: none;
}
.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background:#E4EFFA;
color: black;
}
.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}
.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
  background: #e5e5e5;
  color: white;
}

/* ----------------------------- end flash news  -------------------- began curve image */

body{margin:0px 0px 0px 0px; background-color:#fefefe}
a{text-decoration:none}
input , textarea{
  border:#D2D2D2 1px solid ;
  font-family:TAHOMA;
}
.DepsMenu{font-family:"Arabic Transparent"; font-weight:bold; font-size:16px; color:#000099; padding-right:15px; }
.newsBar{font-family:Tahoma; font-size:14px; color:#000099}
a.newsBar:hover{color:#FF0000}
.menuTitle{font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:bold; color:#000099; direction:rtl}
a.menuTitle:hover{color:#FF0000}
.menuBrief{font-family:"Arabic transparent"; font-size:15px; line-height:20px; font-weight:bold; color:#000033; padding-right:9px; padding-left:9px; text-align:justify; direction:rtl}
.mSub{font-family:"Times New Roman", Times, serif; font-size:15px; font-weight:bold; color:#000066; direction:rtl}
.boxTitle{font-family:"Arabic Transparent"; font-size:17px; font-weight:bold; color:#000033}
.basicNewsTitle{font-family:"Arabic Transparent"; font-size:17px; font-weight:bold; color:#000099; text-align:justify}
a.basicNewsTitle:hover{color:#FF0000}
.basicNewsBrief{font-family:"Arabic Transparent"; font-size:16px; font-weight:bold; color:#000000; text-align:justify}
.basicNewsOthers{font-family:"Arabic Transparent"; font-size:15px; font-weight:bold; color:#000099; text-align:justify; }
a.basicNewsOthers:hover{color:#FF0000}
.specialLinks{font-family:Tahoma; font-size:12px; font-weight:normal; color:#000000;}
a.specialLinks:hover{color:#0000FF}
.media{font-family:Tahoma; font-size:14px; font-weight:normal; color:#000000;}
a.media:hover{color:#0000FF}
.articleHead{font-family:"Simplified Arabic", "Traditional Arabic", "Times New Roman"; font-weight:bold; font-size:14pt; color:#000066}
.articleBody{font-family:"Simplified Arabic", Times; font-size:11pt; font-weight:bold; color:#000000; line-height:25px; text-align:justify; direction:rtl; padding:5px}
.pageTitle{font-family:"Times"; font-weight:bold; font-size:16px; color:#000099;  }
.briefTitle{font-family:"Simplified Arabic", "Traditional Arabic", "Times New Roman"; font-size:18px; font-weight:bold; color:#000066; direction:rtl; padding-right:5px; padding-top:5px}
a.briefTitle:hover{color:#FF0000}

.links{
font-family:Tahoma; font-size:16px; font-weight:normal; color:#000000;}
a.links:hover{color:#FF0000}

.question{font-family:"Simplified Arabic", Times; font-size:11pt; font-weight:bold; color:#FF0000; line-height:25px; text-align:justify; direction:rtl; padding:5px}
.answer{font-family:"Simplified Arabic", Times; font-size:11pt; font-weight:bold; color:#000000; line-height:25px; text-align:justify; direction:rtl; padding:5px}
.new{
  font-family:Tahoma;font-size:14px; font-weight:bold; color:#FFFFFF;
}
a.new:hover{color:#000000}
.smallText{font-family:Tahoma; font-size:14px; color:#303030; direction:rtl; font-weight:normal}
.table_border
{
  border: #cdcdcd 1px solid;
}
.main
{
   color:#333333;
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   font-weight:bold; 
}
.main:hover
{
   color:#d98813;
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   font-weight:bold; 
}
.span_flash
{
   /*color:#d98813;*/
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
   direction:rtl; 
}
.last_news{
font-family:Tahoma; font-size:12px; font-weight:normal; color:#333333;}
.last_news:hover{color:#d98813}
.link_center{
font-family:Tahoma; font-size:12px; font-weight:normal; color:#FFFFFF;}
.link_center:hover{color:#d98813}
.box_main
{
   color:#333333;
   font-family:Arial, Helvetica, sans-serif;
   font-size:17px;
   font-weight:bold; 
}
.box_main:hover
{
   color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size:17px;
   font-weight:bold; 
}
