/*
# ------------------------------------------------------------------------
# JA Teline III Extra - Version 1.3 - Licence Owner jSharing.COM
# ------------------------------------------------------------------------
# Copyright (C) Lifetime Joomla Just for Sharing, Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Joomla Just for Sharing
# Websites:  http://jsharing.com -  http://jsharing.net
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/
/* COMMON STYLE
--------------------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5;
}
body#bd {
     /* background:#010e76;   hassan fouad*/
	background:#CBE4F8; /* I$L@M */
	color: #000;
}
body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}
/* Normal links ---*/
a {	color: #2155AB;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #9C162E ; /* #145077; I$L@M */
/* 	text-decoration: underline; I$L@M*/
}
.moduletable_multimediapage .ja-zintitle a:hover{
	color: #A80106!important;
}
ul._counselor li a:hover{
	color:#fff !important;
}
h4.ja-zintitle a:hover,h4.ja-zintitle a:active,h4.ja-zintitle a:focus,
.fp_list h4 a:hover,.fp_list h4 a:active,.fp_list h4 a:focus {
	color: #333 !important; /* #145077; I$L@M */
}
/* Readon links ---*/
a.readon { text-transform: capitalize; }
a.readon:hover, a.readon:active, a.readon:focus {}
/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul {
	margin: 10px 0;
	padding: 0;
}
/* Headings & Titles ---*/
h1 {font-size: 18px;padding-left:10px;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
h5 {font-size: 100%;}
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Verdana ,Cambria, Times, serif;
	font-weight: bold;
	line-height: 1.2;
}
h1.componentheading, .componentheading {
	margin: 0 -15px;
	padding: 0 15px 10px;
}
.componentheading {
	font-size: 15px;
	border-bottom: 1px solid #ddd;
}
h2.contentheading, .contentheading {
	margin: 0;
	padding: 0 0 10px;
	font-size:18px;
}
.contentheading { font-size: 200%; }
.blog .contentheading { font-size: 12px; }
.blog .leading .contentheading { font-size: 14px; float:right; width:230px;}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	font-weight: bold;
}
.category { font-size: 110%; font-weight: bold; }
/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, .ja-navhelper, #ja-footer {
	font-size: 92%;
}
small, .small { color: #999999; }
.smalldark { text-align: left; }
/* List ---*/
.column ul li {
	background: url(../images/bullet.gif) no-repeat 15px 6px;
	line-height: 160%;
	padding-left: 25px;
	margin-bottom: 5px;
	line-height: 1.3;
	overflow: hidden;
}
.column ol li {
	line-height: 180%;
	margin-left: 35px;
}
/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }
td { font-size: 100%; }
fieldset { border: none; padding: 10px 15px; }
fieldset a { font-weight: bold; }
fieldset.input { padding: 0; }
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ddd;
	height: 1px;
}
/* FORM
--------------------------------------------------------- */
form label { cursor: pointer; }
input, select, textarea, .inputbox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
}
.inputbox {
	color: #000;
	background-color: #fff;
	background: url(../images/islam/btn-search.jpg) repeat-x top #fff;/* I$L@M */
	border: 1px solid #D2D2D2; /* I$L@M */
	padding: 2px;
}
.inputbox:hover, .inputbox:focus {
	background-color: #fffff0;
	border: 1px solid #aaa;
}
.button {
	font-size: 92%;
	background: url("../images/islam/btn-search.jpg") repeat-x scroll center top #FFFFFF;/* I$L@M */
	color: #3366AB;/* I$L@M */
	border: 1px solid #d2d2d2;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
	text-transform: capitalize;
}
.button:hover, .button:focus {
	border: 1px solid #aaa;
}
.checkbox { }
.radio { margin: 0 5px; }
/* Login Form ---*/
#form-login-username .inputbox,
#form-login-password .inputbox {
	font-weight: bold;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 5px center;
}
#form-login-username .inputbox {
	background-image: url(../images/icon-user.gif);
}
#form-login-password .inputbox {
	background-image: url(../images/icon-key.gif);
}
#form-login ul { margin: 0; padding: 0; }
#form-login ul li {
	background: url(../images/bullet.gif) no-repeat 2px 7px !important;
	margin: 0;
	padding-left: 10px;
	overflow: hidden;
}
#form-login .button { margin: 10px 0; font-weight: bold; font-size: 100%; }
/*Search Form ---*/
#ja-search {
	float: right;
	width:540px;
	margin-top: 35px;
}
#ja-search label { display: none; }
#ja-search .inputbox {
	width: 270px;
	 background: url(../images/icon-search.gif) no-repeat 8px center #fff;
	/* background: url(../images/islam/in-search.jpg) repeat-x bottom #fff; /* I$L@M */
	padding-left: 24px;
	font-weight: bold;
	font-size: 115%;
}
#ja-search .inputbox:hover, #ja-search .inputbox:focus {
	background-color: #fffff0;
}
#ja-search .button {
	margin-left: 5px;
	font-size: 115%;
	font-weight: bold;
	text-transform: none;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.blog {}
.article_separator,
.leading_separator,
.row_separator,
.column_separator { display: none; }
.leading {
	border: 1px solid #ddd;
	background: #ebf2f7;
	padding: 10px;
	margin:0 auto;
	width:540px;
	overflow:hidden;
}
.article_row {
	/* border-bottom: 1px solid #ddd !important;I$L@M */
	padding-top: 15px;
	padding-bottom: 15px;
}
.article_column {}
.column_separator {
	padding: 0 25px;
}
/* Meta ---*/
.article-tools {
	display: block;
	margin: 10px 0 10px;
	padding: 5px;
	clear: both;
	position: relative;
	line-height: normal;
	background: #f7f7f7;
	color: #999;
	border: 1px solid #ddd;
	text-transform: capitalize;
}
.blog .article-tools {
	background: none;
	border: 0;
	padding: 0;
	float:right;
}
.article-meta {
	padding: 0;
	float: left;
	width: 70%;
}
.article-section, .article-category {
	color: #999999;
	font-size: 92%;
}
.createby {
	font-weight: bold;
}
.createdate {}
.modifydate {
	color: #999;
	display: block;
	margin: 10px 0;
	text-transform: capitalize;
}
.contentdescription {
	display: none; /*I$L@M*//* 
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
	margin: 0 -15px; */
}
.contentdescription p {
	margin: 0;
}
.buttonheading {
	float: right;
}
.buttonheading img {
	margin: 0 5px 0 0;
	border: 0;
	float: right;
}
/*Inline images ---*/
img.caption { margin-top: 5px; }
.img_caption { color: #999; margin-bottom: 10px; }
.article-content img { margin: 5px; border:solid 1px #ddd;}
.img_caption img { margin: 5px 0 0; }
.img_caption p {
	padding: 1px 0;
	color: #ccc;
	background: #333;
	border-top: 1px solid #fff;
	margin: 0;
	text-align: center;
}
/* Tables ---*/
.sectiontableheader {
	padding:0;
}
.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active { color: #E46100; }
.sectiontableentry,
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 {
	padding: 5px 5px 6px;
	/* border-bottom: 1px solid #ddd;I$L@M */
}
.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover {
	background-color: #fffff0;
}
.sectiontableentry2 {
	/* background-color: #f7f7f7;I$L@M */
}
table.contentpane, table.tablelist { width: 100%; }
table.contentpaneopen { border: none; border-collapse: collapse; border-spacing: 0; }
/* Content Toc */
table.contenttoc {
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
	border: 1px solid #ddd;
	float: right;
}
table.contenttoc a {
	color: #000;
}
table.contenttoc td {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}
table.contenttoc th {
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
	padding: 5px 10px;
	text-transform: capitalize;
}
/* Poll */
div.poll { padding: 15px 0; }
form#poll {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
dl.poll {
	font-size: 92%;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
dl.poll dt, dl.poll dd { float: left; }
dl.poll dt { width: 100px; clear: left; }
dl.poll dd { clear: right; }
table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 5px !important;
	background: #f7f7f7;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
table.pollstableborder tr.sectiontableentry0 td, table.pollstableborder tr.sectiontableentry1 td {
	background: #fff;
	font-weight: normal;
}
/* Search */
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px !important;
}
/* Misc. */
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
/* Pagination ---*/
ul.pagination {
	margin: 15px 0;
	float: left;
	width: 75%;
}
ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.pagination li span {
	padding: 1px 3px;
}
ul.pagination a {
	padding: 1px 3px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	color: #000;
	font-size:10.5px;
}
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #145077;
	text-decoration: none;
	background: #145077;
	color: #fff;
}
.sortby { margin: 10px 0 5px; font-size: 92%; }
.sortby .filter, .sortby .display { float: left; width: 40%; }
.sortby .display { float: right; text-align: right; }
.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}
.pagenavcounter {
	margin: 15px 0 !important;
	text-align: center;
}
.counter {
	margin: 15px 0 !important;
	float: right;
	text-align: right;
	width: 24%;
	line-height: 1;
}
.counter span {
	padding: 1px 5px;
	background: #145077;
	border: 1px solid #145077;
	color: #fff;
}
.blog_more {
	border-bottom: 1px solid #ddd;
	margin: 0 -15px;
	padding: 15px 15px 0;
}
.blog_more h2 {
	font-size: 12px;
	text-transform: capitalize;
	margin: 0 0 5px;
	color:#7D0006;
	border-bottom:solid 2px #ddd;
}
.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 5px 6px;
	padding-left: 15px;
	font-size:11px;
}
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	display: block;
	margin: 10px 0;
}
/* Messages ---*/
#system-message {
	margin: 0 -15px 10px;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}
