/********************************************
   HTML ELEMENTS
********************************************/ 
/* Top Elements */
* { margin: 0; padding: 0; }

html 
        {
        height: 100%;
        margin 0px;
        padding: 0px;
        overflow-x: hidden; 
        }

body {
	background: #CCCCCC;
	\\background: url(images/body-bg.jpg) repeat-x top;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
}
/********************************* تنسيق النصوص *********************************/
.title                  {font-weight: bold; font-size: 13pt; font-family: Monotype koufi, Traditional Arabic, Arial; color:#BA0000;}
.sub                  {font-family: "MS Sans Serif, Tahoma"; font-size: 8pt; padding-right: 15px}
.ccc                  {color: #D3D3D3 }
.smallfont, .box  {font-family: "Microsoft Sans Serif", "MS Sans Serif", Tahoma; font-size:8pt; font-weight: normal !important;}
.small {font-family: "Microsoft Sans Serif", "MS Sans Serif", Tahoma; font-size:8pt; font-weight: normal !important; color: #7498C8;}
.smallTahoma   {
                        font: normal 11px "Microsoft Sans Serif", "MS Sans Serif", Tahoma; font-weight: normal !important; direction: rtl;
                        }
.kufi                        {font: bold 12pt "Monotype Koufi", Arial;}
.shadow                 {filter:dropshadow(color=#FFFFFF,offx=1, offy=1, positive=1); width: 100%}
.padding                 {padding-top: 3px; padding-bottom: 1px; padding-right: 5px; padding-left: 5px; direction: ltr; unicode-bidi: bidi-override}
.news        {font-family: "Microsoft Sans Serif", "MS Sans Serif", Tahoma; font-size:8pt; font-weight: normal !important; color:#006699;}
.news_text  {font-weight: bold; font-size: 15pt; font-family: Traditional Arabic, Arial; color:#000000; margin-bottom: 11px}
.smallTahoma p { text-align: center; margin: 1px; padding: 1px;}
.bluetext { color:#006699; font-size: 13px;}
/********************************** تنسيق الجداول ********************************/
.blue_td { background-color: #F4FBFE; margin-top: 0px; background-image: url(images/tip.gif); }

caption 
{ 
display:none;
visibility:hidden;
}

.table1
{
background-color: #ffffff;
background: #ffffff url("images/bg-dotted-box.jpg") no-repeat 19px right;
margin: 7px;
padding: 1px;
border: 1px #000066 dotted;
border-top: 1px #000066 solid;
direction:rtl;
font: bold 12pt Arial,"Simplified Arabic";
}

.table1 td 
{
padding: 5px;
}
/******************************************************************/
.Title1         {
                    color:#006699; Xwidth:100%; font-size: 11px;
                    filter:dropshadow(color=#FFFFFF,offx=1, offy=1, positive=1), glow(color=#FFFFFF, strength=0);
                    width: 100%}

.Title2         {
                    color:#006699; Xwidth:100%; font-weight: bold; font-size: 12pt; font-family: Monotype koufi, Traditional Arabic, Arial; 
                    filter:dropshadow(color=#FFFFFF,offx=1, offy=1, positive=1), glow(color=#FFFFFF, strength=0);
                    width: 100%}
/******************************************************************/
.tip  {
    border: 1px dotted #006699;
    background-image:  url(images/sadaqa/tip.jpg); background-repeat:repeat-x; background-attachment: scroll; background-align: bottom;
    font: normal 9pt Tahoma, "MS Sans Serif";
    padding: 11px; 
    direction: rtl;
    }
/******************************************************************/
.tip_text  {
    font: normal 8pt "MS Sans Serif",Tahoma;
    direction: rtl;
    }
/******************************************************************/
/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 12pt Arial;
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {

}

.border{
  border: 1px solid #51B4EE; 
  padding: 3px;
  width: 97%;
  margin: 5px 5px 5px 5px; 
}

img.float-right {
  margin: 5px 0px 10px 10px; 
  float: right;
}
img.float-left {
  margin: 5px 10px 10px 0px;
  float: left;
}

a img { border-width: 0px;}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 5px 21px 7px 21px;
 	padding: 21px 22px 22px 5px;
 	border: 1px solid #8EBCE6; 
  	background: #F0F7FF url(images/bg-box1.jpg) no-repeat 0px 0px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #7498C8; 
	background: #F0F7FF url(images/bg-box1.jpg) no-repeat top left;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #B5C8E1;
	background-color:#FFFFFF;
	font: normal 11px MS Sans Serif, Tahoma
}
textarea {
	width:400px;
	padding:5px;
	height:100px;
	display:block;
	border:1px solid #B5C8E1;
	background-color:#FFFFFF;
    overflow-x: hidden;
    \\overflow-y: auto;
	font: normal 11px MS Sans Serif, Tahoma
}
input.button { 
	margin: 15px 0px 15px 0px; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88AC0B;
	font: normal 11px MS Sans Serif, Tahoma;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
	font: normal 11px "MS Sans Serif", Tahoma
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
	font: normal 11px "MS Sans Serif", Tahoma
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: right;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #7498C8;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFFFFF;
}
#header h1#logo-text {
    display: none;
	position: absolute;
	margin: 0; padding: 0;
	font: bold 21pt Monotype Koufi, Traditional Arabic, Arial, Sans-serif;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; left: 600px;	
}
#header h2#slogan {
    display: none;
	position: absolute;
	margin: 0; padding: 0;
	font: bold 12pt Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 79px; left: 588px;		
}
/* **************************************************************** */
/* sidebar */
#sidebar {
	float: right;
	width: 23%;
	margin: 0;	
	padding: 0; 
	display: inline;
	text-align: right;
	\\font: normal 11px MS Sans Serif, Tahoma;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0px 1px 10px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom: 2px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font: bold 12pt Arial ;
	color: #4F82CB; 
	background-color: #f2f2f2;
	text-decoration:none;	
	padding:2px 10px 2px 7px;
	border-right:7px solid #64A432;	
	min-height:18px;
	background: url(images/a-bg1.gif) repeat-x right top;	
	color: #FFFFFF;	

}
#sidebar ul.sidemenu a:hover {
	padding:2px 15px 2px 5px;
	background-color: #EEEEEE;
	color: #339900;
	border-right:7px solid #9EC630;
	background: url(images/a-bg.gif) repeat-x right top;	
	color: #FFFFFF;	
}
* html body #sidebar ul.sidemenu a { height: 18px; }

/* **************************************************************** */
/* Menu */
#menu {
	clear: both;	
	margin: 0px; 
	padding: 0 40px 0 0;
	background: url(images/menu.jpg) repeat-y right top;	
	font: normal 11px MS Sans Serif, Tahoma;
	line-height: 23px;
	height: 23px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: right;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background: url(images/a-bg1.gif) repeat-x right top;	
	color: #FFFFFF;	
}
#menu ul li a:active {
	background: url(images/a-bg.gif) repeat-x right top;	
	color: #FFFFFF;	
}
#menu ul li#current a {	
	background: url(images/a-bg1.gif) repeat-x right top;	
	color: #FFFFFF;	
}

/* Main Column */
#main {
	float: right;
	width: 77%;
	padding: 0; margin: 0;
	direction: rtl;
	font: Bold 11pt Arial;
}
/* ترويسة الصفحات */
#main h1 {
	margin-top: 10px;
	font: bold 13pt Monotype Koufi, Arial, Traditional Arabic;
	color: #88AC0B;
	padding: 5px 1px 5px 25px; 	
	border-bottom: 1px dotted #7498C8;
	background: #E1EDFF url(images/square-green.png) no-repeat right;
	text-indent: 19px;
	line-height: 17px;
	\\background: url(images/bg-dotted-box.jpg) no-repeat top right;
}

#main p {
	padding: 1px 11px 5px 15px; 
	margin: 0;
	direction: rtl;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font: normal 11px MS Sans Serif, Tahoma;
}
#footer a { 
text-decoration: none; 
}

