*{
    margin: 0;
    padding: 0;
    border: 0;
    text-align: right;  
}
::selection{
    background: yellow;
}
.break{
	padding: 1px;
	clear: both;
	display: block;
}
.clear{
	clear: both;
	display: block;
}
.title{
    padding: 3px 5px;
    margin: 0 -5px;        
    margin-bottom: 5px;
  
  

}
hr{
    border-bottom: 1px solid #eee;
}
a{
    text-decoration: none;
    color: #E65D1F;
}
td,table,input,select{
    color: inherit;
    background: inherit;
    font-family: inherit;
}
.content {
    direction: rtl;
}
.content li{
    margin: 0 20px;
}
input[type="text"],input[type="submit"], input[type="password"], textarea,select{
   border: 1px solid rgba(255,255,255,.1);
    padding: 3px 5px;
    margin: 1px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
    background: rgba(255,255,255,.1);
color: rgba(255,255,255,.8);    
}
input[type="submit"]{
    background: #888;
    color: white;
}
/*html{
    background-image: url('../../../images/transparent.gif');
}*/
body{
    /*height: 100%;*/
    background:  #060201 url(../images/bg_body.jpg) top center no-repeat;
    margin: 0;
    /*font-family: sakkal;*/
    font-family: DroidArabicNaskhRegular,Tahoma;
    direction: rtl;
    font-size: 14px !important;
}
.warp{
    margin-left:auto;
    margin-right:auto;
    padding-top: 20px;
    width: 1000px;
}
.box{
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
}
.box .box{
	padding: 0;
}
/*.radius{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}*/
table{
    direction: rtl;
}
.title_co{
    background: #ddd;
    color: #666;   
    padding: 5px;
}
#done {
    padding: 5px;
    border:1px solid #AFC9A0;
	background-color: #E6FFE6;
	font-weight: bold;
    display: block;
    margin-bottom: 5px;
-moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#error {
    padding: 5px;
    border:1px solid #A65C5C;
	background-color: #FAC7C7;
	font-weight: bold;
    display: block;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin-bottom: 5px;

}
#list_pages{
    list-style-type: none;
    height: auto;
    clear: both;
}
#list_pages li{
    display: inline-block;
    float: right;
}
#list_pages li a{
    display: block;
    padding: 2px 8px;
    border-right: 1px dashed #e5e5e5;
    text-align: center;
}
#list_pages li:first-child a{
    border: 0;
}
#search_box{
    float: left;
    vertical-align: bottom;
}
.tools{
    width: 35px;
    background: white;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    position: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   
    -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
}
.tools_page{
    display: none;
    width: 0;
    background: white;
    float: left;
    position: fixed;
    margin-left: 60px;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
    overflow: auto;
    -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
}
.left_arrow{
    height: 0;
    width: 5px ;
    border-right: 5px solid black;
    float: left;
    position: relative;
    margin-left: -10px;
}
.tools ul{
    padding: 5px; 
}
.tools ul li{
    display: block;
    list-style-type: none;
    border-top: 1px solid #ddd ;
    padding: 5px 0;
}
.tools ul li:first-child{
    border: 0;
}
.add_icon,.theme_icon,.setting_icon,.logout_icon,.gallery_icon,.panel_icon{
    display: block;
    width: 25px;
    height: 25px;
    opacity:0.4;
    filter:alpha(opacity=40);
}
.add_icon:hover,.theme_icon:hover,.setting_icon:hover,.logout_icon:hover,.gallery_icon:hover,.panel_icon:hover{
    opacity:1;
    filter:alpha(opacity=100);
}
.add_icon{ background: url(../images/add_icon.png) no-repeat center;}
.gallery_icon{ background: url(../images/gallery.png) no-repeat center;}
.panel_icon{ background: url(../images/panel.png) no-repeat center; cursor: default;}
.theme_icon{ background: url(../images/theme_icon.png) no-repeat center;}
.setting_icon{ background: url(../images/setting_icon.png) no-repeat center;}
.logout_icon{ background: url(../images/logout_icon.png) no-repeat center; cursor: default;}
#form_tool{
    direction: rtl;
}
#form_tool label{
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
#form_tool label .setting_name{
    width: 120px;
    display: inline-block;
}
#form_tool label .property_name{
    width: 150px;
    display: inline-block;
}
#form_tool button{
    padding: 3px 5px;
    float: left;
    font-family: tahoma;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
}
#form_tool select{
    border: 1px solid #DDD;
    width: 80px;
}
#cancel_theme{
    float: left;
    width: 40px;
    text-align: center;
}
#form_tool #save_theme{
    margin-left: 5px;
}
.popup_slid{
    display: none;
    background: white;
    width: 235px;
    position: absolute;
    padding: 10px;
    margin-left: 10px;
    margin-top: 0;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;        
}
.arrow_popup_slide{
    background: url(../images/arrow_popup_slide.png);
    width: 21px;
    height: 12px;
    position: absolute;
    bottom: 100%;
    left: 10px;
}
.close_popup_slide{
    background: url(../images/close_popup_slide.png);  
    width: 20px;
    height: 15px;
    position: absolute;
    bottom: 100%;
    right: 5px;
    cursor: pointer;
}
.popup_slid::before{
    content: "";
}
.color_but{
    width: 35px;
}
.bg_footer{
    margin-bottom: 10px;
}
.Left_side > .box,#main_content > .box,.Top_side > .box,.Buttom_side > .box,.head_tools,.bg_footer,.Head_side > .box,.Right_side  > .box,.Foot_side > .box{
    -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .2);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .2);
    /*border-radius: 5px;
    -webkit-border-radius: 5px;*/
    margin-bottom: 10px;
}
.bg_logo{
	display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.head_tools {
	display: inline-block;
	width: auto;
	border-radius: 0px;
	margin: 0 -5px;
    
}
.Left_side_td{
    vertical-align: top;
}
.Buttom_side,#main_content,.Top_side,.Left_side,.Right_side{
    margin-bottom: 10px;
}
.box{
    box-shadow: none!important;
    background: #2F2E30!important;    
}

