/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'mada css' */
/*#####################hauki2###########################*/

/*feel free to modify and improve; if you are using CMS Made simple,private and 
commercial use allowed*/

/*#####################hauki 2006########################*/


body {
margin:0px;
}

#rahmen {
width:900px;
}


/*change the logo here*/
#logo {
background:url(uploads/images/templates/hauki2/logo.jpg);
width:900px;
height:200px;
}


/*if there is not enough space for your links in the bar,change the height to 60px (ff)*/
#menubar {
background:url(uploads/images/templates/hauki2/menubg.gif);
background-repeat:repeat-y;
width:900px;
height:30px;
}

#biglinksbox {
float:left;
width:200px;
height:500px;
}

.biglink  {
background:url(uploads/images/templates/hauki2/biglink.jpg);
width:200px;
height:100px;
display:block;
text-decoration:none;
text-align:left;
font-weight:bold;
color:white;
}


.biglink:hover {
background:url(uploads/images/templates/hauki2/biglinkhover.jpg);
color:#FA8406;
}

.biglink_2 {
background:url(uploads/images/templates/hauki2/biglink_2.jpg);
width:200px;
height:100px;
display:block;
text-decoration:none;
text-align:left;
font-weight:bold;
color:white;
}


.biglink_2:hover {
background:url(uploads/images/templates/hauki2/biglinkhover_2.jpg);
color:#FA8406;
}

.biglink span {
position:relative;
top:40px;
left:15px;
}

.biglink_2 span {
position:relative;
top:40px;
left:115px;
}

#login {
background:silver;
border:1px solid gray;
padding-bottom:20px;
}

#login h3 {
color:#FFFFFF;
}

#login input {
border:1px solid #FA8406;
margin-bottom:2px;
}

#newsbox {
float:right;
width:200px;
height:400px;
background:url(uploads/images/templates/hauki2/newsbg.gif);
background-repeat:no-repeat;
}

#newscontent {
width:200px;
height:370px;
padding:10px;
overflow:auto;
}




#top_image_content {
background:url(uploads/images/templates/hauki2/contentbgtop.gif);
width:450px;
height:30px;
margin-top:-5px;
}

#main_image_content {
background:url(uploads/images/templates/hauki2/contentbg.gif);
width:450px;
}

#content {
width:410px;
text-align:left;
padding:1px;
min-height:450px;
}

#bottom_image_content {
background:url(uploads/images/templates/hauki2/contentbgbottom.gif);
width:450px;
height:30px;
}

#breadcrumbs {
margin-right:10px; 
text-decoration:none;
text-align: right;
Font-family: Tahoma;
Font-size: 10px;
color: #FFF800;
}
#breadcrumbs a {
text-decoration:none;
color: #FFF800;
}

/*hack for ie - not valid*/
*html #bottom_image_content {
background:url(uploads/images/templates/hauki2/contentbgbottom.gif);
width:450px;
height:30px;
margin-right:20px;
}



#xfooter {
background:url(uploads/images/templates/hauki2/menubg.gif);
background-repeat:no-repeat;
width:900px;
height:30px;
clear:right;
font-size:12px;
color:#FFFFFF;
padding-top:5px;
text-align:center;
}

/*########################TWO Level MENU###############################*/


/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
margin-right: 10px;
        width: 100%;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li { 
text-decoration:none;
text-align:left;
color:white;
width: 110px;
font-size:12px;
font-weight:normal;
font-family: Tahoma;
       }
#primary-nav li:hover { 
color:red;

       }

#primary-nav li li { 
        width: 180px; 
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
	}
#primary-nav ul ul { 
	margin-top: 0px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-right: -1px;
	float: right; 
	}
#primary-nav li li { 
	margin-right: -110px;
	margin-top: -1px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */
/* Horezintal */
#primary-nav a {             
             text-align: right;
	display: block; 
	margin: 0px; 
	padding: 5px 5px; 
	text-decoration: none; 
	}

#primary-nav a:hover{ 
              color: red;
	}
/* Dropdown Menu */

#primary-nav li a {
filter:alpha(opacity=85);
color:#FFFFFF;
	}
#primary-nav li a:hover { 
              filter:alpha(opacity=100);
              color: #ffffff;
              background: #3E3E3F; 
	}

