@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

/*
font-family: 'Droid Arabic Kufi', serif;
font-family: 'Droid Arabic Naskh', serif;
*/

body {
font-family: 'Droid Arabic Naskh', serif;
	background:#73337d ;
	margin: 0;
	padding: 0;
	color: #555;
	font-size:15px;
	direction:rtl;
}

.bg_img img{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* 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 !important;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

a {
	color:#637583;
	text-decoration: none; 
}
a:hover {
	color:#b93ba3;
	text-decoration: underline; 
}

a:visited {
	text-decoration: none;
}
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;
}

/*
ul{
	list-style-image:url(../images/bullet.gif);
	list-style-position:inside;
}
*/

/*---------------------------- Data Grid & Forms ------------------------------*/

.form{
	margin:5px 5px;
}
.add_form{
	background-color:#EEE;
	padding:1px;
}
.form_item{
	background-color:#FFF;
	border:3px solid #FFF;
	display:block;
	clear:both;
	background-color:#FFF;
	min-height:35px;
	margin-bottom:4px;
	padding:0px;
}
.form_item label{
	background-color:#EEE;
	width:120px;
	padding:2px;
	display:block;
	float:right;
	min-height:25px;
	margin-left:8px;
	padding:5px;
}
input{
	height:25px;
	padding: 2px 10px;
	border: 1px solid #ccc;
	margin:3px; 
	font-size:13px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}
input:focus{
	border: 1px solid #ea3192;
}
input:hover, textarea:hover{
	/* border:1px solid #F60; */
	
}
.button, button{
	padding:2px 20px;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	background: #1388cb;
	text-align:center;
	margin:2px auto;
	display:block;
	cursor:hand;
	cursor:pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:0px;
	
}
.button:hover, button:hover{
	background-color:#ea3192;
	color:#fff;

}
input[type="checkbox"], checkbox{
	width:20px !important;
	margin:0 4px 0 0;
	padding:0;
	height:25px !important;
	border:0px;
	float:right;
}
input[type="radio"]{
	float:right;}

textarea{
	height:100px;
	border:1px solid #ccc;
	direction:rtl;
	
	padding: 2px 10px;
	margin:3px; 
	font-size:13px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;

}
select{
	min-width:200px;
	direction:rtl;
	border:1px solid #999;
	margin-top:5px;
}

/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ Breadcrumb~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/