/* System Standard Messages */
#system-message dd.message ul {
	background: #145077;
	border: 0;
}
/* System Error Messages */
#system-message dd.error ul {
	background: #9c162e;
	border: 0;
}
/* System Notice Messages */
#system-message dd.notice ul {
	background: #333;
	border: 0;
}
/* Tooltips --- */
.tool-tip {
	background: #fff;
	border: 1px solid #D4D5AA;
	float: left;
	max-width: 300px;
	padding: 5px;
	z-index: 1000;
}
.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}
.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}
/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 110%;
	/* text-transform: capitalize; */
	color: #000;
}
div.ja-moduletable, div.moduletable {
	padding-top: 15px;
	padding-bottom: 15px;
	/* border-bottom: 1px solid #ddd; I$L@M */
	position: relative;
}
/* Tabs Module ---*/
div.moduletable_tabs h3 {
	border-bottom: 1px solid #ddd;
	padding: 5px 15px;
	margin-bottom: 0;
}
div.moduletable_tabs { padding: 0; border-bottom: 1px solid #ddd; }
/* Hilite Module ---*/
div.moduletable_hilite { background: #FFFFF0; }
/* JA Weather Module ---*/
#ja-widget-weather { margin: 0 -15px -15px; }
#ja-widget-weather .ja-usersetting-options { background: url(../images/grad-l1.gif) repeat-x left bottom; }
#ja-widget-weather .ja-usersetting-form ul li { float: none; }
#ja-widget-weather .temp { color: #9c162e; }
/* Stock ---*/
#ja-widget-stock { margin: 0 -15px -15px; }
#ja-widget-stock .ja-usersetting-options { background: url(../images/grad-l1.gif) repeat-x left bottom; }
#ja-widget-stock .graph { padding: 10px 15px; }
#ja-widget-stock .graph img {
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}
.graph, div.stock-list-v, div.last_update { padding: 0 15px; }
#jawidget-stock .paramlist { margin-bottom: 10px; }
div.last_update { font-size: 92%; color: #666; text-align: right; padding: 5px 15px; clear: both; display: block; }
/* Twitter Module ---*/
.twitter { padding: 15px 0 !important; }
.twitter h3 { padding: 0 15px !important; }
.ja-twitter { padding: 0 15px; }
.ja-twitter h4 {
	font-size: 92%;
	text-transform: capitalize;
	font-weight: normal;
	font-family: Arial, sans-serif;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 10px -15px;
	padding: 5px 15px;
}
.ja-twitter-avatar {
	float: left;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #ddd;
}
.ja-twitter center img { vertical-align: middle; }
div.ja-twitter div.ja-twitter-item {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
div.ja-twitter div.ja-twitter-source { font-weight: bold; }
div.ja-twitter div.ja-twitter-date { font-size: 92%; color: #666; }
/* Video thumbnail ---*/
div.ja-video-thumb img {
	width: 105px !important;
	margin: 0 2px;
	padding: 3px;
	border: 1px solid #ddd;
}
/* Badge Module ---*/
.badge {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 46px;
}
.badge-hot .badge	{ background: url(../images/icon-badge.png) no-repeat 0px 0px; }
.badge-new .badge	{ background: url(../images/icon-badge.png) no-repeat 0px -46px; }
.badge-pick .badge{ background: url(../images/icon-badge.png) no-repeat 0px -92px; }
.badge-top .badge { background: url(../images/icon-badge.png) no-repeat 0px -138px; }
/* Poll Module ---*/
h4.poll-title { margin: 0; padding-left: 10px;font-size:11px; }
a.poll-result { font-size: 92%; text-transform: capitalize; }
form.poll .button { margin:3px 10px; }
/* Advertisement ---*/
div.bannergroup_text div.banneritem_text {
	padding: 5px 0;
	border-bottom: 1px dotted #ddd;
}
div.bannergroup_text div.banneritem_text a {
	font-weight: bold;
}
div.bannergroup_text div.bannerheader,
div.bannergroup_text div.bannerfooter_text a {
	font-size: 92%;
	color: #999;
}
div.bannergroup_text div.bannerfooter_text {
	text-align: right;
	padding: 5px 0 0;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap {}
.main { background: #fff;  border-left: 2px solid #1b6a95; border-right: 2px solid #1b6a95;  }
.ja-box { padding-top: 10px; padding-bottom: 10px; }
#ja-wrapper {
/* background: #010e76 url(http://www.onislam.net/english/images/stories/ramadan_bg_1435.jpg) no-repeat fixed center top; */
/* background: #73cefb url(http://www.onislam.net/english/images/stories/background_hajj_1433_2.jpg) no-repeat fixed center top; */
/* background: #5fa7cb url(http://www.onislam.net/english/images/background_hijriy_1434.jpg) no-repeat fixed center top; hassan fouad */
/* background: #5fa7cb url(http://www.onislam.net/english/images/eid_al-adha_1434.jpg) no-repeat fixed center top; hassan fouad */
/* background-color: #1b6a95;  I$L@M */
background: #cbe4f8 url(../images/islam/bg-main-body.jpg) repeat-x; /*I$L@M  */
padding-top:10px;
}
#ja-container { z-index: 5; position: relative; width:983px; margin:auto; }
/* 3 Columns - 2 Columns Right Layout [Default] ---*/
/* #ja-container.ja-r2 .main { background: url(../images/dot.gif) repeat-y 60% 0 #fff; }I$L@M */
#ja-container.ja-r1 .main { background: url(../images/dot.gif) repeat-y 80% 0 #fff; }
#ja-container.ja-r2 .ja-content-top, #ja-container.ja-r2 .ja-content-main, #ja-container.ja-r2 .ja-content-bottom { margin-right: 1px; }
/* 3 Columns - 2 Columns Left Layout  ---*/
#ja-container.ja-l2 .main { background: url(../images/dot-1pxfix.gif) repeat-y 40% 0 #fff; }
#ja-container.ja-l1 .main { background: url(../images/dot.gif) repeat-y 20% 0 #fff; }
#ja-container.ja-l2 #ja-left .ja-mass, #ja-container.ja-l2 #ja-left .ja-colswrap { margin-right: 1px; }
/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1 .main, #ja-container.ja-l1 .main { background: url(../images/dot-2pxfix.jpg) repeat-y 20% 0 #fff; }
#ja-container.ja-l1r1 .main-inner { background: url(../images/dot.gif) repeat-y 80% 0; }
/* Mass ---*/
.ja-mass-top {}
.ja-mass-bottom {}
.ja-mass-bottom .moduletable,
.ja-mass-bottom .moduletable_default,
.ja-mass-bottom .moduletable_hilite { border-bottom: 1px solid #ddd; }
/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody {}
#ja-contentwrap {
	margin: 0 -15px;
}
/* Content Top ---*/
.ja-content-top {
height:400px;
overflow:hidden;
}
/* Content Main ---*/
.ja-content-main { padding: 0 15px 10px; }
/* Content Bottom ---*/
.ja-content-bottom {}
.ja-content-bottom .moduletable { border-top: 1px solid #ddd; border-bottom: 0; }
/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap { border-bottom: 1px solid #ddd; }
.ja-col { margin-bottom: -1px; } /* hide last bottom borders ---*/
/* Left Columns ---*/
#ja-left .ja-l2 { background: url(../images/dot.gif) repeat-y center; }
/* Right Columns ---*/
#ja-right .ja-r2 { background: url(../images/dot.gif) repeat-y center; }
/*common style for columns ---*/
/* HEADER
--------------------------------------------------------- */
#ja-header { z-index: 8; position: relative; }/* I$L@M */
#ja-header .main { padding: 15px 0 10px; }
h1.logo, div.logo-text h1 {
	font-size: 300%;
	line-height: 1;
}
h1.logo, div.logo-text { float: left; }
#header_container {
	padding:0 30px 0 0 !important;
}
/* Logo Image ---*/
h1.logo {
	width: 361px;
	height: 115px;
	margin:-13px 0 -15px 5px ;
}
h1.logo a {
	width: 361px;
	height: 115px;
	display: block;
	  background: url("../../../images/stories/logo.png") no-repeat scroll left center transparent; /* fixed solutions */
	/* background: url("../../../images/stories/logo_ramadan_1.jpg") no-repeat scroll left transparent;  fixed solutions */
	/* background: url("http://www.onislam.net/english/images/stories/logo_ramadan_1435.jpg") no-repeat scroll left center transparent; /*  hassan fouad  */
	/* background: url("http://www.onislam.net/english/images/stories/slogo_hajj_1435.jpg") no-repeat scroll left center transparent; /*  hassan fouad  */
	/* background: url("http://www.onislam.net/english/images/stories/logo_ramadan_1435.jpg") no-repeat scroll left center transparent; /*  hassan fouad  */
	/* background: url("http://www.onislam.net/english/images/stories/eidAl-Adha-1435.jpg") no-repeat scroll left center transparent; /*  hassan fouad  */
	margin-bottom: 3px;
}
  
h1.logo a span {
	position: absolute;
	top: -1000px;
}
/* Logo Text ---*/
div.logo-text h1 a {
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
p.site-slogan {
	padding: 0 5px;
	margin: 0;
	color: #999999;
	background: #f7f7f7;
	display: block;
	letter-spacing: 1px;
	font-size: 85%;
	text-transform: capitalize;
	text-align: center;
}
/* Topbar ---*/
.ja-topbar {
	position: absolute;
	top: 0;
	width: 100%;
	/* border-bottom: 1px solid #ddd; I$L@M*/
	font-size: 11px;
}
p.ja-day, p.ja-updatetime  {
margin-top:5px; /* I$L@M */
margin-bottom:5px; /*I$L@M */
}
.ja-day, .ja-updatetime {
	float: left;
	background: #fff;
	color: #999;
	/*border-right: 1px solid #ddd; I$L@M */
	padding: 2px 2px 0 !important;
	font-size:9px;
}
.ja-updatetime{
padding-right:15px !important;
}
.ja-updatetime{
	border-right: none;/* I$L@M */
}
.ja-updatetime em {
	margin-left: 5px;
	font-style: normal;
	color: #9c162e;
}
/* Headlines Module ---*/
.ja-healineswrap { float: left; padding-top: 2px; }
.ja-healineswrap em {
	font-style: normal;
	font-weight: bold;
	float: left;
	display: block;
	color: #999;
	padding: 0 10px 0 10px;
}
.ja-headlines { float: left; }
.ja-headlines a { color: #999; }
.ja-headlines a:hover, .ja-headlines a:active, .ja-headlines a:focus {
	color: #000;
	text-decoration: none;
}
.ja-headlines .separator { color: #999; }
/* RSS Module ---*/
.ja-syndicate { float: right; }
.ja-syndicate a {
	border-left: 1px solid #ddd;
	width: 40px;
	height: 19px;
	line-height: 19px;
	display: block;
	color: #999;
	text-align: center;
	font-weight: bold;
}
.ja-syndicate a:hover, .ja-syndicate a:active, .ja-syndicate a:focus  {
	border-left: 1px solid #ddd;
	background: #333;
	color: #fff;
	text-decoration: none;
}
/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav { line-height: 1; position: relative; z-index: 7; }/* I$L@M */
#ja-mainnav .inner { margin: 0; }
#ja-mainnav .main {
	background: url(../images/mainnav-bg.gif) repeat-x bottom #fff;
	border-top: 1px solid #ddd;
	font-family: Constantia, Cambria, Times, serif;
	font-size: 100%;
}
#ja-mainnav a {
	color: #000;
}
/* Sub Nav ---*/
#ja-subnav {
	z-index: 7;/* I$L@M */
	position: relative;
}
#ja-subnav .main {
	font-family: Arial, sans-serif;
	font-size: 92%;
	/* text-transform: capitalize; */
	z-index: 10;
	line-height: 1;
	border-bottom: 1px solid #ccc;
}
#ja-subnav ul {
	padding: 10px 0 9px;
	background: #ddd;
	overflow: hidden;
}
#ja-subnav ul.active {
	background: #333;
}
#ja-subnav li {
	background: none;
	display: block;
	float: left;
	border-left: 1px solid #999;
	padding: 0 10px 0 11px;
}
#ja-subnav li:first-child {
	border-left: 0;
}
#ja-subnav ul li a {
	color: #000;
	display: block;
}
#ja-subnav ul li a:hover {}
#ja-subnav ul li.active a,
#ja-subnav ul li.active a:hover,
#ja-subnav ul li.active a:active,
#ja-subnav ul li.active a:focus {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}
#ja-subnav ul.active li a {
	color: #fff;
}
#ja-subnav ul li.empty {}
/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
	display: block;
	height: auto;
	position: absolute;
	left: -999%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0;
}
#ja-subnav ul li.hover ul {
	display: block;
	height: auto;
	position: absolute;
	left: auto;
}
#ja-subnav ul li.hasChild a span {
	background: url(../images/arrow.png) no-repeat right center;
	padding-right: 8px;
}
#ja-subnav ul li.hover a span {
	background: url(../images/arrow-2.png) no-repeat right center;
}
#ja-subnav ul li.hasChild li a span, #ja-subnav ul li.hover li a span {
	background: none;
	padding-right: 0;
}
#ja-subnav ul li ul li {
	display: block;
	float: none;
	text-align: left;
	border-left: none;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