/* alignment classes */
.float-right { float: right; }
.float-left  { float: left; }
.align-right { text-align: right; }
.align-left  { text-align: left; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/******************************************************************/
A:link                 {color: #138DCC; text-decoration: none; }
A:active            {color: #DD0000; text-decoration: none; }
A:visited            {color: #0088CA; text-decoration: none; }
A:hover             {color: #79B236; text-decoration: none; }

A.weblinks:link                 {color: #79B236; text-decoration: none; }
A.weblinks:active            {color: #DD0000; text-decoration: none; }
A.weblinks:visited            {color: #79B236; text-decoration: none; }
A.weblinks:hover             {color: #138DCC; text-decoration: none; }

A.subject:link              {color: #C4511A; text-decoration: none; font-family: "Microsoft Sans Serif", Tahoma; font-size:8pt;}
A.subject:active            {color: #C4511A; text-decoration: none; font-family: "Microsoft Sans Serif", Tahoma; font-size:8pt;}
A.subject:visited           {color: #C4511A; text-decoration: none; font-family: "Microsoft Sans Serif", Tahoma; font-size:8pt;}
A.subject:hover             {color: #FEB316; text-decoration: none; font-family: "Microsoft Sans Serif", Tahoma; font-size:8pt; 
/******************************************************************/
li.pen          {
                    list-style: circle url(images/square-green.png);
                    cursor:default;
                    padding: 1px 1px 3px 3px;
                    }

li.web          {
                    list-style: circle url(images/icons/web.gif);
                    cursor:default;
                    padding: 1px 1px 3px 3px;
                    vertical-align: top;
                    }
/******************************************************************/