.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font-size: 11px;
	margin: 20px 0;
}
.breadcrumb li { 
	float: right; 
}
.breadcrumb li a {
	text-decoration: none; 
	padding: 5px 40px 5px 0;                   /* fallback color */
	background: #73337d; 
	position: relative; 
	display: block;
	float: left;
	color: #fff;
}
.breadcrumb li span{
	text-decoration: none; 
	padding: 5px 40px 5px 0;                   /* fallback color */
	position: relative; 
	display: block;
	float: left;
	color: #1287cb;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-right: 30px solid #73337d;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	right: 100%;
	z-index: 2; 
}
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-right: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-right: 1px;
	right: 100%;
	z-index: 1; 
}
.breadcrumb li:first-child a {
	padding-right: 10px;













}
.breadcrumb li:nth-child(2) a       { background: #73337d; }
.breadcrumb li:nth-child(2) a:after { border-right-color: #73337d; border-left-color: #73337d;}
.breadcrumb li:nth-child(3) a       { background: #73337d; }
.breadcrumb li:nth-child(3) a:after { border-right-color: #73337d; border-left-color: #73337d; }
.breadcrumb li:nth-child(4) a       { background: #d7e3ed; }
.breadcrumb li:nth-child(4) a:after { border-right-color: #d7e3ed; border-left-color: #d7e3ed;}
.breadcrumb li:nth-child(5) a       { background: #d7e3ed; }
.breadcrumb li:nth-child(5) a:after { border-right-color: #d7e3ed; border-left-color: #d7e3ed;}
.breadcrumb li:last-child a {
	/*pointer-events: none;
	cursor: default;*/
}
.breadcrumb li a:hover { background: #4986b3; color: white;}
.breadcrumb li a:hover:after { border-right-color: #4986b3 !important; }

/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ wrappers and containers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/
.page_wrapper{
	margin-bottom:20px;
}
.container{
	background: #e9f2f9;
}
.leftSide{
	float:left;
	display:inline-block;
	width:310px;
}
.rightSide{
	display:inline-block;
	width:650px;
}
.contentArea{
	min-height:200px;
	display:inline-block;
	width:960px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;

	padding-bottom: 15px;
}
.rightColumn{
	width: 660px;
	float:right;
	display:inline-block;	
}
.leftColumn{
	width: 300px;
	float:left;
	display:inline-block;
}
.innerRight{
	background:#fff;
}
/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ content Tools ~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/
.contentTools .back{
	background:#f78f1e url(../../images/back_arrow.png) center no-repeat;
	width:40px;
	height:40px;
	text-indent:9999px;
	display:inline-block;
}
.viewOptions{
	float:right;
	font-size:0px;
}
.viewOptions .viewAsItems, .viewOptions .viewAsList{
	width:40px;
	height:40px;
	text-indent:9999px;
	display:inline-block;
}
.viewOptions .viewAsList{
	background: url(../../images/view_list.png) center no-repeat;	
}
.viewOptions .viewAsList:hover{
	background: url(../../images/view_list_selected.png) center no-repeat;
}
.viewOptions .viewAsItems{
	background: url(../../images/view_icons.png) center no-repeat;
}
.viewOptions .viewAsItems:hover{
	background: url(../../images/view_icons_selected.png) center no-repeat;
}
/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/
.menu_container{
}
/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/
.header{
}
.chief_editor{
	font-weight:bold;
	display:inline-block;
	margin-top: 9px;
	font-size: 1.2em;
	color: #fff;
	font-family: 'Droid Arabic Kufi', serif;
}
.TopDate{
	color: #ccc;
	float:left;
	line-height: 40px;
	font-size: 0.9em;
	width: 490px;
}
.top_links{
    text-align: left;
}
.top_links a{
    background: #4986b3;
    padding: 0 5px;
    color: #ccc;
}
.top_links .loginIconUser{
	background:transparent;
	color:#Fff;
}
.top_links a:hover{
	color:#fff;
}
.logo{
	float: right;
	display: inline-block;
	margin: 5px 0 0 0;
}
.logo img{
	height: 170px;
}

.lang{
	float:left;
}
.ads728x90{
	width:728px;
	height:90px;
	float:left;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 5px;
}
.ads300x300{
	margin-bottom: 10px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	
}
/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ***/
.pageMenuContainer{
	background: #4986b3;
	height:60px;

}
.pageMenuContainer .homeLink{
	background: #2cadb2;
	display:block;
	height:60px;
	width:60px;
	float:right;
	text-align:center;
	padding-top:18px;
}

.menuIcon{
	background:url(../images/menu_icon.png) no-repeat;
	width: 55px;
	height: 55px;
	position:absolute;
	top: 11px;
	left: 15px;
	color: #999;
	text-align: center;
	padding-top: 13px;
}
.menuIcon:hover{
	background:url(../images/menu_icon_hover.png);
	color:#fff;
}
.menu{
	float:left;
}

.TopMenu a{
	float:right;
	padding: 3px 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	color:#bbb;
}
.TopMenu a:hover{
	background-color:#00c8d0;
	color:#fff;
}
.nav{
	height:60px;
	float:right;
	width:900px;
}
.nav a{
	color:#fff;
	position:relative;
	line-height:60px;
}
.nav a:hover{

	
}

.nav ul{
	list-style:none;
	position:relative;	
}
.nav>ul>li{
	float:right;
	display:inline-block;	
	position:relative;	
	padding:0 10px;
	line-height:60px;	
}
.nav>ul>li:hover{
	background: #73337d;

}
.nav ul li ul{
	display:none;
	position:absolute;
	top:60px;
	right:0px;
	background: #73337d;	
	z-index:100000;
	min-width:170px;
}
.nav ul li:hover ul{
	display:block;
}
.nav ul li ul li{
	display:block;
	height:35px;
	line-height:35px;
	padding:0 15px
}
.nav ul li ul li a{
	display:block;
	line-height:35px;	
}
.nav ul li ul li:hover{
	background:#9638a5;	
}
.dropdownarrow{
	background:url(../images/dropdownarrow.png) no-repeat center;
	width:30px;
	display:inline-block;
	height:55px;
	float:left;
	
}
/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ marquee ~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/

.marqueeContainer{
	background:#2a3b48;
	height:60px;
	line-height:60px;
	/* position: fixed; */
	/* z-index: 1000; */
	/* left: 0px; */
	width: 100%;
	/* top: 0px; */
}
.marquee{
	height:60px;
	color:#fff;
	overflow:hidden;
	float: right;
	display: inline-block;
	width: 700px;
	padding-top: 15px;
}
.marquee .title{
	margin-left:50px;
}
.marquee a{
	color:#fff;
}


/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ panel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/

.panel{
	display:inline-block;
	float:right;
	margin-bottom:10px;
}
.panel_inner{
	width:100%;
	padding:10px;
}
.leftColumn{
	background: #d7e3ed;
}
.blackPanel{
	background: #2a3b48 !important;
}
.blackPanel .videoItem a{
	border-right:5px solid #2a3b48;
	border-bottom:1px solid #324858 !important;
	color: #fff;
	width: 100%;
	display: block;
	padding-right:5px
}
.blackPanel .videoItem{
	border-bottom: 1px solid #324858 !important
}
.blackPanel .videoItem a:hover{
	border-right:5px solid #4393d2;
	background:#324858;
}
.blackPanel .homeVideo img{
	width:100%;
}
.blackPanel .homeVideo a{
	color:#aaa;
}
.noPadding{
	padding:0px;
}

.twoColumn{
	width: 660px;
}
.oneColumn{
	width: 315px;
}
.oneColumn:nth-child(odd)
{
	margin-left:10px;
}
.leftColumn .oneColumn{
	width:300px;
}
.noBorder{
	border:0px;
}
.vote{
}
.col_1{
	width: 50%;
	float:right;
	padding: 4px;
}
h1{
	line-height:47px;
	color:#fff;
	font-size: 1.3em;
	font-family: 'Droid Arabic Kufi', serif;
	display:block;
	background:#821970;
	padding: 0 15px !important;
	font-weight: bold !important;
}
.center{
	text-align:center;
}
.blueBig{
	background:url(../images/title_blue_big.png) left bottom;
}
.orange{
	background:url(../images/title_orange_big.jpg) left bottom;
}
.yellow{
	background:url(../images/title_yellow_big.jpg) left bottom;
}


.blue{
	background:url(../images/title_blue.png) left;
}
.red{
	background:url(../images/title_red.png) left;
}
.purple{
	background:url(../images/title_purple.png) left;
}
.purpleBig{

	background:url(../images/title_purple_big.png) left;
}
.lightBlue{
	background:url(../images/title_lightBlue_big.png) left;
}
.green{
	background:url(../images/title_green_big.png) left;
}
.black{
	background:#2a3b48;
}
.black a, .purple a, .lightBlue a, .purpleBig a, .blue a, .blueBig a, .green a{
	color:#fff;
}
.h1_bg{
	background-color:#ea3192 ;
	color:#fff;
	padding-right:20px;
	line-height:45px;
	border-top-left-radius:15px;
	-moz-border-top-left-radius:15px;
	-webkit-border-top-left-radius:15px;
	border-top-right-radius:15px;
	-moz-border-top-right-radius:15px;
	-webkit-border-top-right-radius:15px;
	background-repeat: no-repeat;
	background-position: 20px center ;		
}

.comics img{
	width: 298px;
	
}
.comics a{
	font-weight:bold;
	color:#1287cb;
}
.vote, .comics{
	border:1px solid #E1E1E1;
	border-top:0px;
	border-bottom-left-radius:15px;
	-moz-border-bottom-left-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	-moz-border-bottom-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
}
.albums_panel{
	text-align:center;
}
.albums_panel .album{
	position:relative;
	display: block;
	background: url(../images/album_bg.png) no-repeat top;
	padding: 30px 30px 10px 30px;	
	text-align: center;

	/* width: 290px; */
}
.albums_panel .album div{
	/* width: 230px; */
	height: 225px;
	overflow:hidden;
	text-align: center;
}
.albums_panel .album img{
	width: 220px;
	height: 200px;
	margin: auto;
	display: block;
}
.albums_panel .album span{
	width:100%;
	display: inline-block;
	padding: 2px 10px;
	font-weight: bold;
}
.album:hover img{
	
}
.albums_panel .albumSmall{
	float:right;
	display:inline-block;
	margin: 5px 5px;
	text-align:center;
}
.albums_panel .albumSmall img{
	border: 4px solid #fff;
	width: 80px;
	height: 65px;
}
.albums_panel .albumSmall span{
	width: 80px;
	display: block;
	font-size: 0.7em;
}
/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ News Blocks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/

.newsBlock, .newsBlockWithDetails{


       overflow:hidden;
	   


       border-bottom: 1px solid #4986b3;
	   padding: 10px 0px;
       float: right;
}
.newsBlock:hover{
	cursor:pointer;
}
.newsBlock:hover a:link{
	color: #dc0000;
}
.newsBlock:last-child{

}
.news2column{
	width:49%;
	margin-left: 6px;

}
.date{
	color: #b93ba3;
	float:left;
	background:url(../images/clock.png) right no-repeat;
	padding-right: 22px;
	margin: 5px;
	line-height: 17px;
	font-size: .9em;
	background-size: contain;
}
.newsList .date, .countryList .date{
	float:right;
	/* margin-left: 20px; */
}
.country{
	background:none;
	width: 85px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
}
.flag{
	float:right;
	padding-top: 3px;
}
.newsBlock img{
	float:right;
	width: 94px;
	height: 70px;
	border:3px solid #cecece;
	margin-left:5px;
	display: block;
}
.news2column img{
	width: 140px;
	height: 100px;
}
.news2column a:link{
	height: 100px !important;
	line-height: 25px !important;
}

.newsBlock a:link, .newsBlock a:visited{
       text-decoration:none;
       text-align:right;
       font-weight:bold;
       display:block;
       line-height: 1.6;
       overflow: hidden;
       height: 60px;
	   color: #3d5771;
}
.newsBlock p{
	font-size: 1em;
	height: 70px;
	overflow:hidden;
	display: inline;
	float: right;
	line-height: 22px;
	width: 420px;
}
.wideDetails p{
	height: 65px;
	overflow:hidden;
	line-height: 22px;
	float: none;
}
.withDetails .title{
       max-height: 50px;
       color: #73337d;
       font-size: 1.4em;
       font-weight: bold;
}
.withDetails img{
	width: 194px;
	height: 130px;
}
.wideDetails img{
	width: 205px;
	height: 140px;
}




a.more:link, a.more:visited{
	background-color:#00c8d0;
	color:#fff;
	display:inline-block;
	padding:2px 25px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	margin:5px 5px 0px 5px;
	float:left;
	height:auto;
}
a.more:hover{
	background-color:#ea3192;
	color:#fff;
}
.withDetails a.more{
	float:right;
}
.withDetails a.more:hover{
	color:#fff !important;
}
.wideDetails a.more{
	float:left;
}

.newsList a:link, .newsList a:visited, .countryList div{
	background: url(../images/bullet_arrow_left.png) 99%  no-repeat;
	color: #555;
	padding-right:20px;
	display:block;
	line-height: 30px;
	height: 40px;
	overflow:hidden;
	border-bottom: 1px solid #4986b3;

	padding-top: 5px;
}
.countryList a:hover{
	color:#000
}
/*
#tabs .newsList a:link, .tabs  .newsList a:visited{
	background:none;
	padding-right: 10px;
	
	border-right: 5px solid #f9f2b3;
}
#tabs .newsList a:hover{
	background: #f9f2b3;
	border-right: 5px solid #e19c2d;
}
.newsList a:hover{
}

*/
.newsWithCaption{
	margin: 2px;
	display:inline-block;
	position:relative;
	margin-top:10px;
}

.newsWithCaption img{
	width: 150px;
	height: 120px;
    -webkit-transition: border 200ms linear;
    -moz-transition: border 200ms linear;
    transition: border 200ms linear;
	opacity:1;

}
.newsWithCaption:hover img{
	border:4px solid #622259 ;
}
.newsWithCaption p{
	height: 64px;
	font-size: 0.9em;
	line-height: 20px;
	padding: 3px;
	overflow: hidden;
	width: 150px;
	display: block;
	font-weight: bold;
}
.newsWithCaption span.date{
	font-size: 0.9em;
	line-height: 25px;
	padding: 0px 30px 0px 3px !important;
	overflow: hidden;
	/*display: inline-block;*/
	display:none;


	top: 95px;
	left:0;
	position:absolute;
	background: #e19c2d url(../images/clock_white.png) 90% no-repeat;
	color: #fff;
	margin: 0px;
	padding: 5px;


}

.news_3{
}
.news_3 .newsWithCaption img{
	width: 206px;
	height: 150px;
}
.news_3 .newsWithCaption span.date{
	top: 125px;
}
.news_3 .newsWithCaption p{
	width: 206px;
	height: 44px;
}
.news_3 .newsWithCaption p.summary{
	font-size: 1em;
	font-weight: normal;
	height: 110px;
	padding-top: 10px;
	color:#000;
}

.newsBlockInternal {
	background:#fff;
	margin:0 0 10px 10px;
	float:right;
	display:inline-block;
	width:48%;
	position:relative;
}
.videoBlockInternal{
	width:30%;
	margin: 0 10px;
}
.videoBlockInternal .videoIcon{
	height:100px;
	width:100%;
	display:block;
	background:url(../images/youtube_arrow.png) no-repeat center;
	position:absolute;
	top:0;
	
}
.videoBlockInternal:hover .videoIcon{
	background:url(../images/youtube_arrow_hover.png) no-repeat center;
}
.newsBlockInternal:hover, .newsBlockInternal:hover .newsBlockInternal_title{
	color: #d7a41c;
}
.newsBlockInternal img{
	width:100%;
	height:150px;
}
.videoBlockInternal img{
	height:100px;
}
.newsBlockInternal .newsBlockInternal_title{
	font-weight:bold;

	padding:10px;
	color: #ec1919;
	height: 60px;
	display: block;

	overflow: hidden;
	font-family: 'Droid Arabic Kufi', serif;
	line-height: 25px;
}
.newsBlockInternal p{
	height:100px;
	padding:10px;
	overflow:hidden;
	
	font-size: 1em;
	line-height: 32px;
}
.videoBlockInternal p{
	height: 111px;
}
.newsBlockInternal .date{
	margin: 0 0 10px 10px;
}

/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ news_preview~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/
.innerPage{
	padding:0 15px 15px 15px;
}
.innerPage img{
	max-width: 590px;
}
.innerPage .newsImage{
	display:block;
	margin:10px auto 20px auto;
}
.news_details{
	padding: 15px 10px;
	font-size: 1.3em;
	line-height: 25px;
	font-family: 'Times New Roman',Times, serif;
	font-weight: bold;
	text-align: justify;
	color:#000;
}
.news_writer{
	color: #b93ba3;
}
.news_source{
	color:#999;
	font-size:0.9em;
}
.news_social{
	margin-left:15px;
}
.news_details .by{
	color:#5f3092;
}
.innerPage h1{
	font-size:1.2em;
}
.newsImage{
	display: block !important;
	margin: 45px auto auto auto;
	clear: both;
	max-width:600px;
}
.imageComment{
	text-align:center;
	font-size:0.9em;
	color:#999;
	margin-bottom:15px;
}
/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ Tabs~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/


.ui-tabs .ui-tabs-nav li.ui-tabs-active {
/* margin-bottom: -1px; */
/* padding-bottom: 1px; */
color:#00c8d0 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active h1 {
background-color: #e9f2f9;
border-top: 5px solid #c119a5;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: right;
position: relative;
top: 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
width: 50%;
text-align: center;
}
.ui-tabs .ui-tabs-nav li h1{
	color: #324858;
	border-top: 5px solid #d7e3ed;
	background: #d7e3ed;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
background:url(../images/tabs_arrow.png) no-repeat center bottom;
font-weight: normal;
color: #212121;
}
.ui-tabs-panel{
	display:block;
	clear:both;
}
.ui-tabs-nav{
	display:block;
	height:40px;
	background: #d7e3ed;
}
/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ videoBlock ~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/

.videoBlock{
	border-bottom:0px;
	width: 190px;
	position: relative;
}
.innerPage .videoBlock{
	width:300px;
	height:110px;
	border-bottom:1px solid #EFEFEF;
	
}
.innerPage .videoBlock a{
	width:300px;
	height:100px;
}
.innerPage .videoBlock img{
	width:120px;
	height:90px;
}

.homeVideo{
	display:inline-block;
	width: 280px;
	margin: 10px 0px 0 5px;
}
.videoItem{
	line-height:40px;
	height:40px;
	border-bottom: 1px solid #4986b3;
	overflow:hidden;
	font-size:0.9em;
}
.videoBlock p{
	display: inline;
	float: right;
	width: 90px;
	font-size: 0.9em;
	line-height: 15px;
}
.innerPage .videoBlock p{
	width:160px;
	font-size:1em;
	line-height:22px
}

.videoBlock span{
	right:0px;
	background:url(../images/youtube_arrow.png) no-repeat center;
	display:inline-block;
	height: 60px;
	width: 94px;
	position: absolute;
}
.innerPage .videoBlock span{
	height: 90px;
	width:120px;
}
.videoBlock a:hover span{
	background:url(../images/youtube_arrow_hover.png) no-repeat center;
}

/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ externalNews ~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/

.externalNews{
	background-color:#ebebeb;
	border-bottom-left-radius:20px;
	-webkit-border-left-right-radius:20px;
	-moz-border-left-right-radius:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-bottom-right-radius:20px;
	clear:both;	
	padding: 15px 5px;
	margin-top: -10px;
	position: relative;
}
.externalNews .newsList{
	width: 24%;
	float:right;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	background:#fff;
	display:inline-block;
	margin: 0 4px;
	padding:5px;
}

.externalNews h2{
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	text-align:center;	
	display:block;
	color:white;
	line-height: 40px;
}

.BG1{
	background-color:#e5a220;

}
.BG2{
	background-color:#19cdcf;
}
.BG3{

	background-color:#8b46ea;
}
.BG4{
	background-color:#e74560;
}

/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/

.footer{
	background: #1a2630 url(../images/footer.jpg) left top no-repeat;
	min-height: 200px;
	margin-top:-20px;
	padding: 30px 10px 10px 10px;
	position: relative;
}
.footer .flinks{
	float:right;
	width: 70%;
	display:inline-block;
}
.footer .flinks a{
	display:inline-block;
	color: #ccc;
	width: 200px;
	padding:5px;
	
}
.footer .flinks a:hover{
	background:#912f80;
}
.social{
	float:left;
	display:inline-block;

}
.header .social{
	line-height:60px;
	background-color:#24333f;
	height:60px;

}
.footer .social{
	position:absolute;
	bottom:0px;
	height:60px;
	left:20px;

}
.social a:link{
	float:left;
	margin:0 5px;
	display: inline-block;
	height: 30px;
	width:30px;
	text-align:center;
	margin-top: 15px;
}
.social a:link img{
	width:30px;
	height:30px;
}
.social a:hover{
	
}
.copyrights{
	background: #324858;
	clear:both;
	color:#fff;
	font-size:0.9em;
	padding: 0 10px;
}
.copyrights .links{
	float:right;
}
.copyrights a{
	color:#fff;
	padding: 4px 8px;
	display:inline-block;
	float: right;
}
.copyrights a:hover{
	background-color:#1a2630;
}
.copyrights span{
	float:left;
}
.maknoon{
	display: -wap-marquee;
	vertical-align:middle;
	text-align:center;
	width: 100%;
	direction: ltr;
}
.maknoon span{
	color: #fff;
}
.maknoon img{
	vertical-align:middle;
}

/*** ~~~~~~~~~~~~~~~~~~~~~~~~~ albumBlock ~~~~~~~~~~~~~~~~~~~~~~~~~~~~***/

.albumBlock{
	margin: 10px;
	float: right;
	width: 190px;
	background: #fff;
}
.albumBlock div{
	/* padding: 10px; */
	display:inline-block;
	width: 190px;
	height: 140px;
	position: relative;
}
.albumBlock a{
	position:relative;
	display:inline-block;
}
.albumBlock p{
	color:#00c8d0;
	padding: 5px;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	transition: color 200ms linear;
}
.albumBlock a:hover p{
	color:#ea3192;
}
.albumBlock img{
	width: 190px;
	height: 125px;
	display: block;
	position: relative;
	-webkit-transition: border 200ms linear;
	-moz-transition: border 200ms linear;
	transition: border 200ms linear;
}
.albumBlock a:hover img{
	border:4px solid #ea3192; 
}
.albumBlock span{
	position:absolute;
	top: 0px;
	right:0px;
	display: block;
	width:100%;
	background:url(../images/album_icon.png) no-repeat center;
	height: 135px;
}
.albumBlock a:hover span{
	background:url(../images/album_icon_hover.png) no-repeat center;
}

/* ------------------------------ New Slider ------------------------------ */
#mainNews_slider{ 
    direction:ltr;
	/* overflow:hidden; */
	/* margin-bottom:15px; */
	position:relative;
	
    height: 310px;
}
#photoShow {
    height: 300px;
    width: 50%;
	float:right;
	
	
	overflow:hidden;
	
	
	
	
    position: relative;
}

#photoShow div {
    position:absolute;
    z-index: 0;
    width: 100%;
    height: 300px;
	overflow:hidden;
}
#photoShow1 div a:link, #photoShow1 div a:visited{
	/* color: #fff; */
	/* display: inline-block; */
	/* font-weight:bold; */
	/* font-size: 1.1em; */
	/* line-height: 30px; */
	/* max-height: 70px; */
	/* float: right; */
	/* width: 450px; */
	/* margin-top: 10px; */
	/* padding-right: 20px; */
}
#photoShow div img{
	width: auto;
	height: 300px;
}
#photoShow div.previous {
    z-index: 1;
}
#photoShow div.current {
    z-index: 2;
}
#photoShow1 {
    /* height: 50px; */
    width: 50%;
    float: left;
    /* margin-right:5px; */
    top: 0;
	/*overflow:hidden;*/
	
    position: relative;
    display: inline-block;
	background:#4d5c6f;
	
    height: 200px;
    direction: rtl;
}

#photoShow1 div {
    position:absolute;
    z-index: 0;
	display:block;
    width: 100%;
	color:#fff;
	overflow:hidden;
    height: 200px;
    background: #4d5c6f;
    text-align: right;
    padding: 10px;
    font-size: 0.9em;
}
#photoShow1 div.previousp {
    z-index: 1;
}
#photoShow1 div.currentp {

    z-index: 2;
}
.slider_more{
	border-radius:10px;
	line-height:30px;
	padding:0 15px;
	border: 1px solid #fff;
}
#photoShow1 .date{
}
#photoShow1 h2{
    display: block;
	color:#fff;
	font-family: 'Droid Arabic Kufi', serif;
    font-size: 1.5em;
    line-height: 1.2em;
    direction: rtl;
}
#photoShow1 *{
	color:#fff;
}
#photoShow1 p{
}
#photoShow2 {
    margin: 0px 0 0 0;
	overflow: hidden;
    padding: 5px;
    width: 50%;
    text-align: center;
    float: left;
    display: inline-block;
	background:#455263;
	
    height: 100px;position: relative;
}
#photoShow2 img{
	height: 58px;
	width: 88px;
	border: 5px solid #1a2630;	
}
#photoShow2 li.active img{
	border: 5px solid #4986b3;
}
#photoShow2 li.thumpImg {
	float: left;
	margin: 3px 5px;
	display:inline-block;
	padding-top: 14px;
}

