﻿@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

.tophead {
	background: #675a49;
	height: 30px;
}

body
{
	background: url(bg.png) #eeeeee;
	direction: rtl;
	font-family: 'Droid Arabic Kufi', arial;
	font-size: 11px;
}

@font-face
{
	font-family: 'Droid Arabic Kufi';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/DroidKufi-Regular.eot);
	src: url(fonts/DroidKufi-Regulard41d.eot?#iefix) format('embedded-opentype'), url(fonts/DroidKufi-Regular.html) format('woff2'), url(fonts/DroidKufi-Regular-2.html) format('woff'), url(fonts/DroidKufi-Regular.ttf) format('truetype');
}

ul { list-style: none; }

a
{
	text-decoration: none;
	color: #666;
}

a:hover { color: #333; }

a img { border: none; }

img { vertical-align: middle; }

p { margin-bottom: 15px; }

input[type="text"], textarea, select, input[type="date"]
{
	border: solid 1px #c7c7c7;
	color: #c7c7c7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(js/PIE.html);
	padding: 3px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
{
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	behavior: url(js/PIE.html);
	color: #000;
	background-color: #D4E5F9;
}

.clear:before, .clear:after
{
	content: " ";
	display: table;
}

.clear:after { clear: both; }

.clear { *zoom: 1;
}

.social
{
	position: fixed;
	top: 220px;
	right: 0px;
	width: 30px;
	height: 191px;
	z-index: 10;
}

.social a
{
	background-color: #493729;
	background-image: url(../img/social.png);
	display: inline-block;
	width: 30px;
	height: 35px;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	behavior: url(js/PIE.html);
	margin-bottom: 3px;
}

.ie9 .social a
{
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	behavior: url(js/PIE.html);
}

.social a:hover { background-color: #1f71bb; }

.langIcon { background-position: center -190px; }

.insIcon { background-position: center -230px; }

.fbIcon { background-position: center -80px; }

.twIcon { background-position: center -118px; }

.ytIcon { background-position: center -155px; }

.bar
{
	background-image: url(../img/bar.jpg);
	background-repeat: repeat-x;
	height: 10px;
}

#header
{
	background: #493729  url(../img/header-bg.png);
	background-repeat: no-repeat;
	height: 250px;
	background-position: top center;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
}

.headerBg
{
	width: 936px;
	margin: 0px auto;
	background-image: url(../img/headerBg2.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 123px;
	position: relative;
}

.logo
{
	margin-top: 5px;
	display: inline-block;
}

#menu
{
	height: 40px;
	background-color: #493729;
	text-align: center;
	position: relative;
}

#menu ul
{
	width: 936px;
	margin: auto;
}

.mainMenu
{
	display: inline-block;
	line-height: 40px;
	position: relative;

    
}
   

#menu a
{
	color: #FFFFFF;
	font-weight: 700;
	font-size: 12px;
	padding: 2px 9px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(js/PIE.html);
	position: relative;
	white-space: nowrap;
}

#menu a:hover, #menu .active
{
	color: #493729;
	background-color: #fff;
}

#menu ul.subMenu
{
	position: absolute;
	top: 38px;
	right: -40%;
	background-color: #493729;
	width: 190px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	behavior: url(js/PIE.html);
	z-index: 10;
	background-image: url(../img/subMenuBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:25px;
    visibility:hidden;
}

.arrow
{
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 7px;
	position: absolute;
	bottom: -5px;
	right: 40%
}

#mainSlider
{
	
	height: 282px;
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	z-index: 9999999;
}

#scroller{
	z-index: 99999999;
}

#mainSlider ul
{
	width: 936px;
	margin: 0 auto;
}

#mainSlider li
{
	float: right;
	width: 166px;
	height: 221px;
	background-color: #fff;
	margin-left: 9px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(js/PIE.html);
	-moz-box-shadow: 0 2px 4px #666;
	-webkit-box-shadow: 0 2px 4px #666;
	box-shadow: 0 2px 4px #666;
	padding: 7px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#mainSlider li:hover
{
	background-color: #b8b3ac;
	-moz-box-shadow: 0 2px 4px #493729;
	-webkit-box-shadow: 0 2px 4px #493729;
	box-shadow: 0 2px 4px #493729;
	top: -3px;
}

.slide
{
	position: relative;
	top: 0px;
}
.slide .buttonHolder{text-align:center;}
.sliderData
{
	border-top: solid 1px #d9eacb;
	margin-top: 7px;
	background-image: url(../img/bullet1.png);
	background-position: center 1px;
	background-repeat: no-repeat;
}

.sliderData h3 { margin: 10px auto 15px; }

.sliderData h3 a { color: #493729; }

.contain {
	width: 936px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
	padding-top: 5px;
	direction: rtl;
}

.container
{
	width: 936px;
	margin: 17px auto 0px;
	background-color: #fff;
	padding: 17px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 2px 7px #999;
	-webkit-box-shadow: 0 2px 7px #999;
	box-shadow: 0 2px 7px #999;
	behavior: url(js/PIE.html);
	position: relative;
}

.col1
{
	float: right;
	margin-left: 18px;
	width: 644px;
}

.sep1
{
	height: 100%;
	width: 0;
	border-left: dashed 1px #c7c7c7;
	position: absolute;
	top: 0px;
	left: 290px;
}

.col2
{
	float: right;
	width: 291px;
	margin-left: -18px;
}

.pnl1
{
	background-image: url(old.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
	margin: 26px 0 18px;
	border-top: 1px solid #493729;
}

.ttl1
{
	background-color: #493729;
	padding: 0 10px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	behavior: url(js/PIE.html);
	font-weight: bold;
	font-size: 15px;
	margin-top: -38px;
	float: right;
	color: #FFFFFF;
	font-weight: normal;
	white-space: nowrap;
	position:relative;
	line-height:normal;
}

.pnl2
{
	background-color: #FFFFFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(js/PIE.html);
	padding: 7px;
	margin-bottom: 10px;
	position:relative;
	
}

.newsPnlsHolder
{
	overflow: hidden;
	width: 624px;
}

table.def {
	font-size: 14px;
	width: 100%;
}

table.def td {
	text-align: center;
	 width: 50%;
}

.newsPnls {
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
	height: 300px;
}

.newsPnl
{
	float: right;
	width: 293px;
	margin-left: 10px;
	height: 175px;
	position: relative;
	right: 0px;/*-317px to show next slide*/
}

.pager { text-align: center; }

.pager li
{
	display: inline-block;
	margin: 2px 10px;
}

.pager a
{
	color: #493729;
	font-weight: bold;
	font-size: 12px;
}

.pager a:hover, .pager a.current { color: #186e39; }

.pager .disabled { color: #C5C5C5 !important; }

.pnl2:hover { background-color: #fdf9e4; }

.ttl2
{
	color: #493729;
	padding-right: 8px;
	background-image: url(../img/bullet2.png);
	background-position: right 6px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	margin: 5px -7px 5px 0;
	text-align: right;
}

.img1
{
	float: right;
	margin: 0 -7px 5px 5px;
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	behavior: url(js/PIE.html);
	border: solid 1px #fff;
	position:relative;
}

.buttonHolder
{
	border-bottom: solid 1px #493729;
	text-align: left;
	padding-bottom: 2px;
}

.buttonHolder a
{
	color: #fff;
	background-color: #493729;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	behavior: url(js/PIE.html);
	padding: 1px 25px 1px 10px;
	background-image: url(../img/bullet3.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	position: relative;
	font-weight: bold;
}

.buttonHolder a:hover, .button1:hover { background-color: #146c34; }

.pnlGroup .pnl1
{
	float: right;
	width: 297px;
	margin-left: 10px;
	text-align: center;
}

.pnlGroupHolder { overflow: hidden; }

.pnlGroup { width:100% }

.img2
{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(js/PIE.html);
	border: solid 1px #fff;
	margin: 5px auto;
}

.ttl1 span { font-size: 11px; }

.pnl3
{
	border-bottom: dashed 1px #c7c7c7;
	padding: 10px 18px 10px 10px;
	position: relative;
}

.links { margin-top: -20px; }

.links a
{
	background-image: url(../img/links1.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	color: #999999;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	font-size: 13px;
}

.link1 { background-position: -172px top; }

.link2 { background-position: -79px top; }

.link3 { background-position: 13px top; }

.links a:hover
{
	color: #493729;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

.sep2
{
	background-image: url(../img/sep.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 96px;
	width: 1px;
	display: inline-block;
	margin: 0 5px;
}

.ttl3 { font-size: 17px; }

.img4
{
	float: right;
	margin-left: 10px;
}

.button1
{
	color: #fff;
	background-color: #493729;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(js/PIE.html);
	padding: 1px 15px 1px 10px;
	font-family: inherit;
	font-size: 10px;
	border: none;
	cursor: pointer;
	font-weight: bold;
}

.newsletter .button1, .vote .button1
{
	position: absolute;
	bottom: 18px;
	left: 18px;
}

.services ul { margin: 10px; }

.services li a
{
	color: #666;
	background-image: url(../img/bullet2.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-right: 10px;
}

.services li a:hover { color: #333; }

.newsletter, .vote { padding-bottom: 40px; }

.vote p
{
	float: right;
	width: 175px;
}

.vote a
{
	text-decoration: underline;
	position: absolute;
	bottom: 18px;
	right: 18px;
	white-space: nowrap;
}

.counter
{
	color: #fff;
	background-color: #493729;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(js/PIE.html);
	padding: 0px 10px 0px 25px;
	float: left;
	position: relative;
	font-weight: bold;
	margin: 11px 0 0 8px;
}

.counter span
{
	background-image: url(../img/icon4.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	top: -2px;
	left: -6px;
	width: 24px;
	height: 24px;
}

.counterTTl
{
	float: right;
	white-space: nowrap;
}

.activity
{
	background-image: url('../img/activitylogo.png');
	background-repeat: no-repeat;
	width: 250px;
	height: 134px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(js/PIE.html);
	border: solid 1px #fff;
	margin: 5px auto 0;
}



.data
{
	background-color: #493729;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(js/PIE.html);
	right: 220px;/*move 0px*/
}

.data div { padding: 5px 30px 5px 5px; }

.data h3
{
	position: absolute;
	top: 105px;
	right: -136px;
	-webkit-text-stroke-width: 0.3px;
	font-weight: normal;
	height: 30px;
	width: 136px;
	text-align: center;
	-moz-transform: rotate(270deg);
	-moz-transform-origin: bottom left;
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: bottom left;
	-o-transform: rotate(270deg);
	-o-transform-origin: bottom left;
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	top: 0\9;
	right: 0\9;
	zoom: 1;
	background-color: #0F518D;
}

.data h3 a
{
	color: #34f1ef;
	text-decoration: none;
}

.shadow
{
	background-image: url(../img/shadow.png);
	background-repeat: no-repeat;
	height: 12px;
	background-position: center top;
}



#tabs
{
	overflow: hidden;
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

#tabs li
{
	float: right;
	margin: 0 0 0 -15px;
}

#tabs a
{
	float: right;
	position: relative;
	padding: 0 20px;
	height: 0;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-left: 30px solid transparent;
	border-bottom: 30px solid #3D3D3D;
	border-bottom-color: #777\9;
	width: 125px;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}

#tabs a:hover,  #tabs a:focus
{
	border-bottom-color: #1873c7;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1.0;
	/* Safari 1.x */
	-khtml-opacity: 1.0;
	/* Good browsers */
	opacity: 1.0;
}

#tabs a:focus { outline: 0; }

#tabs #current
{
	z-index: 3;
	border-bottom-color: #493729;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1.0;
	/* Safari 1.x */
	-khtml-opacity: 1.0;
	/* Good browsers */
	opacity: 1.0;
}

#tabContent
{
	background: #e5e5e5;
	border-top: 1px solid #493729;
	padding: 17px;
	height: 206px;
}

#tabContent .pnl2
{
	float: right;
	width: 196px;
	margin: 5px;
	height: 173px;
}

#tabContent #tab1 img { width: 196px; }

#tabContent .ttl2
{
	height: 45px;
	overflow: hidden;
}

.ttl2 a { color: #493729; }

.ttl2 a:hover { color: #146c34; }

#tabContent .buttonHolder { margin: 0 -12px; }

.downloadIcon
{
	width: 87px;
	height: 93px;
	display: block;
	margin: 10px auto 0px;
}

.photoGallery
{
	width: 800px;
	overflow: hidden;
	margin: 10px auto 0;
	height: 110px;
}

.photoGallery ul { width: 10000px; }

.photoGallery li
{
	background-color: #FFFFFF;
	border: solid 1px #d1d1d1;
	padding: 2px;
	width: 117px;
	height: 77px;
	display: inline-block;
	margin: 4px;
	cursor: pointer;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white));
}

.lArrow, .rArrow
{
	background-image: url(../img/arrows.png);
	background-repeat: no-repeat;
	width: 26px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: 95px;
}

.rArrow
{
	background-position: left top;
	left: 40px;
}

.lArrow
{
	background-position: right top;
	right: 40px;
}

.dim
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#footer
{
	width: 936px;
	margin: 5px auto;
}

#footer ul
{
	float: right;
	margin: 10px 30px;
}

#footer li
{
	background-image: url(../img/bullet2.png);
	background-position: right 7px;
	background-repeat: no-repeat;
	padding-right: 10px;
	white-space: nowrap;
}

.developer { float: left; }

.copyright
{
	float: right;
	white-space: nowrap;
}

.date
{
	color: #990000;
	background-image: url(../img/icon7.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 21px;
	margin-bottom: 5px;
    font-size: 12px;
    margin-top:-5px;
}

.lang {
	background-color: #493729;
	padding: 5px 15px;
	height:21px;
	
	text-align:center;
	position: absolute;
	top: -10px;
	left: 20px;
	color:#fff;
	border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	behavior: url(js/PIE.html);
	white-space:nowrap;
}

.lang a { color: #34f1ef; }

.facebookPnl {
	background-image: url(../img/facebook.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.twitterPnl {
	background-image: url(../img/twitter.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}




.activity1{background-image: url(../img/img8.png);
}
.activity.activity1 .data{
	
	background-color: #493729;
	
}
.activity.activity1 h3{ background-color:#493729; }
.activity.activity1 h3 a{color:#F1BC34;}
.shadow2
{
	background-image: url(../img/shadow2.png);
	background-repeat: no-repeat;
	height: 12px;
	background-position: center top;
}
.rajhiPnl{ border-top:solid 1px #1873c7; }
.rajhiPnl .ttl1 {background-color:#1873c7; color:#F1BC34;}
.rajhiPnl .buttonHolder{ border-bottom:solid 1px #493729;}
.rajhiPnl .buttonHolder a{background-color:#493729;}
.rajhiPnl .buttonHolder a:hover{background-color:#493729;}
.rajhiPnl .pnl2:hover{background-color:#F8EFD9;}


/**********************************  by developer ******************************************/
.date {
	color: #990000;
	background-image: url(../img/icon7.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 21px;
	margin-bottom:5px;
}

.grid1 td, .grid1 th {
	border-bottom: solid 1px #493729;
	padding: 2px 15px;
	text-align: center;
}
.grid1 th:first-child,.grid1 td:first-child{text-align:right;}
.grid1 tr:nth-child(even) td { background-color: #E6EFFB; }

.pager {text-align:center;}

.pagerNum {
display:none
    ;
}

.button1 a {color:white;}