#primary-nav li li a { 
	border: 1px solid #ffffff;
             background: #A80202; 
	}	
#primary-nav li, #primary-nav li.menuparent { 

	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
color: #3E3E3F; 
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	background-image: url(modules/MenuManager/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 

text-decoration:underline;
color:#FFFFFF;
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}

/*hack for ie - not valid*/
*html #primary-nav li li { 
	margin-top: -4px; 
	}

/*hack for ie - not valid*/
*html #primary-nav li li li { 
	margin-top: 0px; 
	}

/*#############################NEWS###########################*/

.NewsSummary {
width:160px;
margin-top:15px;
 }

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummarySummary {
}

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

/* to add specific style to the below div, uncomment them. */
/* 
.NewsSummaryLink {}
.NewsSummaryAuthor {}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
#NewsPostDetailPrintLink {}*/


#NewsPostDetailReturnLink {
margin-bottom:20px;
}
/* End of 'mada css' */

/* Start of CMSMS style sheet 'Table_content' */
.backtabel {
width: 590px;
background-color : #A20303 ; 
}
.fronttabel {
direction:rtl;
width: 100%;
border:0px solid  #511A2C ;
background-color : #A20303 ; 
}
.fronttabel th, .fronttabel td.seperator {
color: white;
font-family: Arial;
font-size: 16px;
font-weight      : bold;
text-align: center;
background-color : #A20303; 
line-height      : 30px;
}
.fronttabel td {
color: Black;
line-height      : 25px;
font-family: Tahoma;
font-size: 10pt;
font-weight      : normal;
text-align: center;
background-color : White; 
}
.fronttabel td.darkcell {
background-color : #eeeeee; 
}
/* End of 'Table_content' */

/* Start of CMSMS style sheet 'homecss' */
body {
             direction:rtl;
	  margin: 0px;
	height: 0%;
	padding: 0px;
	topmargin: 0px;
             leftmargin: 0px;
             rightmargin: 0px; 
             bottommargin: 0px;
             marginwidth: 0px;
             marginheight: 0px;
	font-family:  Arial, Helvetica, Sans Serif;
	font-size: 16px;
	xcolor: #333333;
             BACKGROUND-color: #323232;
} 

A{
	COLOR: #B6BAA7; 

  TEXT-DECORATION: none;
}
A:link {
	COLOR: #A09452;

}
A:active {
	COLOR: #A09452;

}
A:visited {
	COLOR: #A09452;

}
xA:hover {
	COLOR: #ffffff;

   TEXT-DECORATION: none;
}

.topurl {
    color            : #C6890F;
  font-family      : Tahoma;
  font-size        : 13px;
  font-weight      : normal;
  border           : 0px  solid #7A6622;
  padding          : 4px 4px 4px 4px;
  white-space      : nowrap;
  float            : right;
  line-height      : 10px;
   margin: 0px 0px 0px 0px ;
  width           :auto;

}

.tophome{
  float            : left;
  text-align: left;
}


 /* الامتداد*/

div.breadcrumbs,  div.breadcrumbs a{
    color            : #C6890F;
  font-family      : Tahoma;
  font-size        : 11px;
  font-weight      : normal;
  border           : 0px  solid #7A6622;
  padding          : 4px 4px 4px 4px;
  white-space      : nowrap;
  float            : right;
  line-height      : 10px;
   margin: 0px 0px 0px 0px ;
  width           :auto;

}

img {
border: 0px;
}

/*عنوان المقال*/
h2{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    PADDING-RIGHT: 15px;
    text-align : right;
    BORDER-TOP: #9B9788 0px solid;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    COLOR: #A20303;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #B5BECD 1px dotted;
    BACKGROUND:  url(uploads/images/h2.gif) no-repeat right -2px;
}

h3 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    PADDING-RIGHT: 10px;
    text-align : right;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    COLOR: #C10304;
    PADDING-TOP: 3px;
    BACKGROUND:  url(uploads/images/h3.gif) no-repeat right 10px; 

}
 

#navbar p {
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    text-align : center;
    PADDING-BOTTOM: 3px;
    COLOR: #3A160E;
    PADDING-TOP: 3px;

}