#photoShow2 li.active{
	/* background:url(../images/slider_arrow_up.png) top no-repeat; */
	
}
#photoShow2 li p{
	color: #6A6A6A;
	font-size: 0.6em;
	height: 40px;
	overflow: hidden;
	text-align: center;
	width: 110px;
	display:block;
	padding:5px 0 0 0;
}
#photoShow2 li.active p{
	color:#fff;
}
.thump
{
 cursor:pointer;
}
.leftArrowSmall {
    background: url(../images/slider_nav.png) no-repeat scroll center top transparent;
	display: block;
	height: 83px;
	margin-top: 0;
	position: absolute;
	
    left: 20px;
	top: 70px;
	width: 22px;
	z-index: 100;
}
.leftArrowSmall:hover {
	background: url(../images/slider_nav.png) no-repeat scroll center -174px transparent;
}
.rightArrowSmall:hover {
	background: url(../images/slider_nav.png) no-repeat scroll center -260px transparent;
}
.rightArrowSmall {
    background: url(../images/slider_nav.png) no-repeat scroll center -86px transparent;
	top: 70px;
	display: block;
	float: right;
	height: 83px;
    margin-right: 20px;
	margin-top: 0;
	position: absolute;
	right: 0;
	width: 22px;
	z-index: 100;
}