#ja-subnav ul li ul li a {
	border: 0 !important;
	text-decoration: none !important;
	color: #000 !important;
	background-image: none !important;
	font-weight: normal !important;
}
#ja-subnav ul li ul li a:hover {
	text-decoration: underline !important;
	background-image: none !important;
}
#ja-subnav ul li ul li a.active {
	color: #145077 !important;
	font-weight: bold !important;
}
/* Breadcrumbs ---*/
.ja-navhelper .main {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	background:#253245;
}
.ja-breadcrums {
	/* float: left; I$L@M 
	width: 80%;
	margin-left: 10px;
	margin-top: 2px; */
	text-transform: capitalize;
}
.ja-breadcrums strong { margin-right: 5px; }
.ja-breadcrums img { margin: 1px 5px; }
/* Default Joomla! Menu ---*/
ul.menu { margin: 0; padding: 0; }
ul.menu li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}
ul.menu li a {
	display: block;
	outline: none;
	padding: 1.5px 0;
	text-indent: 2px;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
}
ul.menu li.active a {
	font-weight: bold;
}
ul.menu li ul {
	margin: 0 0 0 10px;
}
ul.menu li li {
	border-top: 1px dotted #ddd;
	border-bottom: 0;
	background: url(../images/arrow.png) no-repeat left 9px;
}
ul.menu li li a {
	font-weight: normal !important;
	text-indent: 8px;
}
ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #333333;
}
/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box {
	padding: 0;
}
#ja-topsl li, #ja-botsl li {
	padding-left: 10px;
	background-position: 1px 7px;
}
/* Top spotlight ---*/
#ja-topsl .main {
	/* border-bottom: 1px solid #ddd; I$L@M */
}
#ja-topsl .moduletable {
	border-bottom: 0;
}
/* Bot spotlight ---*/
#ja-botsl .main {
	border-top: 1px solid #ddd;
}
.ja-box .moduletable, .ja-box .moduletable_default {
	margin-bottom: 0;
	border-bottom: 0;
	/* border-right: 1px solid #ddd;I$L@M */
}
.ja-box-right .moduletable, .ja-box-right .moduletable_default {
	border-right: 0;
}
/* FOOTER
--------------------------------------------------------- */
#ja-footer { }
#ja-footer .main {
	color: #999999;
	position: relative;
	overflow: hidden;
	padding: 0 0 15px;
	border-top: 1px solid #ddd;
}
#ja-footer small {
	color: #666;
	font-size: 100%;
}
/* Foot Links ---*/
#ja-footer .ja-footnav {
	background: url(../images/islam/bg_footer.jpg) repeat-x;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
	font-size: 100%;
	height:100px;
}
.ja-footnav ul { float: left; line-height: normal; }
.ja-footnav li {
	display: block;
	float: left;
	padding: 0;
	border-left: 1px solid #666;
}
.ja-footnav li a {
/* 	text-transform: capitalize; */
	display: block;
	line-height: normal;
	color: #ccc;
	padding: 7px 10px;
}
.ja-footnav li a:hover, .ja-footnav li a:active, .ja-footnav li a:focus {
	color: #000;
}
.ja-footnav ul.ja-links { float: right; }
.ja-footnav ul.ja-links li { background: none; border-left: 0; padding: 0; }
.ja-footnav ul.ja-links li a { padding: 7px 10px; }
.ja-footnav ul.ja-links li.top a {
	background: url(../images/arrow-3.png) no-repeat 9px center;
	padding-left: 18px;
	padding-right: 10px; 
}
.ja-footnav ul.ja-links li.top a:hover {
	background-color: #666;
	color: #000;
	text-decoration: none;
}
.ja-footnav ul.ja-links li.layout-switcher a {
	background: #145077;
	color: #000;
	text-decoration: none;
}
.ja-footnav ul.ja-links li.layout-switcher a:hover {
	background: #666;
	color: #000;
	text-decoration: none;
}
.ja-footnav ul.ja-links li.user-reset a {
	background: #9c162e;
	color: #000;
	text-decoration: none;
}
.ja-footnav ul.ja-links li.user-reset a:hover {
	background: #666;
	color: #000;
	text-decoration: none;
}
.ja-footnav .ja-firstitem { border-left: 0; padding-left: 5px; }
/* Copyright Info. ---*/
.ja-copyright small { display: block; }
.ja-copyright {
background:none repeat scroll 0 0 #253245;
color:#fff;
display:block;
font-weight:bold;
padding:10px;
text-align:center;
width:71%;
margin:auto;
border: 3px solid #253245;
}
/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}
/* User Tools ---*/
#ja-usertools { float: left; padding-top: 3px; }
#ja-usertools strong {
	font-weight: normal;
	float: left;
	padding: 0 5px 2px 8px;
	display: block;
}
#ja-usertools ul { float: left; }
#ja-usertools li {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 1px 0 0;
}
#ja-usertools li img:hover {
	border: 1px solid #999999;
	margin: 0;
	background: #fff;
}
#ja-usertools img { padding: 2px; margin: 1px; }
/* Font tools ---*/
.item_fonttool .childcontent { width: 150px !important; margin-left: -81px !important;}
.item_fonttool .childcontent .inner { padding: 10px 15px 5px !important; }
.ja-megamenu li.havechild .childcontent .inner ul.ja-usertools-font li {
	background: none !important;
	margin: 0;
	padding: 0 3px 0 0;
	display: inline;
}
.ja-megamenu li.havechild .childcontent .inner ul.ja-usertools-font li img {
	border: 1px solid #ddd;
}
.ja-megamenu li.havechild .childcontent .inner ul.ja-usertools-font li img:hover {
	border: 1px solid #666;
	cursor: pointer;
}
/* User Settings ---*/
.ja-usersetting {
	margin: 0 -15px;
	background: #f7f7f7;
	color: #333;
}
a.ja-usersetting-loadform {
	position: absolute;
	right: 50px;
	top: 4px;
	width: 20px;
	text-indent: -9999px;
	height: 20px;
	background: url(../images/icon-setting.gif) no-repeat center;
}
form.ja-usersetting-form { padding: 5px 15px; }
.ja-usersetting-options {
	width: 100%;
	display: block;
}
.ja-usersetting-options ul {
	margin: 0;
	padding: 5px 0;
	overflow: hidden;
	clear: both;
	font-size: 92%;
}
.ja-usersetting-options ul li {
	background: none;
	float: left;
	display: block;
	padding: 0 15px 0 0 !important;
	margin: 0 !important;
}
.ja-usersetting-options ul.checkall { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.ja-usersetting-options ul.catselect { margin-top: 0; }
.ja-usersetting-options ul.catselect li { line-height: 20px; height: 20px; width:90%;}
.ja-usersetting-options ul.catselect label { line-height: 20px; }
.ja-usersetting-options ul.catselect .checkbox { margin: 0 5px; line-height: 20px; }
.ja-usersetting-options p.actions { margin-bottom: 10px; }
/* Icon for min/max ---*/
.ja-mdtool {
	position: absolute;
	right: 10px;
	top: 4px;
	width: 20px;
	height: 20px;
}
/* Icon for move ---*/
.ja-mdmover {
	position: absolute;
	right: 30px;
	top: 4px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background: url(../images/icon-mover.gif) no-repeat center;
}
/* Others ---*/
#ja-banner {
	margin: 0;
	padding-top: 15px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #ddd;
}
div.ja-innerdiv {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ddd;
}
div.ja-innerdiv h4 {
	margin: 5px 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: capitalize;
}
.ja-social-bookmarking { float: right; margin-top: 2px; }
.cufon-canvas { padding: 1px 0 3px; }
/* Comments ---*/
/*id*/
#idc-container-parent { margin-top: 20px; border-top: 1px dotted #ddd; clear: both; }
#idc-container .idc-share { position: relative; }
/*disqus*/
#disqus_thread { margin-top: 20px; border-top: 1px dotted #ddd; clear: both; }
button.dsq-button { padding: 4px 8px !important; }
div.dsq-post-fields { z-index: 20; position: relative; }
div.dsq-post-footer { z-index: 18; }
/* Grey box ---*/
#GB_middle .left,
#GB_middle .right {
	float: none;
}
/* For backend ---*/
.editor fieldset,
.publishing,
.metadata {
	border: 1px solid #ddd;
	padding: 10px;
}
.editor fieldset,
.metadata {
	margin: 20px 0;
}
.editor fieldset legend,
.publishing legend,
.metadata legend {
	background: #666;
	font-weight: bold;
	padding: 0 5px;
	color: #fff;
}
.editor fieldset,
.publishing label,
.metadata label {
	font-weight: bold;
	padding-right: 10px;
}
.publishing img.calendar {
	border: none;
	background: none;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
.publishing div {
	padding: 6px 0;
}
.publishing div.wrap {
	display: none;
}
.metadata .inputbox {
	margin-bottom: 10px;
}
form.user div,
form.user table td {
	padding: 6px 0;
}
form.user label {
	font-weight: bold;
	padding-right: 10px;
	display:block;
}
div.save { margin-top: 10px;}
/* Form logout ---*/
div.name, div.pass, div.remember, div.contact_email {
	padding: 6px 0;
}
div.name label, div.pass label, div.remember label, div.contact_email label {
	font-weight: bold;
	padding-right: 10px;
}
div.contact_email_checkbox {
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------I$L@M------------------------------------------------------------ */
form._search_top{
float:left;
/* margin-right:200px; */
}
._arabic_btn{
float:right;
}
.hpbg{
/* background:url("../../../images/eid.png") no-repeat scroll 158px 0 transparent; */
}
#ja-header  .main .ja-topbar{
background: url(../images/islam/bg-header.jpg) no-repeat center top;
/* background:url("../images/islam/english-home-hajj-theme.jpg") no-repeat scroll 0 24px transparent; */
padding-top:5px; 
}
#ja-header  .main{
background: url(../images/islam/bg-header-main.jpg) repeat-x #fff;
/* background:url("../images/islam/english-home-hajj-theme.jpg") repeat-x scroll 0 0 #FFFFFF; */
border-bottom:solid 2px #000;
}
ul._counselor li a{
color:#DAF1FF;
}
ul._counselor{
text-align:center;
font-size:13px;
}
ul._counselor li a{
display:inline;
}
ul._counselor li{
display: inline;
padding:0 5px;
border-bottom:none;
}
#Mod122 {
padding-top:5px;
padding-bottom:5px;
width:550px;
}
.lastnews{
color:#3265AE;
font-size:13px;
font-weight:bold;
}
.ja-headlines-item{
color:#d3d3d3;
font-size:13px;
}
._onislam_news{
border:1px solid #D3D3D3;
margin:7px !important;
}
._onislam_news  Div.ja-zinsec {
background:url(../images/islam/mod_janews_bg.jpg) repeat-x #fff;
}
._onislam_news  Div.ja-zinsec h2{
background:url(../images/islam/mod_janews_icon.jpg) 0px 5px no-repeat;
}
._onislam_news  Div.ja-zinsec h2 a{
padding-left:20px;
}
._onislam_news  .column2 ,._onislam_news  .column8 ,._onislam_news  .column4 ._onislam_news  .column6 {
border-left:solid 1px #d9d9d9;
width:49%
}
div.mod_janews_content{
float:right;
width:150px;
font-size:11px;
}
div.mod_janews_content p{
font-size:11px;
}
.ja-zintheme-_onislam_news .ja-zincontent {
height:95px;
overflow:hidden;
}
.ja-zintheme-_onislam_news .ja-zinimg{
float:left;
}
.ja-zintheme-_onislam_news .inner {
padding-left:5px;
padding-right:5px;
}
.ja-zintheme-_onislam_news{
width:280px;
}
#Mod162 h3,#Mod183 h3,#Mod184 h3,#Mod225 h3,#Mod185 h3,#Mod258 h3,#Mod259 h3,#Mod260 h3,#Mod313{
color:#E46100;
border-bottom:solid 1px #DDD;
padding-left:23px;
padding-bottom:5px;
padding-top:5px;
background:url(../images/h3-bg.jpg) 5px 5px no-repeat;
text-transform:capitalize;
}
#Mod162,#Mod183,#Mod184,#Mod225,#Mod185,#Mod258,#Mod259,#Mod260,#Mod313{
background:#F4F4F4;
border:solid 1px #DDDDDD;
margin:0 10px 10px 0;
padding:0px;
}
#Mod185 h3,#Mod313{
background:url(../images/islam/h3-bg-vote.jpg) 5px 5px no-repeat;
}	
#ja-contentslider-center-wrap-162{
float:left;
}
#Mod162 .ja_slidetitle a{
color:#2155AB;
font-size:11px;
font-family:Verdana;
}
#Mod162 .ja_slideimages  img{
border:solid 1px #ddd;
}
#Mod162 .jsslide{
padding-left:5px;
}
#ja-zinhlwrap{
width:303px;
background:#77879E;
border-top:solid 1px #000;
border-right:solid 1px #000;
border-left:solid 1px #000;
border-bottom:solid 1px #38495D;
margin:7px;
}
#ja-zinhlwrap h4.ja-zintitle {
text-align:center;
padding:5px 0 5px 0;
}
#ja-zinhlwrap h4.ja-zintitle a{
color:#fff;
font-family:verdana;
}
.ja-zincontent .inner {
padding:10px 2px 5px 2px;
}
.ja-zincontent .inner{
height:238px;
overflow:hidden;
}
.ja-zincontent .inner img{
border:solid 1px #ddd;
width:295px;
height:220px;
}
.fp_list{
width:303px !important;
margin:-8px 0px 0px 7px !important;
float:left;
position:absolute;
}
.fp_list #ja-zinfp{
margin:0 !important;
}
.fp_list h4{
background:url("../images/bullet.gif") no-repeat scroll 6px 6px transparent;
padding-left:15px;
font-size:12px;
font-weight:normal;
}
.fp_list h4 a{
color:#fff;
}
#Mod86,#Mod102,#Mod203{
border:1px solid #DDDDDD;
margin:0 10px 10px 0;
}
#Mod203 h3{
padding-left:5px;
color:#E46100;
}
#Mod203 h3 span{
background:url("/english/images/sound-icon.png") no-repeat scroll 0px 1px transparent;
padding-left:20px;
}
#Mod102 h3{
background:url("../images/islam/bg-couns.jpg") repeat-x;
padding-left:5px;
color:#E46100;
}
#Mod102 h3 span{
background:url("../images/islam/icon_couns.jpg") no-repeat scroll 0px 1px transparent;
padding-left:20px;
}
#Mod102 .ja-box-ct h3 ,#Mod102 .ja-box-ct h3 span, #Mod203 .ja-box-ct h3 , #Mod203 .ja-box-ct h3 span{
background:none;
padding:0 3px;
color:#000;
}
._editor_choice{
width:48%;
}
#Mod102 .ja-tabswrap .ja-tab-content li{
background:url("../images/bullet.gif") no-repeat scroll 0px 9px transparent;
padding:3px 10px;
font-size:11px;
}
#Mod167,#Mod168,#Mod170,#Mod174,#Mod175,#Mod26,#Mod262,#Mod203,#Mod277,#Mod281,#Mod272,#Mod284,#Mod299{
font-size:11px;
background:#F4F4F4;
border:solid 1px #E1E2E4;
margin:0 10px 10px 0;
padding:0px;
}
#Mod175 img{
margin:10px;
border:solid 1px #E1E2E4;
}
#Mod174 h3 ,#Mod26 h3 ,#Mod277 h3 ,#Mod299 h3{
background:url("../images/islam/icon_sp.jpg")  no-repeat scroll 5px 8px transparent;
border-bottom:solid 1px #E1E2E4;
padding-left:5px;
color:#E46100;
padding:5px 25px;
}
#Mod167 h3,#Mod168 h3,#Mod281 h3,#Mod272 h3,#Mod284 h3{
background:url("../images/islam/icon_live.jpg")  no-repeat scroll 5px 8px transparent;
border-bottom:solid 1px #E1E2E4;
padding-left:5px;
color:#E46100;
padding:5px 25px;
}
#Mod262 h3{
background:url("/english/images/newsletter_1.png")  no-repeat scroll 5px 3px transparent;
border-bottom:solid 1px #E1E2E4;
padding-left:5px;
color:#E46100;
padding:5px 25px;
}
#Mod170 h3{
background:url("../images/islam/icon_world.jpg")  no-repeat scroll 5px 8px transparent;
border-bottom:solid 1px #E1E2E4;
padding-left:5px;
color:#E46100;
padding:5px 25px;
}
#Mod167 UL LI a,#Mod167 UL LI,#Mod168 UL LI a,#Mod168 UL LI,#Mod262 UL LI a,#Mod262 UL LI,#Mod203 UL LI a,#Mod203 UL LI , #Mod277 UL LI a, #Mod277 UL LI ,#Mod281 UL LI a,#Mod281 UL LI,#Mod272 UL LI a,#Mod272 UL LI,#Mod284 UL LI a,#Mod284 UL LI , #Mod299 UL LI a, #Mod299 UL LI {
color:#2155AB;
}
#Mod167 UL LI strong a,#Mod167 UL LI strong,#Mod168 UL LI strong a,#Mod168 UL LI strong,#Mod262 UL LI strong a,#Mod262 UL LI strong,#Mod203 UL LI strong a,#Mod203 UL LI strong , #Mod277 UL LI strong a,#Mod277 UL LI strong,#Mod281 UL LI strong a,#Mod281 UL LI strong,#Mod272 UL LI strong a,#Mod272 UL LI strong,#Mod284 UL LI strong a,#Mod284 UL LI strong , #Mod299 UL LI strong a,#Mod299 UL LI strong{
color:#000;
}
#Mod167 P,#Mod167 P a,#Mod168 P,#Mod168 P a,#Mod262 P,#Mod262 P a,#Mod203 P,#Mod203 P a , #Mod277 P,#Mod277 P a,#Mod281 P,#Mod281 P a,#Mod272 P,#Mod272 P a,#Mod284 P,#Mod284 P a , #Mod299 P,#Mod299 P a{
color:#C10009;
padding-left:20px;
}
#Mod35,#Mod227{
padding-top:5px;
padding-bottom:5px;
}
#Mod167 .join ,#Mod168 .join,#Mod262 .join ,#Mod203 .join , #Mod277 .join ,#Mod281 .join,#Mod272 .join,#Mod284 .join , #Mod299 .join {
float:right;
color:#C10009;
margin-right:5px;
margin-top:5px;
position:absolute;
right:0;
top:0;
}
.ja-megamenu menu li{
font-size:10px;
}
#Mod170{
padding-bottom:5px;
}
#Mod170 table{
margin:0 auto;
background: url(../images/dot.gif) repeat-y 50% 0 transparent;
}
#Mod170 table td{
padding:0 10px;
text-align:center;
}
#Mod170 a{
color:#2155AB;
font-size:11px;
font-family:Verdana;
}
#Mod174 #ja-zinfp .editorchoice {display:none;}
#Mod174 ._editor_choice{width:100%;}
#Mod174 img{padding:0 0 0 10px;float:right;}
#ja-footer  .main ,#ja-footer  .main .inner {
padding:0;
}
._onislam_bottom {
padding:15px 0 0 5px;
}
.ja-footnav div.counselor_menu{
color:#E46100;
position:absolute;
left:300px;
top:10px;
height:22px;
border-bottom:1px dotted #DDDDDD;
width:230px;
background:url("../images/islam/icon_couns_1.jpg")  no-repeat scroll 5px 3px transparent;
padding-left:25px;
}
#footnavmenu{
display:block;
float:left;
left:300px;
position:absolute;
top:35px;
width:330px;
}
#footnavmenu li{
background:url("../images/bullet.gif") no-repeat scroll 0px 9px transparent;
width:130px;
padding:1px 5px;
border:none;
white-space:nowrap;
}
#footnavmenu li a{
color:#2155AB;
}
.ja-footnav table{
position:absolute;
left:630px;
top:35px;
}
.ja-footnav table td{
font-size:11px;
text-align:center;
width:70px;
}
.find_us_title{
color:#E46100;
position:absolute;
left:630px;
top:10px;
height:22px;
border-bottom:1px dotted #DDDDDD;
width:200px;
padding-left:25px;
background:url("../images/islam/icon_f.jpg")  no-repeat scroll 5px 3px transparent;
margin-bottom:5px;
}
ul.ja-links { float: right; }
ul.ja-links li { background: none; border-left: 0; padding: 5px; }
ul.ja-links li a { padding: 7px 10px; }
ul.ja-links li.top a {
	background: url(../images/arrow-3.png) no-repeat 9px center;
	padding-left: 18px;
	padding-right: 10px; 
}
ul.ja-links li.top a:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;
}
ul.ja-links li.layout-switcher a {
	background: #145077;
	color: #fff;
	text-decoration: none;
}
ul.ja-links li.layout-switcher a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
ul.ja-links li.user-reset a {
	background: #9c162e;
	color: #fff;
	text-decoration: none;
}
ul.ja-links li.user-reset a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}
h4.ja-zintitle{
margin:0 0 5px !important;
padding:0 !important;
}
fomr.poll{
font-size:11px;
}
.article-content{
font-size:11px;
}
.lead_img{
float:left;
position:absolute;
}
.lead_img img{
border:solid 1px #ddd;
width:300px;
height:220px;
}
.leading  .article-content{
float:right;
width:230px;
padding:0px;
clear:both;
}
.leading  .contentpaneopen{
height:240px;
overflow:hidden;
}
.article_column h2.contentheading{
height:35px;
overflow:hidden;
}
.onislam_artilce .artmainimage{
float:right;
padding:0 3px;
}
.onislam_artilce .content_preTitle{
font-size:10pt;
text-align:center;
margin:0px;
color:#666;
text-decoration:underline;
color:black;
}
.onislam_artilce .content_subTitle{
text-align:center;
margin:0px;
font-size:11pt;
font-weight:normal;
color:maroon;
padding:5px 0;
}
.onislam_artilce .contentheading {
padding:3px 0;
text-align:center;
font-size:11pt;
font-weight:bold;
color:maroon;
}
.onislam_artilce .artauthor,.onislam_artilce .artcompiler
,.onislam_artilce .artnewssource,.onislam_artilce .artinterviewer
,.onislam_artilce .artreviewer,.onislam_artilce .arttranslator
,.onislam_artilce .artsource{
/* border-top:solid 1px #ddd; */
padding:5px;
margin-top:10px;
font-size:10pt;
font-weight:bold;
}
.onislam_artilce .onislam_author{
padding:0 5px;
}
.onislam_artilce .area{
padding:5px;
background:#F4F4F4;
border:solid 1px #ddd;
font-size:10pt;
margin-top:2px;
}
.onislam_artilce .artepigraph  {
padding:none;
background:none;
border:none;
font-style: italic;
text-align:center;
}
.onislam_artilce .caption{
font-size:7.5pt;
width:300px;
text-align:left !important;
margin-Left:2px;
margin-right:2px;
margin-top:0px;
margin-bottom:12px;
}
.onislam_artilce .artcaption 
,.onislam_artilce .artalt 
,.onislam_artilce .artlink1  
,.onislam_artilce .artlink2 
,.onislam_artilce .artlink3  
,.onislam_artilce .artlink4  
,.onislam_artilce .artlink5  
, .couns_main_couns
{display:none;}
li.couns_cat_list{
color:#2155AB;
font-size:11px;
float: left; 
width: 40%;
padding-right:10px;
}
li.couns_cat_list .count{
float:right;
color:#929292;
}
.sectiontableheader a,#count{
	background: #DDDDDD;
	border: 1px solid #ddd;
	padding:2px 5px;
	margin:3px;
	display:block;
	color: #000;
}
.couns_date,.couns_title{
	padding:3px;
	margin:3px;
	font-size:11px;
}
.couns_count{
text-align:center;
}
.couns_cat_pre  .qu_answer_det
,.couns_cat_pre  .visitorsubject
,.couns_cat_pre  .replaydate
,.couns_cat_pre  .answer
{display:none;}
._menu_list  .qu_answer_det
,._menu_list  .visitorsubject
,._menu_list  .replaydate
,._menu_list  .answer
{display:none;}
._menu_list li table{
font-size:11px;
}
._menu_list li a{
font-size:14px;
font-weight:bold;
color:#2555AA;
margin:5px 0;
display:block;
}
h3.couns_title_pre{
color:#2555AA;
margin:5px 0;
font-size:14px;
}
.couns_date_pre{
font-size:11px;
color:#9D9D9D;
}
.couns_cat_pre {
font-size:11px;
padding:5px;
border-bottom:dashed 1px #ddd;
margin-bottom:10px;
}
.more_couns{
color:#E46100;
padding:5px 10px;
border-bottom:solid 2px #ddd;
font-weight:bold;
}
.ja-content-main h1.componentheading  {
margin:10px 0;
}
UL._counselor_ask  {
background:#F4F4F4;
border:solid 1px #E2E3E5;
text-align:center;
height:25px;
}
._counselor_ask li{
float:left;
padding:1px 10px !important;
}
._counselor_ask li a{
color:#E46100;
font-weight:bold;
}
.cats_title a{
color:#fff;
}
.cats_title {
background:#333333;
height:20px;
margin:0 auto;
padding-top:3px;
position:absolute;
width:120px;
}
#ja-zinhl-counter{
float:left;
}
#Mod203 td{
padding:0 2px;
}
#couns_menu {
 background: #253245;
 margin: 0pt auto; 
 width: 980px; 
 border-right:2px solid #1b6a95; 
 border-left: 2px solid #1b6a95;
 padding:5px 0;
 text-align:center;
}
.counselor_menu{
color:#FFFFFF;
display:inline;
font-size:13px;
font-weight:bold;
}
ul._counselor li a{
color:#DAF1FF;
}
ul._counselor{
text-align:center;
font-size:13px;
display: inline;
}
ul._counselor li a{
display:inline;
}
ul._counselor li{
display: inline;
padding:0 8px;
border-bottom:none;
border-right:1px solid #AAAAAA;
}
li.item7989{
border-right:none !important;
}
.video_sj{
padding-left:1px;
}
li.art_cat_list{
color:#2155AB;
float:left;
font-size:11px;
padding-right:10px;
width:25%
}
li.art_cat_list span{
float:right;
color:gray;
}
.ja-megamenu li.havechild .childcontent{
z-index:10;
}
.most_list li{
background:url("../images/bullet.gif") no-repeat scroll 0 9px transparent !important;
font-size:11px !important;
padding:3px 10px !important;
}
.add_article_s a{
color:#fff;
}
.add_article_s{
margin: 0px auto;
 width: 20%;
 text-align: center;
 background: gray;
 font-size: 12px;
 font-weight: bold;
 }