/*الطباعة*/
.printicon{
    PADDING-top: 3px; 
  float            : left;
}



.printicon img { border: 0px; }
#rahmen {
width:900px;
}

 p {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: justify;
  padding: 5px 5px 5px 5px;
}


.pagenav a, .pagenav a:visited {
  color            : #C6890F;
  font-family      : Tahoma;
  font-size        : 11px;
  font-weight      : normal;
  background       :  #1B1913 ;
  border           : 1px  solid #7A6622;
  padding          : 4px 4px 4px 4px;
  white-space      : nowrap;
  float            : center;
  line-height      : 10px;
   margin: 0px 0px 0px 0px ;

}
.pagenav a:hover {
  color            : #fff;
  font-family      : Tahoma;
  font-size        : 11px;
  font-weight      : normal;
  background       :  #7A6622 ;
  border           : 1px  solid #7A6622;
  padding          : 4px 4px 4px 4px;
  white-space      : nowrap;
  float            : center;
  line-height      : 10px;

}

.top-page a, .top-page a:visited {
  color            : #C6890F;
  font-family      : Tahoma;
  font-size        : 11px;
  font-weight      : normal;
  background       :  # ;
  border           : 0px  solid #7A6622;
  padding          : 4px 4px 4px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
   margin: 0px 0px 0px 0px ;

}
.top-page a:hover {
  color            : #fff;
  font-family      : Tahoma;
  font-size        : 11px;
  font-weight      : normal;
  background       :  #7A6622 ;
  border           : 0px  solid #7A6622;
  padding          : 4px 4px 4px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;

}

#button-css input  {

  color            : #C6890F;
  font-family      : Tahoma;
  font-size        : 11px;
  font-weight      : normal;
  background       :  #1B1913 ;
  border           : 1px  solid #7A6622;
  padding          : 0px 0px 0px 0px;
  text-align       : center; 
  width: 30px;
}
 
.searchbox input , .nms input {
 color            : #C6890F;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : normal;
  background       :  #1B1913 no-repeat;
  border           : 1px  solid #7A6622;
  margin-top          : 17px ;
  margin-right          : 5px ;
  white-space      : pre;
  text-align       : right;  
  width:80px;
  float            : right;

}
.searchbox label, .nms {
 font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    PADDING-RIGHT: 5px;
    text-align : right;
    BORDER-TOP: #9B9788 0px solid;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    COLOR: #DBA43E;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #301B0B 0px solid;
 }


/*if there is not enough space for your links in the bar,change the height to 60px (ff)*/
#menubar {
background:url(uploads/images/templates/hauki2/menubg.gif);
background-repeat:repeat-y;
width:900px;
height:30px;
}

#biglinksbox {
float:left;
width:200px;
height:500px;
}

.biglink  {
background:url(uploads/images/templates/hauki2/biglink.jpg);
width:200px;
height:100px;
display:block;
text-decoration:none;
text-align:left;
font-weight:bold;
color:white;
}


.biglink:hover {
background:url(uploads/images/templates/hauki2/biglinkhover.jpg);
color:#FA8406;
}

.biglink_2 {
background:url(uploads/images/templates/hauki2/biglink_2.jpg);
width:200px;
height:100px;
display:block;
text-decoration:none;
text-align:left;
font-weight:bold;
color:white;
}


.biglink_2:hover {
background:url(uploads/images/templates/hauki2/biglinkhover_2.jpg);
color:#FA8406;
}

.biglink span {
position:relative;
top:40px;
left:15px;
}

.biglink_2 span {
position:relative;
top:40px;
left:115px;
}

#login {
background:silver;
border:1px solid gray;
padding-bottom:20px;
}

#login h3 {
color:#FFFFFF;
}

#login input {
border:1px solid #FA8406;
margin-bottom:2px;
}

#newsbox {
float:right;
width:200px;
height:400px;
background:url(uploads/images/templates/hauki2/newsbg.gif);
background-repeat:no-repeat;
}

#newscontent {
width:200px;
height:370px;
padding:10px;
overflow:auto;
}




#top_image_content {
background:url(uploads/images/templates/hauki2/contentbgtop.gif);
width:450px;
height:30px;
margin-top:-5px;
}