.leftArrowSmall_thump, .rightArrowSmall_thump{
    background-image: url(../images/slider_nav.png);
    top: 120px;
	display: block;
    height: 42px;
	position: absolute;
	
    right: 292px;
    width: 38px;
	z-index: 100;
    background-color: rgba(115,51,125,0.5);
    background-position: center -22px;
    background-repeat: no-repeat;
}
.rightArrowSmall_thump{
	right: 0px;
    background-position: center -109px;
}
.leftArrowSmall_thump:hover, .rightArrowSmall_thump:hover {
    background-color: rgba(115,51,125,0.9);
}

#leftArrow
{
  cursor:pointer;
}
#rightArrow
{
  cursor:pointer;
}
.match_result a:link, .match_result a:visited{
	color:#333333;
}
.match_result .clubLogo{
	width:75px;
	float:right;
	text-align:center;
	margin:10px 0;
	overflow:hidden;
	min-height:40px;
}
.match_result .m_Result{
	width:52px;
	overflow:hidden;
	float:right;
	text-align:center;
	margin:10px 0;
	min-height:40px;
}

.match_result .match_info{
	display:block;
	float:right;
	font-size:1.4em;
	width:26px;
	padding:2px 0;
}
.plus{
	background:url(../images/slider+.png);
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

/******************************* Pagination ***************************/
.numbers{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.numbers a{
	display:inline-block;
	width:24px;
	height:24px;
	color:#fff;
	margin:3px;
	text-align:center;
	background: #4986b3;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding-top: 4px;
	/* float: right; */
	line-height: 27px;
	padding: 0px;
	font-size: 0.9em;
}
.numbers a:hover, .numbers a.numbers_selected{
	background: #73337d;
}
.numbers a.before_number, .numbers a.next_number{


	width:auto;
	


	/* color:#fff; */
	


	padding: 0px 10px;
	
	


	/* font-size: 0.9em; */
	


	/* line-height: 24px; */
}
{
	/* background: #e19c2d; */
}
.adsSmallHorizontal{
	text-align:center;
	margin-bottom:10px;
}

/************* Pray and currency **************************************/

.tableSt{
}
.tableSt .yColor{
    background: #e9f2f9;
}
.tableSt td{
	padding: 2px 4px;
}
.pray_currency_body .oneColumn{
	margin-left: 0px;
	width: 300px;
}
.pray_currency_body{
	background: #d7e3ed !important;

}

/********************************************************/

#pollWrap{
}
#pollWrap ul li{
	list-style:none;
	display: block;
	clear: both;
}
.poll_page{
	padding:10px;
}
h3{
	font-weight:bold !important;
	color:#1184c9;
	margin-top:25px !important;
}
/************************* Google Search *********************************/
.gsc-control-cse{
	border:none !important;
	background:none !important;
	padding:5px !important;
}
.searchArea{

	float:left;
	width: 270px;
}
input.gsc-search-button{
	border:none !important;
	background-color:#b93ba3 !important;
	margin-right: -40px !important;
	padding: 4px 6px !important;
}
.gsc-input-box{
	padding-left: 30px;
	width: 250px;
}
.smsAdd{
	text-align:center
}
.addthis_button_linkedin{
	clear:both;
}
.addthis_button_print, .addthis_button_email, .addthis_button_linkedin{
	margin-top:5px;
}
.addthis_button_compact{
	height: 69px;
	background: #f8694d;
	margin-top: -32px;
	padding-top: 18px !important;
}
.addthis_counter{
	margin-top:-14px !important;
}
/**************************** Weather ************************/