.Right_side_td {
    padding-left: 10px;
    vertical-align: top;
}

.Head_side {
    margin-bottom: 5px;
    vertical-align: top;
}

.Foot_side {
    margin-bottom: 10px;
}

.contactTable input[type="text"] , .contactTable textarea {
    width: 100%;
}
.mooor_news{
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13px;
}
.mooor_news{
    background: #fdf;
    
}
/*.bx-wrapper img{
    border-radius: 5px;
}*/
.SliderContaner{
	border-radius: 5px !important;
	border: 0 !important;
	margin: -5px !important;	
}
#shareTop .tools_body {
    
}
#shareTop .share_links a {
    
    color: #6D6E70;
    margin: 0 10px;
    background: #2E2D2F;
    padding: 7px;
    /*border-radius: 0px 0px 7px 7px ; */
    font-size: 10px;
}

#shareTop .share_links a:last-child {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 11px;

}
.headerDate {
    /*font-family: sakkal;*/
    font-family: DroidArabicNaskhRegular,Tahoma;
    text-align: left;
    color: #6D6E70;
    font-weight: bold;
    margin-left: 15px;
    font-size: 11px;
    margin-top: 15px;
}
#main_menu {
    margin-bottom: -1px;
    font-family   : Droid Arabic Kufi Bold;
    font-size: 14px;
    padding: 0;
}
#main_menu a {
    color: #6D6E70 !important;
}
#main_menu .sf-menu>li>a {
    border-bottom: 2px solid #6D6E70;
}
.loginAnchor {
    background: url('../images/login.png') right center no-repeat;
    float: left;
    padding-right: 17px;
    border-bottom: 3px solid #D0D2D3;
    line-height: 24px;
    bottom: -1px;
    position: relative;
}
.bx-wrapper .bx-pager {
   /* background-color: #BA6145;*/    
    height: 20px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding-left: 5px;
}
.bx-wrapper .bx-pager .bx-pager-item {
    margin-top: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: white !important;
    border: 1px solid white !important;
    opacity:0.5;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
   /* background-color: #FAAF40 !important;
    border: 1px solid #FAAF40 !important;*/
    opacity: 0.8;
}
.navbar-fixed-top, .box {
    background-color: white;
}
.contentControlers {
    background-color: white;
    height: 27px;
    position: absolute;
    box-shadow: 1px 1px 2px #CCC;
    border: 1px solid #CCC;
    /*z-index: -1;*/
    margin-left: 12px;
    padding: 0 8px;
}
.ContentSlideTitle, .title {
    color: #E3A856;
    font-family: Droid Arabic Kufi Bold, Tahoma Bold;
    font-size: 15px;
    padding: 0 10px;
    border-bottom: 1px solid #E3A856;
    line-height: 35px;
}
.ContentSlideTitle a {
    color: #BA6145;
}
.contentCategory {
    font-family: GE_Dinar_One_Medium;
    padding: 5px;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 2px #CCC;
    position: absolute;
    margin-top: -20px;
    z-index: 10000;
    visibility: visible;
}
.contentCategory a {
    color: #ADAFB1;
}
.Top_side_td {

}
.ui-widget-content {
    border: 0 !important;
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
}
.ui-widget-header {
    background: none !important;
    border-bottom: 0 !important;
}
.summaryDiv a {
    font-family: Droid Arabic Kufi Bold;
    font-size: 14px;
    color: #FAAF40;
}
.footerContent {
    background: #525252;
    box-shadow: 0px -1px 3px #CCC;
    -webkit-box-shadow: 0px -1px 3px #CCC;
    margin: 0;
}
.FooterMenu {
    margin-top: 10px;
}
.FooterMenu li a { 
    border-bottom: none !important;
}
.footerContent #main_menu li a {
    color: white !important;
}
#copyright {
    font-size: 16px;
}
#copyright .tools_body {
    float: left;
    padding-top: 0px;
    direction: rtl;
    margin-top: 4px;
    margin-bottom: 7px;
}
#copyright .share_links a {
    font-family: Droid Arabic Kufi Bold;
    color: #6D6E70;
    margin-right: 20px;
    border-bottom: 3px solid #D0D2D3;
    font-size: 10px;
    padding: 6px 0;
}
#copyright .clearBoth {
    margin-bottom: 0 !important;
}
.num_pages{
	width:auto;
    float: right;
    clear: right;
    margin: 5px 0;
}
.num_pages tr td a{
    font-family: GE_SS_Unique_Bold,tahoma ;
    display: block;
    width: auto ;
    padding: 3px 6px;
    color: #555;
    background: #f8f8f8;
    border: 1px solid #ccc;
   	-moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}