#main_image_content {
background:url(uploads/images/templates/hauki2/contentbg.gif);
width:450px;
}

#content {
width:410px;
text-align:left;
padding:1px;
min-height:450px;
}

#bottom_image_content {
background:url(uploads/images/templates/hauki2/contentbgbottom.gif);
width:450px;
height:30px;
}


/*hack for ie - not valid*/
*html #bottom_image_content {
background:url(uploads/images/templates/hauki2/contentbgbottom.gif);
width:450px;
height:30px;
margin-right:20px;
}



.footer {
    color            : #C6890F;
  font-family      : Tahoma;
font-size:12px;

text-align:center;
}



/*#############################NEWS###########################*/

.NewsSummary {
float: right;
width:420px;
margin-top:15px;
 }

.SRSummary {
    position:relative;
    top: -20px;
    left:  100px;
    float: right;
    width:620px;
    margin-top:15px;
 }

.NewsSummaryCategory {
  font-style: italic;
  margin: 0px 0;
 }

.NewsSummaryPostdate {

 }

.NewsSummarySummary p {
  font-family: tahoma;
  font-size: 11px;
  font-weight: normal;
  PADDING-RIGHT: 6px;
}

.SRSummarySummary {
    position:relative;
    top: -60px;
    left: 100px;

}

.SRSummarySummary p {
  font-family: tahoma;
  font-size: 11px;
  font-weight: normal;
  PADDING-RIGHT: 6px;
}

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;

  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

/* to add specific style to the below div, uncomment them. */

.NewsSummaryLink  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    PADDING-RIGHT: 6px;
    text-align : right;
    BORDER-TOP: #9B9788 0px solid;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 0px;
    COLOR: #DBA43E;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #301B0B 0px solid;
 }

.SRSummaryLink  {
    position:relative;
    top: -30px;
    left: 100px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    PADDING-RIGHT: 6px;
    text-align : right;
    BORDER-TOP: #9B9788 0px solid;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 0px;
    COLOR: #DBA43E;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #301B0B 0px solid;
 }
.SRSummaryLinkExtra {
    position:relative;
    top: -50px;
    left: -250px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    PADDING-RIGHT: 6px;
    text-align : right;
    BORDER-TOP: #9B9788 0px solid;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 0px;
    COLOR: #DBA43E;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #301B0B 0px solid;
 }

.SRSummaryMorelink  {
    position:relative;
    top: -50px;
    left: -250px;
  color            : #C6890F;
  font-family      : Tahoma;
  font-size        : 11px;
  font-weight      : normal;
  border           : 0px  solid #7A6622;
  padding          : 4px 4px 4px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
   margin: 0px 0px 0px 0px ;
  width           :auto;
}

.NewsSummaryImage img{
             display: block; 
	margin: 0px; 
	padding: 4px 4px 4px 4px; 
             BACKGROUND:  #684B34;
             border: 1px solid #3B2110;
             width:  120px ;
             height: 120px;
}

.NewsDetailImage img{ 
             display: block; 
	margin: 10px 20px 10px 0px; 
	padding: 4px 4px 4px 4px; 
             BACKGROUND:  #684B34;
             border: 1px solid #3B2110;
             width:  230px ;
             float : left;
}

.InnerImage img{ 
             display: block; 
	margin: 10px 20px 10px 0px; 
	padding: 4px 4px 4px 4px; 
             width:  230px ;
             float : left;
}


.NewsSummaryAuthor {}

.NewsSummaryMorelink  {
  color            : #C6890F;
  font-family      : Tahoma;
  font-size        : 11px;
  font-weight      : normal;
  border           : 0px  solid #7A6622;
  padding          : 4px 4px 4px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
   margin: 0px 0px 0px 0px ;
  width           :auto;
}

#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}

#NewsPostDetailPrintLink {
   PADDING-top: 3px; 
   float : left;
}


#NewsPostDetailReturnLink {
margin-bottom:20px;
color            : #C6890F;
  font-family      : Tahoma;
  font-size        : 11px;
  font-weight      : normal;
  border           : 0px  solid #7A6622;
  padding          : 4px 4px 4px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
   margin: 0px 0px 0px 0px ;
  width           :auto;

}
/* End of 'homecss' */