.header_pray_weather{
	margin: 20px 0;
	width:100%;
}
.h_pray, .h_weather, .h_currency{
	padding:2px;
	text-align:center;
	height: 45px;
	line-height: 39px;
	display:inline-block;
	float:right;
	z-index: 10001;
	color:#fff;
	width:33%;
	cursor: pointer;
	cursor: hand;
}
.h_pray{
	background: url(../images/title_green_big.png) right top;
}
.h_weather{
	background:url(../images/title_blue.png);

}
.h_currency{
	background: url(../images/title_purple.png) bottom;
}
.h_pray:hover, .h_weather:hover, .h_currency:hover{
	background: #ab0e0e;
	color: #fff;
}

.weather_result, .pray_result, .currency_result{
	width:100%;
	z-index:1000;
	display:none;
}
.weather_result:hover, .pray_result:hover{	
	;
}
.pray_result{
	background-color:#99cb12 !important;
}
.weather_result{
	background-color:#1077b9 !important;
}
.currency_result{
	background-color:#821970 !important;
}
.asterisk{
	color:#F00;
}
.subscribeButton{
	margin-top: 5px;
	cursor: pointer;
	background-color: #1489cc;
	border-radius: 5px;
	color: #fff;
	height: auto;
	padding: 5px 20px;
	font-family: inherit;
}
.st_word{
	padding: 14px 2px;
}
.egyptds{
}
.egyptds img{
	height:40px;
}
.form-row{
	display:block;
	clear:both;
	display:table-row
}
.form-row label{
	display:table-cell;
	width:100px;
	vertical-align:top;
}
.form-input{
	display:table-cell;
}
.form-input input[type="text"]{
	width:200px;



}
.form-input textarea{
	width:400px;
	border-radius:
}
.hotIssues img{
	margin-bottom:5px;
	width:100%;
}

