﻿




        .DropDL
        {
            font-family: Tahoma; 
            font-size: 12px; 
            font-weight: normal;
            text-align:right;
          vertical-align:middle;  
                  width:250px;
                 height:25px;

       color:#252525;
            }
   
   .TextBox
            {
                            font-family: Tahoma; 
            font-size: 12px; 
            font-weight: normal;
            text-align:right;
          vertical-align:middle;
                color:#252525;
                 width:250px;
                   height:20px;
                }
        .button
 {
            font-family: Tahoma; 
            font-size: 12px; 
            font-weight: normal;
            text-align:center;
          vertical-align:middle;
          height:26px;
          
 }
 
.cssButton1 
{

 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
 box-shadow:inset 0px 1px 0px 0px #ffffff;
 background:-webkit-gradient( linear, right top, right bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
 background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
 background-color:#ededed;
 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 border-radius:6px;
 border:1px solid #dcdcdc;
 display:inline-block;
 color:#663300;
 font-family:Traditional Arabic, Tahoma, sans-serif;
 font-size:22px;
 font-weight:bold;
 padding:6px 24px;
 text-decoration:none;
 text-shadow:1px 1px 0px #ffffff;
 
}.cssButton1:hover {
 background:-webkit-gradient( linear, right top, right bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
 background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
 background-color:#dfdfdf;
}.cssButton1:active {
 position:relative;
 top:1px;
}      

.cssButton 
{
    	
 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
 box-shadow:inset 0px 1px 0px 0px #ffffff;
 background:-webkit-gradient( linear, right top, right bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
 background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
 background-color:#ededed;
 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 border-radius:6px;
 border:1px solid #dcdcdc;
 display:inline-block;
 color:#663300;
 font-family:arial;
 font-size:15px;
 font-weight:bold;
 padding:6px 24px;
 text-decoration:none;
 text-shadow:1px 1px 0px #ffffff;
 height:30px;
}.cssButton:hover {
 background:-webkit-gradient( linear, right top, right bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
 background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
 background-color:#dfdfdf;
}.cssButton:active {
 position:relative;
 top:1px;
}           
 
body {
	font: 100%/1.4 Traditional Arabic, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #ffffff;
	background-image: url(image/a22.gif);
	background-repeat:  repeat-x;
}
.CTitle 
{
font-size: 25px; 
color: #663300;
 text-decoration: underline;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {

	padding-right: 15px;
	padding-right: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: center;
	font-family: Traditional Arabic, Tahoma, sans-serif;
	font-size: large;


    width: 940px;
}




.h3 {font-size: 1.4em; font-weight: normal}
.h4 {font-size: 1.4em; font-weight: normal}




a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000000;
	text-decoration: underline;
    font-weight: 700;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.container1 {
	width: 1400px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#container1 {
	width: 1400px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: White;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 10px 0;
	
}

/* ~~ The footer ~~ */
#footer {clear: both; padding: 10px; text-align: center; 
background: url('images/seperator.png') repeat-x 50% top; 
font-size: .8em; color: #a3a3a3
}





/* ~~ miscellaneous float/clear classes ~~ */
.frtlt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .content table tr td {

	color: #000000;
	font-family: Traditional Arabic, Tahoma, sans-serif;
	font-size: 18px;
	 
}
.container .footer table tr td {
	text-align: center;

	 color:#18305A;
	font-size: 9pt;
	font-family:  Tahoma, sans-serif;

}
.container .content table tr td table tr td {
	color: #000000;
	
	
	font-family: Traditional Arabic, Tahoma, sans-serif;
	font-size: 18px;
    margin-right: 240px;
    }
.container .content table tr td {
	color: #000000;
    margin-right: 720px;
    text-align: right;
    }





.TableCSS td
{
 padding:5p;
    
  


} 

.font1 {
	font-family:Traditional Arabic, Tahoma, sans-serif;
	 color:#000000 
}
.container .content table tr td table {
	color: #000000;
	font-family: Traditional Arabic, Tahoma, sans-serif;
    text-align: center;
    direction: rtl;
}



    


.grid1 { 
font-size:18px;
font-family:Traditional Arabic, Tahoma, sans-serif; 
color:#454E36; 
text-align:center; 
border-style:none;
}

.alt
{
    background-color:#F0F2EC;
font-size:18px;
font-family:Traditional Arabic, Tahoma, sans-serif;
color:#454E36; 

text-align:right;
	padding:0;
	margin:0;
}
.pager1{
	background-color:#32342a;
 font-style:normal;
 text-decoration:none;
 text-align:right;
 
	font-weight:700; font-size:18px; font-family:Traditional Arabic, Tahoma, sans-serif; color:#fff; text-align:right;
}
.pager1 span {
	background-color:#32342a;
 font-style:normal;
 text-decoration:none;
 text-align:right;
 
	font-weight:700; font-size:18px; font-family:Traditional Arabic, Tahoma, sans-serif; color:#fff; text-align:right;

}
.hed
{
    background-color:#454E36;
    text-align:center;
    font-family: Traditional Arabic, Tahoma, sans-serif;
    color :#ffffff;
    font-weight:normal;
     border-width:0px;
    
}
.fot
{
    background-color:#CCCCCC;
    text-align:center;
    font-family: Traditional Arabic, Tahoma, sans-serif;
    color :#ffffff;
    font-weight:normal;
   
}
	

.row {
	background-color:#fefefc; font-family:Traditional Arabic, Tahoma, sans-serif; color:#454E36; 
	text-align:right;
	vertical-align:middle;
	padding:0;
	margin:0;
	font-size:18px;
	
	
}


.app1 {
	background-color:#b7bda3;
	font-size:18px; font-weight:700; font-family:Traditional Arabic, Tahoma, sans-serif; color:#32342a; text-align:center;
}

.colBoarder 
{
    border-right-style:double;
    border-right-color:black;
    border-right-width:medium;
}


#box_right {width: 300px; float: right; margin-bottom: 44px; text-align: justify}
#box_right {width: 300px; float: right; margin-bottom: 44px; text-align: justify}
#box_middle {margin-right: 330px; margin-right: 330px; margin-bottom: 44px; text-align: justify}

#box_right h3, #box_right h3, #box_middle h3 {
	background: #eaeaea;
	font-weight: normal;
	margin-bottom: 25px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 1.4em;
	padding: 8px 15px;
	border: 1px solid #FFF;
	outline:1px solid #dcdcdc;
}



#bo_right {width: 730px; float: right; margin-bottom: 44px; text-align: justify}
#bo_right {width: 200px; float: right; margin-bottom: 44px; text-align: justify}

#bo_right h3, #bo_right h3 {
	background: #eaeaea;
	font-weight: normal;
	margin-bottom: 25px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 1.4em;
	padding: 8px 15px;
	border: 1px solid #FFF;
	outline:1px solid #dcdcdc;
}




.tb5 {
	border:1px solid #456879;
	border-radius:10px;
	height: 22px;
	width: 250px;
	text-align: right;
/* for IE9 */
-ms-text-align-last:center;
        direction: rtl;
    margin-right: auto;
    margin-right: auto;
    margin-bottom: auto;
}
.tb5:focus {
	border:2px solid #456879;
	box-shadow: 0 0 10px #07c;
	border-radius:10px;
	height: 22px;
	width: 250px;

	margin :auto
    
}


.tb51 
{
    text-align: right;
    -ms-text-align-last:center;

	border:1px solid #456879;
	border-radius:10px;
	height: 22px;
	width: 250px;
	direction: rtl;
    margin-right: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.tb51:focus {
	border:2px solid #456879;
	box-shadow: 0 0 10px #07c;
	border-radius:10px;
	height: 22px;
	width: 250px;
	margin :auto;

    
}


.tb52 {
	border:1px solid #456879;
	border-radius:10px;
	height: 22px;
	width: 230px;
	margin :auto;
	text-align:center;

/* for IE9 */
-ms-text-align-last:center;
        direction: rtl;
    }
.tb52:focus {
	border:2px solid #456879;
	box-shadow: 0 0 10px #07c;
	border-radius:10px;
	height: 22px;
	width: 180px;
	margin :auto
    
}





.topcoat-button {
  border-style: none;
    border-color: inherit;
    border-width: medium;
    color:  #CEDDE5;
    background-color:  #195D7F; 
    border-radius:  30px;
    height : 30px;
    width: 100px;
    font-weight: 700;
}

.topcoat-button:active {
  background-color: #2895CC;
}




.topcoat-button1 {
  border-style: none;
    border-color: inherit;
    border-width: medium;
    color:  #CEDDE5;
    background-color:  #195D7F; 
    border-radius:  30px;
    height : 30px;
    width: 200px;
    font-weight: 700;
}

.topcoat-button1:active {
  background-color: #2895CC;
}




.doc-button {
background: -moz-linear-gradient(top,  #F0F0F0 0%, #F0F0F0 100%);
	background: -webkit-linear-gradient(top,  #F0F0F0 0%, #F0F0F0 100%);
	background: -o-linear-gradient(top,  #F0F0F0 0%, #F0F0F0 100%);
	background: -ms-linear-gradient(top,  #F0F0F0 0%, #F0F0F0 100%);
	background: linear-gradient(top,  #F0F0F0 0%, #F0F0F0 100%);
	
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	text-align:center;

	
	border: 1px solid #D69E31;
	color: #85592e;
	font: bold 12px Helvetica, Arial, sans-serif;
	height: 25px;
	width: 150px;
	padding: 3px;
  
}

.doc-button:active {
  background-color: #2895CC;
}


.doc-button:focus {
	border:2px solid #456879;
	border-radius:10px;

    
}


    .modalBackground
{        
    background-color: Gray;    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";   /* IE 8 Compatibility */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);       /* IE 7 Compatibility */
    opacity: 0.5;    /* Everyone else */
}  
    



/*-----------------------------------------------*/
/*---------------    Dropdown    ---------------*/
/*---------------------------------------------*/

/* 
	LEVEL ONE
*/

ul.dropdown                         { position:relative; z-index:10; margin: auto; border-top: 1px solid #dbdbdb;
	                                  border-bottom: 1px solid #dbdbdb; width: 950px; height:50px; background: #eaeaea; margin-bottom: 44px}
									  
ul.dropdown li                      { float: right; zoom: 1; width: 190px; }
ul.dropdown a:hover		            { color: ; }
ul.dropdown a:active                { color: ; }
ul.dropdown li a                    { display:block; padding: 9px 20px;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #666; position: relative; }
ul.dropdown li.hover a              { color: #666; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 200px; visibility: hidden; position: absolute; top: 100%; right: 0; background: #eaeaea;
                                      border-right: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb}
ul.dropdown ul li 					{ font-weight: normal; background: url(images/dropdown.png);  color: #000; 
									  border-bottom: 1px solid #dbdbdb; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; background: none; padding: 9px 8px; width: 100%; display:block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ right: 100%; top: 0; z-index:300; border-top: 1px solid #dbdbdb }
ul.dropdown li:hover > ul 			{ visibility: visible; }




/*------------------ gallery ------------------*/

#gallery {
	
	overflow: auto;
	margin-right: -44px;
	padding-bottom: 18px;
	position:static;
}

#gallery ul li {
	width: 190px;
	height: 200px;
	padding-top: 17px;
	padding-right: 12px;
	float: right;
	background: url(images/thumb_bg.png) no-repeat;
	margin-right: 45px;
	margin-bottom: 28px;
}

.center {margin:auto;
    direction: rtl;
}

#no_gallery_found {width: 798; padding: 50px; margin: auto; background: red; border: 10px solid white}




















/*-----------------------------------------------*/
/*---------------    Dropdown    ---------------*/
/*---------------------------------------------*/

/* 
	LEVEL ONE
*/

ul.dropdown1                         { position:relative; z-index:10; margin: auto; border-top: 1px solid #dbdbdb;
	                                  border-bottom: 1px solid #dbdbdb; width: 1400px; height:50px; background: #eaeaea; margin-bottom: 44px}
									  
ul.dropdown1 li                      { float: right; zoom: 1; width: 250px; }
ul.dropdown1 a:hover		            { color: ; }
ul.dropdown1 a:active                { color: ; }
ul.dropdown1 li a                    { display:block; padding: 9px 20px;
	 								  color: #222; }
ul.dropdown1 li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown1 li.hover,
ul.dropdown1 li:hover                { color: #666; position: relative; }
ul.dropdown1 li.hover a              { color: #666; }


/* 
	LEVEL TWO
*/
ul.dropdown1 ul 						{ width: 270px; visibility: hidden; position: absolute; top: 100%; right: 0; background: #eaeaea;
                                      border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb}
ul.dropdown1 ul li 					{ font-weight: normal; background: url(images/dropdown.png);  color: #000; 
									  border-bottom: 1px solid #dbdbdb; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown1 ul li a					{ border-right: none; background: none; padding: 9px 8px; width: 100%; display:inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown1 ul ul 					{ right: 100%; top: 0; z-index:300; border-top: 1px solid #dbdbdb }
ul.dropdown1 li:hover > ul 			{ visibility: visible; }