.newdate{
color:darkgray;
font-size:10px;
font-weight:normal;
padding:3px 0 0;
}
/* -------------------------------------------------------------/I$L@M------------------------------------------------------------ */
/* -------------------------------------------------------------/I$L@M- Menu ----------------------------------------------------- */
/*
# ------------------------------------------------------------------------
# JA Teline III Extra - Version 1.3 - Licence Owner jSharing.COM
# ------------------------------------------------------------------------
# Copyright (C) Lifetime Joomla Just for Sharing, Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Joomla Just for Sharing
# Websites:  http://jsharing.com -  http://jsharing.net
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/
#jasdl-mainnav {
	position: relative;
}
#jasdl-mainnav ul { display: block; }
#jasdl-mainnav li {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ccc;
}
#jasdl-mainnav a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 10px;
	color: #000;
	/* text-transform: capitalize; */
	font-size:13px !important;
	font-weight:bold;
}
#jasdl-mainnav a:hover,
#jasdl-mainnav ul li.hover a {
	background: url(../images/mainnav-hover.gif) repeat-x bottom #f7f7f7;
	color: #000;
}
#jasdl-mainnav li.active a,
#jasdl-mainnav li.active a:hover,
#jasdl-mainnav li.active a:active,
#jasdl-mainnav li.active a:focus {
	background: url(../../images/mainnav-active.gif) repeat-x top #333;
	color: #fff;
}
#jasdl-subnav .first-item { border-left: 0; }
#jasdl-subnav { display: none; }
span.captcha{
position:relative;
top:-35px;
}
.sj_more_link {
color:#C10009;
display:block;
font-size:10px;
font-weight:bold;
padding:15px 15px 0 15px;
text-align:right;
}
.subHeadings{
font-weight:bold;
font-size:10pt;
padding:12px 0 6px 0;
}
.artbody{
font-size:10pt;
padding:10px 0;
}
.tablelist .sectiontableentry2 span,.tablelist .sectiontableentry2 a,
.tablelist .sectiontableentry1 span,.tablelist .sectiontableentry1 a{
background:#F2F2F2;
border:1px solid #DDDDDD;
padding:3px;
display:block;
}
.browse_title{
background:#F4F4F4;
border:1px solid #E4E4E4;
padding:5px;
margin:5px 0;
font-weight:bold;
}
._menu_list li a{
font-size:11px !important;
}
#jasdl-mainnav6995{
display:none;
}
#Mod226{
padding-top:2px;
padding-bottom:2px;
}
.menu-title{
font-size:12px;
font-weight:bold;
line-height:1.6em;
}
.podcast .artmainimage  img{
margin:5px 0 0 0;
}
.podcast .artmainimage {
float:none;
text-align:center;
}
.authordes{
border-top:2px solid;
padding-top:5px;
margin-top:5px;
}
.authordesc{
font-family: verdana;font-size: 10pt;font-style: italic;color: #000000;margin-top:0px;margin-bottom:0px;
}
.facebookbox{
margin:0 10px 10px 0;
padding:0;
}
.artsource{
padding-top:10px;
font-weight:bold;
}
.highlightBox .highlight{
border-bottom:2px solid;
border-top:2px solid;
}
.artsubtitle ,.artpretitle {
display:none;
}
.ja-copyright  a,.ja-copyright .mainlevel a:hover,.ja-copyright .mainlevel  a:active,.ja-copyright .mainlevel  a:focus {
color:#fff;
}
#phocagallery-pane #category, #phocagallery-pane #images{
display:none;
}
#ja-search .bannergroup{
height:60px;
overflow:hidden;
position:absolute;
/*right:145px; */
top:30px;
width:470px;
}
.ja-content-bottom .banneritem {
background:none repeat scroll 0 0 #F7F7F7;
border:1px solid #DDDDDD;
margin:10px auto;
overflow:hidden;
padding:5px;
text-align:center;
width:578px;
}
.moduletable_multimediapage {
float:left;
padding:0 5px !important;
width:48%;
}
.moduletable_multimediapage .first {
padding:5px !important;
}
.moduletable_multimediapage .first img{
float:left;
border:1px solid #E1E2E4;
margin-right:5px;
}
.moduletable_multimediapage h3{
background:none repeat scroll 0 0 #F4F4F4;
border:1px solid #E1E2E4;
padding:5px !important;
}
._editor_choice_multimediapage h3.editorchoice{display:none;}
.moditem{
font-size:11px !important;
background:#F4F4F4 !important;
border:solid 1px #E1E2E4 !important;
margin:0 10px 10px 0 !important;
padding:0px !important;
}
.moditem h3{
background:url("../images/islam/icon_sp.jpg")  no-repeat scroll 5px 8px transparent !important;
border-bottom:solid 1px #E1E2E4 !important;
padding-left:5px !important;
color:#E46100 !important;
padding:5px 25px !important;
}
#ja-current-content .ja-zincontent .inner {
    padding-bottom: 0!important;
}
/* -------------------------------------------------------------/I$L@M------------------------------------------------------------ */
/* ------------------------------------------------------------- Islamonline css-------------------------------------------------- */
.author {font-family: verdana;font-size: 10pt;font-weight: bold;margin-top:4px;margin-bottom:4px;color: #000000;line-height:120%;word-spacing:95%;text-decoration:none;}
a.author{font-family: verdana;font-size: 10pt;font-weight: bold;text-decoration:none;color: #0000BD;margin-top:4px;margin-bottom:4px;line-height:120%;word-spacing:95%;}
a.author: link {font-family: verdana;font-size: 10pt;font-weight: bold;text-decoration:none;color: #0000BD;margin-top:4px;margin-bottom:4px;line-height:120%;word-spacing:95%;}
a.author: active{font-family: verdana;font-size: 10pt;font-weight: bold;color: #0000BD;margin-top:4px;margin-bottom:4px;line-height:120%;word-spacing:95%;}
a.author:hover {font-family: verdana;font-size: 10pt;font-weight: bold;text-decoration: none;color: #800000;margin-top:4px;margin-bottom:4px;line-height:120%;word-spacing:95%;}
a.author: visited{font-family: verdana;font-size: 10pt;font-weight: bold;color: #0000BD;margin-top:4px;margin-bottom:4px;line-height:120%;word-spacing:95%;}
.authorBox {border-top: 1px solid #191A95;border-bottom: 2px solid #191A95;}
.authorDescrption {font-family: verdana;font-size: 10pt;font-style: italic;color: #000000;margin-top:0px;margin-bottom:0px;}
.seriesIntroduction {text-align:left;text-indent:0px;margin-Left: 0px;margin-right:6px;margin-top:0px;line-height:150%;word-spacing:100%;margin-bottom:12px;font-family: verdana;font-size: 10pt;font-style: italic;color: #000000;}
.seriesLinks{text-indent:0px;margin-Left:0px;margin-right:0px;margin-top:6px;margin-bottom:6px;font-family:"verdana";font-weight:bold;font-size:10pt;color:#191A95;line-height:120%;word-spacing:100%;}
a.seriesLinks:link{margin-Left:0px;margin-right:0px;margin-top:6px;margin-bottom:6px;font-family:"verdana";font-weight:bold;text-decoration:none;font-size:10pt;color:#191A95;line-height:120%;word-spacing:100%;}
a.seriesLinks:active{margin-Left:0px;margin-right:0px;margin-top:6px;margin-bottom:6px;font-family:"verdana";font-weight:bold;font-size:10pt;text-decoration:none;color:#800000;line-height:120%;word-spacing:100%;}
a.seriesLinks:visited{margin-Left:0px;margin-right:0px;margin-top:6px;margin-bottom:6px;font-family:"verdana";font-weight:bold;font-size:10pt;text-decoration:none;color:#191A95;line-height:120%;word-spacing:100%;}
a.seriesLinks:hover{margin-Left:0px;margin-right:0px;margin-top:6px;margin-bottom:6px;font-family:"verdana";text-decoration:none;font-weight:bold;font-size:10pt;color:#800000;line-height:120%;word-spacing:100%;}
.imageCaption{font-family:verdana;text-align:left;text-indent:0px;margin-Left:2px;margin-right:2px;margin-top:0px;margin-bottom:12px;font-size:7.5pt;line-height:120%;word-spacing:100%;}
.highlight{}
table.highlightBox{}
table.SeriesBox {font-family: Verdana;font-size: 9pt;color: #9C0031;background-color: #FFFFFF;border: 1px solid #9C0031}
.subHeadings{text-indent: 0;margin-right:6px;margin-top: 0;margin-bottom:12;color:#000000;font-weight:bold;text-align:left;font-family:"verdana";font-size:10pt;line-height:150%;word-spacing:100%;}
a.subHeadings:link{margin-Left:6px;margin-right:6px;margin-top:0px;margin-bottom:12px;font-family:"verdana";font-weight:bold;font-size:10pt;text-decoration:none;color:#191A95;line-height:120%;word-spacing:100%;}
a.subHeadings:active{margin-Left:6px;margin-right:6px;margin-top:0px;margin-bottom:12px;font-family:"verdana";font-weight:bold;font-size:10pt;text-decoration:none;color:#4A69AD;line-height:120%;word-spacing:100%;}
a.subHeadings:visited{margin-Left:6px;margin-right:6px;margin-top:0px;margin-bottom:12px;font-family:"verdana";font-weight:bold;font-size:10pt;text-decoration:none;color:#191A95;line-height:120%;word-spacing:100%;}
a.subHeadings:hover{margin-Left:6px;margin-right:6px;margin-top:0px;margin-bottom:12px;font-family:"verdana";font-weight:bold;font-size:10pt;text-decoration:none;color:#800000;line-height:120%;word-spacing:100%;}
ul.subHeadings{list-style-type: square;color:#191A95;}
.Line{background-color:#CC0000;}
a.bodyLinks:link{font-family:"verdana";font-size:9pt;text-decoration:underline;color:#0000BD;}
a.bodyLinks:active{font-family: verdana;font-size:9pt;text-decoration:underline;color:#0000BD;}
a.bodyLinks:visited{font-family:verdana;font-size:9pt;text-decoration:underline;color:#0000BD;}
a.bodyLinks:hover{font-family:verdana;font-size:9pt;text-decoration:underline;color:#0000BD;}
table.sideBox {font-family: Verdana;font-size: 9pt;color: #9C0031;background-color: #CCCCCC;border: 2px solid #9C0031;}
.sideBoxTitle{font-family: Verdana;font-size: 9pt;color: #9C0031;text-align: center;font-weight: bold;}
.SectionHeading {font-family: Verdana;font-size: 11pt;font-weight: bold;letter-spacing: normal;text-align: center;margin-top: 12pt;margin-bottom: 6pt;color: #9C0031;line-height:120%;word-spacing:95%;}
.blockQuote {text-align:left;text-indent:0px;margin-Left:36pt;margin-right:36pt;margin-top:0px;margin-bottom:12px;font-family: verdana;font-size:9pt;color:000000;line-height:150%;word-spacing:100%;}
.headingLevel1{font-family:verdana;font-size:11pt;font-weight:bold;color:#9C0031;text-align:center;margin-top:6px;margin-bottom:6px;text-decoration:none;line-height:120%;word-spacing:95%;}
.zoneListLinktext{margin-Left:6px;margin-Right:6px;margin-top:0px;margin-bottom:1px;font-family:"verdana";font-weight:bold;font-size:8pt;line-height:180%;word-spacing:100%;}
.zoneListLinktext2{font-size:8pt;font-family:verdana;font-weight: bold;margin-top:0px;margin-bottom:-12px;text-align:Left;}
.popup{cursor: hand;color:#000084;}
.sectionlistbg{background-color:#EFF3FF;}
.sectionlistlisting{text-align:left;margin-left:6px;margin-right:6px;margin-top:3px;margin-bottom:3px;font-family:"verdana";font-size:8pt;color:#800000;line-height:120%;word-spacing:95%;}
.sectionlist{list-style-type:square;margin-left:15px;line-height:100%;margin-top:0;margin-bottom:0;font-size:8pt;color:#191A95;font-family:verdana;}
.sectionlisttext{margin-Left:6px;margin-Right:6px;margin-top:0px;margin-bottom:1px;font-family:"verdana";font-weight:bold;font-size:8pt;line-height:180%;word-spacing:100%;text-align:left;}
.RelatedLinks{margin-Left: 6px;margin-Right: 0px;margin-top: 3px;margin-bottom: 3px;font-family:"verdana";font-weight: bold;font-size:7.5pt;line-height: 120%;word-spacing:100%;}
/*edited classes */
.relatedlinksul{list-style: square;color: #191A95;line-height:180%;margin-Left:20px;margin-top:6px;margin-bottom:6px;font-size:8pt;font-family:"verdana";}
.ListLive{list-style: square;color: #191A95;line-height:200%;margin-Left:20px;margin-top:3px;margin-bottom:3px;font-size:8pt;font-family:"verdana";}
.ListHighLights{list-style: square;color: #191A95;margin-left: 30px;margin-top: 0px;margin-bottom: 0px;line-height: 120%;font-size:8pt;}
.relatedlinksheading{margin-Left:6px;margin-top:1px;margin-bottom:3px;font-family:"verdana";font-size:8pt;font-weight:bold;color:#FFFFFF;line-height:120%;}
.zoneList2{list-style: square;color: #191A95;margin-left:15px;}
.zoneList{list-style-type: square;margin-left:12px;line-height: 100%;margin-top:0;margin-bottom:0;font-size:8pt;color:#191A95;font-family:verdana;}
.ReadAlsoList{list-style: square;color: #191A95;margin-Left: 20px;}
/* -------------------------------------------------------------/Islamonline css-------------------------------------------------- */
.quotetext{
    padding: 10px 30px;
	text-align:justify;
}
.quoteauthor{
	color: #E46100;
    font-size: 13px;
    font-weight: bold;
    padding: 0 30px 5px;
    text-align: right;
}
.quotetop{
	background: url("/english/modules/mod_oiquotes/css/quote.png") no-repeat scroll 5px 0 transparent;
	top: 32px;
	left: 0;
	position: absolute;
	height: 18px;
	width: 27px;
}
.quotebottom{
	background: url("/english/modules/mod_oiquotes/css/quote.png") no-repeat scroll -20px 0 transparent;
    bottom: 30px;
    right: 15px;
    position: absolute;
    height: 18px;
    width: 27px;
}
/* 
#rightsidelink {
color: yellow;
    float: right;
    font-weight: bold;
    margin-right: 70px;
    margin-top: -77px;
    position: fixed;
    right: 0;
    top: 215px;
}
#leftsidelink {
	color: yellow;
    float: left;
    font-weight: bold;
    margin-left: 35px;
    margin-top: -85px;
    position: fixed;
    top: 262px;
	z-index:4;
}
*/