#popupContact{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 6px solid #00c8d0;
	border-radius: 10px 10px 10px 10px;
	font-size: 13px;
	height: 430px;
	left: 374.5px;
	padding: 12px;
	position: absolute;
	top: 182px;
	width: 480px;
	z-index: 19000;
	display:none;
	text-align:right;
}

#backgroundPopup{
	background: none repeat scroll 0 0 #000000;
	border: 1px solid #CECECE;
	height: 800px;
	left: 0;
	opacity: 0.9;
	position: fixed;
	top: 0;
	width: 100%;
	display:none;
	z-index: 8000;
}
.msg_registered{
	margin-top: 70px;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
}
.article_note{
	padding:10px;
	margin:10px;
	border:1px solid #999;
	
}
.countryList{
	
}
.countryList .flag img{
	height:20px;
	
}
.countryList a:link,  .countryList a:visited{
	background:none;
	padding-right: 2px;
}

.h1_more{
	float: left;
	font-size: 0.7em;
	white-space: nowrap;
}
.fancybox{
	width:303px;
	height:205px;
	border:1px solid #ddd;
	background:#fff;
	display:inline-block;
	margin:5px;
	text-align:center;
	padding:5px;
}
.fancybox img{
	max-width:100%;
	max-height:190px;
}
.filesblock img{
	height: 314px;
	width: 310px;
}
.filesblock{
    width: 310px;
}
.filesblock .author
{
	color:#900;
	font-size: 0.7em;
}
.downloadFile{
	display:inline-block;
	background:#C00;
	padding:5px 10px;
	color:#fff;
	margin:10px;
	cursor:pointer;
	cursor:hand;
}
.downloadFile:hover{
	background:#e19c2d;
	color:#fff;
	box-shadow:0px 0px 12px -1px #999;
}