.num_pages tr td a:hover,.num_pages tr .actiiiiiv a {
    background: #ffe;    
}
.forumLogin {
    font-size: 12px;
    line-height: 10px;
}
.MainSliderDiv {
    direction: ltr;
}

.slider_next_gallery {
	right: auto;
	left: -5px;
	height: 17px !important;
	z-index: 100000;
	display: block;
	top: 30%;	
	width: 9px;
	/*border-style: solid;
    border-width: 5px 0 5px 7px;
	border-color: transparent rgba(100,100,100,.5) transparent rgba(100,100,100,.5);*/
	padding: 15px;
	position: absolute;
	opacity: .8;
    background:url("../images/rightarrow.png") center center no-repeat #3E3E3E;
}
.slider_prev_gallery {
	right: auto;
	left: -5px;
	height: 17px !important;
	z-index: 100000;
	display: block;
	top: 50%;
	width: 9px;
	/*border-style: solid;
	border-width: 5px 7px 5px 0px;
	border-color: transparent rgba(100,100,100,.5) transparent rgba(100,100,100,.5);*/
	padding: 15px;
	position: absolute;
	opacity: 1;
    background:url("../images/leftarrow.png") center center no-repeat #3E3E3E; 
}
.slider_prev_gallery:hover,.slider_next_gallery:hover{
	opacity: 1;
}
.main_items ul {
    list-style: none;
    font-size: 13px;
}
.main_items li, .small_li {
    font-size: 11px;
    margin-right: 20px;
}
.big_li {
    margin-top: 10px;
    margin-right: 10px !important;
	font-size: 13px !important;
}
.ContentShowImg img,.PagesShow img{
	max-width: 350px !important;
	max-height: 150px !important;
    width: auto !important;
/*    height: auto; *edited*/
	float: right;
	margin: 0 10px;
	
	
	border-radius: 5px;
}
#content_images ul li{
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-top: 1px dashed #eee !important;
}
#content_images ul li:first-child{
	border: 0 !important;
}
#content_images ul li:last-child a{
	margin-bottom: 0 !important;
}
#content_images ul li:hover{
	background: #f5f5f5;
}
#newsletter input {
    width: 100%;
}
#newsletter .forumBtn {
    width: 50%;
    text-align: center;
}
.social_links {
    text-align: left;
    margin-top: 5px;
}
.social_links a {
    display: inline-block;
    margin-right: 5px;
}
.social_links a img {
    width: 24px; 
}
.ContentsShow table tr:nth-child(odd) td, .PagesShow table tr:nth-child(odd) td { background:rgba(0,0,0,.02);padding: 0px 5px;}
.ContentsShow table tr:nth-child(even) td, .PagesShow table tr:nth-child(even) td {padding: 0px 5px; }
.menu_white_bar{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 50%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 50%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 50%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 50%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2E2D2F 50%,#2E2D2F 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 -3px 3px -3px rgba(0,0,0,.3);
    padding: 0;

}



.sidebody{
    color: #6D6D6D;
}

.shareSelector,.search{
    top: 7px;
    position: relative;
    left: 3px;
}