#comments_posts{
	width:95%;
	margin:auto;
}
#comments{
	padding:10px;
}
#comments label{text-align:right; /* font:bold 16px alwan, Verdana, Geneva, sans-serif; */
	color:#283a4d;
	text-align:right;
	display:block;
	padding-right:3px;
}
#comments input, #comments textarea{
	display:block;
	border: 1px solid #999;
	padding:5px;
	width: 511px;
	margin:3px;
	text-align:right;
	direction:rtl;
	font:14px Tahoma, Geneva, sans-serif;
}
#comments textarea{
	min-height:100px;
}
#comments input:focus, #comments textarea:focus{
	border:2px solid #ab0007;
	outline:none;
}
#comments_posts:nth-child(odd){
	background:#fdfade;
}
#comments_posts span{
	display:inline-block;
}
#comments_posts {
	margin-top: 10px; 
	padding-bottom:10px;
}
#comments_posts .comment_details{
	margin-bottom:15px;
	direction:rtl;
	text-align:justify;
	color:#283a4d;
	font:13px Tahoma, Geneva, sans-serif;
	text-justify:kashida;
	line-height:1.8;
	/* float: right; */
	display: block;
	padding: 0px 10px;
}
#comments_posts .comment_name{
	display:block;
	color:#ab0007;
	margin-bottom:5px;
	padding: 0 20px;
	text-align:right;
	background:#F4F4F4;
	line-height: 40px;
	float: right;
	width: 93%;
}
#comments_posts .comment_date{
	font-size: 0.8em;
	color:#999;
	float: right;
	display: block;
	width: 100%;
	padding: 0px 10px;
}
#comments_posts .comment_number{
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
}
#comments input[type="submit"],.btnStyle1{
	border-radius: 0px;
	background:#73337d;
	cursor:hand;
	cursor:pointer;
	color:#fff;
	width:auto;
	line-height: 30px;
	height: auto;
	padding: 0 20px;
	font-weight: bold;
}
#comments input[type="submit"]:hover, .btnStyle1:hover{
	border:radius:0px;
	background:#73337d;
}

.error{
	color:#F00;
}
.print_logo{
	float:right;
}
.print_logo img{
	height:100px;
}
.loginDiv{
	position:relative;
}
.user_logged{
	text-align:center;
	padding:50px 0;
}