@charset "utf-8";
/* CSS Document */



/*positions start*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}

/* ################   Position ################  */
#all
{
	background: #FFFFFF;
	color: #000000;
	font-size: 14px;
	padding:0 3px;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	
}

#header
{
	color: #000000;
	margin: 0;
	text-align: left;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	width: 1000px;
}

#left {
	background: #FFFFFF;
	width:184px;
	float:left;
}

#right2 {
	color: #000;
	width:268px;
	float: left;
}

#right{
	width: 167px;
	float: left;
}

#wrapper {
	margin: 0 0 0 41%
}

#main2
{
	background: #fff;
	width:542px;
	position: relative;
	float:left;
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;
}

#main
{
	background: #fff;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	float:right;
	width: 820px;
}

#smallmain
{
	width:647px;
	float: left;
}
#user2
{
float:right;
width:183px;
}
#user3
{
	width:634px;
	float: right;
}
#user4
{
	float:left;
	width:183px;
}
/* ###################### generell ###################### */
.unsichtbar,.u2,.invisible , .unseen
{
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.wrap
{
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#logo
{
	font-size: 1em !important;
	font-weight: bold !important;
	position: relative;
	text-align: left;
	text-transform: none !important;
	z-index: 0;
	margin-top: 1em;
}

#logo  img { display: block; }

#logo span
{
	display: block;
	margin: 0px 0 0 100px !important;
	border-bottom: solid 1px #666;
}

/* ###############  main * ########################### */
/* position */
.leading
{
	background: #EFDEEA url(../images/biene.gif) no-repeat top left;
	border: solid 1px #CCCCCC;
	color: #000000;
	margin: 30px 0px 10px 0px;
	padding: 20px 20px 40px 120px;
	position: relative;
}

.leading_separator
{
	border-bottom: solid 0px #333333;
	display: block;
	height: 10px;
	margin: 0 0 0px 0;
}

.article_separator
{
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

.blog { padding: 0; }

.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 {
	width: 395px;
}
.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1
{
	float: left;
	margin: 0;
}

.column2
{
	float: right;
	margin: 0;
	width: 395px;
}

.article_row
{
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}

.article_column
{
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

/*positions end*/

/*general start*/

/* -- form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* -- buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images_general/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images_general/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images_general/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images_general/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images_general/j_button2_pagebreak.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images_general/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images_general/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/* System Messages */
#system-message
{
margin:10px 0 20px 0;
padding: 0 !important;
background:#fff;
border:solid 0px;
}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { color: #93246F; margin-bottom: 10px; list-style: none; padding: 0px; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #F2E3ED}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #93246F; background: #F2E3ED ; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  }
#system-message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}

/*general end*/



/*layout start*/
a:link,a:visited
{
text-decoration:none;
}
h3 {
	font-weight:bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
h4 {
	border:solid 0;
	color:#000;
	font-size:1em;
}
input:focus {
	border:solid 1px;
}
fieldset {
	border:0;
}
ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}
ol.list li {
	border-bottom:solid 1px #EFDEEA;
	margin:10px 0;
	padding:10px;
	background:#FBF7FA;
}

ol.list li h4 {
	border-bottom:solid 0 #CCC;
	color:#099;
	display:inline;
	margin:0 0 10px;
}

p {
	line-height:17px;
	margin:5px 0;
}

ul li a.u2:focus,p a.u2:active
{
	padding:0.5em;
	background-color:#000;
	color:#FFF;
	display:inline;
	height:2.5em;
	left:0;
	margin-top:0;
	padding-left:15px;
	position:absolute;
	top:0;
	width:13.8em;
}

p.counter {
	background:#EEE;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
	text-align: center;
}

p.buttonheading {
	text-align:left;
}

.buttonheading img
{
	border:0;
}

p.buttonheading a:link,p.buttonheading a:visited
{
	border:solid 2px #fff;
}

.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
	border:solid 2px #EFDEEA;
}

p.buttonheading a:hover
{
	background:none !important;
	color:#000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus
{
	border:solid 2px;
	color:#000;
}

em
{
	font-weight:bold;
}

/* ###########  header content #############  */


#logo
{
	font-size:1em !important;
	font-weight:bold !important;
	position:relative;
	text-align:left;
	text-transform:none !important;
	z-index:0;
	margin-top:1em;
}

#logo img
{
	display:block;
}

#logo span
{
	display:block;
	margin:0 0 2px 100px !important;
	border-bottom:solid 1px #666;
}

/*  Search box  */
#header form fieldset
{
	border:0 solid #000;
	display:inline;
	float:left;
	padding:19px;
	text-align:left;
	width:6em;
}

#header form label
{
	color:#000;
	position:absolute;
	top:-200px;
	width:auto;
}
#header form .inputbox
{
	background:#fff;
	border:1px solid #759CB4;
	font-weight:normal;
	padding:0 0 0 2px;
}

/* header Top-nav */

/* ################ left ######################## */
#left form {
background:#EFDEEA;
color:#000;
font-size:0.9em;
margin:5px 0 20px 10px;
padding:20px 10px;
}





/* ################## Main Menue ################## */


/* ###############  main * ########################### */
/* position */
.leading_separator {
border-bottom:solid 0 #333;
display:block;
height:10px;
margin:0;
}

#main .leading h2,#main2 .leading h2 {
background:#EFDEEA;
border-bottom:solid 0 #333;
color:#93246F;
font-family:trebuchet MS, sans-serif;
font-size:1.4em;
font-weight:normal;
margin:0 0 10px;
text-transform:uppercase;
}

#main h2 a,#main2 h2 a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #2D6286;
	font-size: 14px;
}

#main h2 a:hover {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#BC5502;
	
}
#main .leading .small,#main .leading .modifydate,#main2 .leading .small,#main2 .leading .modifydate {
background:#EFDEEA;
color:#93246F;
}

.article_column h2 {
	background:#fff;
	color:#000 !important;
	font-family:trebuchet MS;
	font-size:1em !important;
	font-weight:bold !important;
	padding:0;
}

.article_row .column1 h2,.article_row .column2 h2 {
	background:#fff;
	color:#000;
	margin:0 0 10px;
	padding:5px 5px 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.article_row p.iteminfo {
background:#fff;
line-height:1em;
margin:0 -10px 5px;
padding:10px;
}

.article_row .iteminfo {
	background:#fff;
	line-height:2em;
	margin-top: -10px;
	text-align: justify;
}


#main h3,#main2 h3 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}





/* main generell  */
#main2 h1 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	margin:0;
}

#main h1{
	color:#006600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

#main h2,#main2 h2 {
	color:#93246F;
	font-family:trebuchet MS, sans-serif;
	font-size:1.2em;
	font-weight:normal;
}






.small {
border:solid 0;
color:#932467;
font-size:0.85em;
margin:0 0 20px;
}

.componentheading
{
	font-family: Tahoma;
	font-size: 1.45em;
	font-weight: bold;
}

.contentdescription {
	overflow:hidden;
	font-family: Tahoma;
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	width: 792px;
	padding: 10px;
	background-color: #F2F2F2;
	color: #333333;
	margin-right: 3px;
}

.image_left {
	float:left;
	border:solid 0 #ccc;
	width: 90px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 13px;
	margin-left: 0;
}

.image_right {
float:right;
border:solid 1px #ccc;
margin:0 0 10px 10px;
}

.wrap_image {
clear:left;
}

.createdate {
	color:#BC5502;
	float:right;
	font-size:12px;
	font-family: Tahoma;
}

.createdby {
	color:#006600;
	font-size:0.85em;
	
}

.modifydate {
color:#932467;
display:block;
font-size:0.85em;
padding:0;
}

span.content_rating,.leading span.content_rating {
margin:10px 0 0;
display:block;
}

.content_vote {
margin:0 0 10px;
display:block;
}

.content_vote input {
margin:0 5px;
}



/* ############# pagination ###################### */
#main2 .pagination,#main .pagination {
	border-top:solid 1px #CCC;
	margin:10px 0 0;
	padding:10px 0;
	text-align:center;
}

ul.pagination {
	list-style-type:none;
	margin:0;
	padding:0;
	
}


ul.pagination li {
display:inline;
	padding:15px;
text-align:left;
}

ul.pagination li a {
	margin:15px;
	padding:15px;
	color: #0099CC;
}

/* ###############  right #################  */

#right form.poll {
padding:10px 0 0;
}

#right form.poll fieldset {
line-height:1.6em;
}

#right form.poll fieldset label {
padding:0 0 0 4px;
}

#right form.poll .button {
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
width:auto;
line-height:0.9em;
display:inline;
height:1.55em;
font-size:1em;
overflow:visible;
margin:0 10px 0 0;
padding:0 2px !important;
}

#right form.poll .button:focus {
border:outset 1px #C39;
}

#right form.poll a {
text-decoration:none;
color:#000 !important;
padding:1px 2px !important;
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
}

#right form.poll a:hover,#right form.poll a:active,#right form.poll a:focus,#right form.poll .button:hover,#right form.poll .button:active,#right form.poll .button:focus {
border:2px outset #C39;
}

#right form.poll:after {
/* Inhalt pseudo-Element :after;
			 * somit [clear] moeglich
			 */
content:".";
/* [content] verbergen;
			 */
visibility:hidden;
height:0;
/* Block-Level fuer [clear];
			 */
display:block;
/* [float] clearing;
			 * einbeziehen der Float-Container;
			 */
clear:both;
}

dl.poll {
}

dl.poll dt {
border-bottom:solid 1px #ccc;
}

dl.poll dd {
padding:6px 0;
font-weight:bold;
}

.polls_color_1
{
	background-color: #0066CC;
}

.polls_color_2
{
	background-color: #006633;
}

.polls_color_3{
	background-color: #FF9900;
}

.polls_color_4{
	background-color: #999999;
}

.polls_color_5{
	background-color: #CCCCCC;
}

.polls_color_6 {
	background-color: #999900;
}
/* ########################## search ############################ */
.searchintro {
font-weight:normal;
margin:0 0 20px;
}

.searchintro img {
display:inline; border:0px
}

.display {
margin:20px 0 0;
text-align:left;
}

.filter {
margin:10px 0 0;
}

.inputbox:focus {
border:solid 2px #000;
}

.highlight {
font-weight:bold;
}

fieldset.word,fieldset.only {
border:solid 1px #ccc;
}

.only {
border:solid 0;
margin:10px 0 0 10px;
padding:5px 10px;
line-height:1.3em;
}

.word {
background:#fff;
padding:10px 10px 10px 0;
border:solid 0 !important;
}

.word input {
background:#fff;
border:solid 2px #999;
color:#93246F;
font-weight:bold;
margin:0 0 0 10px;
padding:2px;
}

.phrase {
color:#000;
margin:10px 10px 10px 0;
padding:10px;
width:60%;
border:solid 1px #ccc;
float:left;
}

/*Selects*/
.phrase .inputbox {
background:#fff;
color:#000;
display:block;
height:1.5em;
margin-top:10px;
width:12em;
}

.phrase .inputbox option {
background:#EFDEEA;
border-bottom:solid 1px #333;
padding:2px;
}

.phrase .inputbox option a:hover {
background:#C00;
border-color:#CFD0D6;
color:#fff;
}

.search_result legend {
border-bottom:solid 0 #000;
background:#fff;
}

/*#################### tabellen ############################ */
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}

/* category table */
#count {
width:10%;
}

#tableOrdering {
width:70%;
}

#author {
width:20%;
}



.question {
	font-weight:bold;
	background-color: #F1F7FA;
}

#footer {
color:#4F4F4F;
}

p.syndicate {
float:left;
display:block;
text-align:left;
}



/* Error Message contact form */
p.error {
color:#93246F;
background:#F2E3ED;
border-top:3px solid #93246F;
border-bottom:3px solid #93246F;
padding:10px;
}

body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:1.4em;
text-align:left;
}

.tool-tip {
font-size:0.8em;
}

.tool-title {
font-weight:bold;
}

/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:left;
padding:10px 0;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}



/* Advertisement */

.moduletable_text
{margin:10px}

.banneritem_text
{
margin: 10px 0 10px 0;
background:#f5f5f5;
padding:5px;
border:solid 1px #eee
}

/*layout end*/


/*template start*/




body.contentpane {

width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* TOC */
table.contenttoc{
	float: right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/*template end*/

/*template_rtl start*/



p{
	text-align: justify;
}

#logo  {text-align:right}
#logo span{
	margin: 0 100px 2px 0 !important;
	text-align: right;
}






#wrapper {
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 0;
}





#left h3{
	margin:0 5px 0 0;
	padding:7px 10px 7px 5px;
}

#right h3{
	padding: 0 0 0 5px;
}


p.buttonheading{
	text-align: left;
}

.leading{
	padding: 20px 120px 40px 20px;
	background: #EFDEEA url(../images/biene_rtl.gif) no-repeat scroll right top;
}

.leading div{
	text-align: right;
}

form.login fieldset{
	text-align: right;
}

form.login label.remember, form.login input.checkbox{
	float: right;
}
#main ul, #main ol {
	margin:10px 20px 10px 0;
	padding:0 10px 0 0;
}
#right form.poll fieldset label{
	padding: 0 4px 0 0;
}

#right form.poll fieldset input{
        float:right;
}
#left ul li.active a:link, #left ul li.active a:visited {
	border-left: none;
	border-right:4px solid #BE7CA9;
	padding:3px 6px 3px 0;
}
#left ul li ul {
	border-width:0 4px 0 1px;
}

#left ul li.active ul li a:link, #left ul li.active ul li a:visited{
	border-left: none;
	border-right: 0 solid #DD75BB;
	padding: 3px 20px 3px 4px;
}

#left ul li ul li ul{
	padding: 10px 5px 10px 0;
}

#left ul li.active ul li.active ul li a:link,
#left ul li.active ul li.active ul li a:visited{
	background: #FFFFFF url(../images/arrow_rtl.gif) no-repeat scroll right top;
	margin: 0 15px 0 0;
	padding:3px 15px 3px 0;
}

ul.pagination{
         overflow:hidden;
}

ul.pagination li {
        padding: 2px 5px 2px 5px;
        font-size:1em;
        width:auto
}

ul.pagination a
{
    display:inline !important;
    margin:0 !important;
    padding:0px !important;
}

form.user label{
	float: right;
}

/* edit button */
.contentpaneopen_edit{
	float: right;
}

form.editor .publishing .radio label span ,
form.editor .publishing label{
	float: right;
}

table.contenttoc{
	float: left;
}

#main .blog_more ul, #main2 .blog_more ul{
	padding: 10px 0 30px 10px;
}
form.search_result, form.registration, form.lost_password, .login_form{
	margin: 15px 0 0 10px;
}


.phrase{
	float: right;
	margin: 10px 0 10px 10px;
}

.only {
	float: right;
	margin:10px 10px 0 0;
}

.only input{
	float: right;
	margin:0 0 0 10px;
}

form.registration label, form.lost_password label, .login_form label{
	float: right;
}

.column2, .column1{
	float: left;
}

.column2{
	float: left;
}

.article_column{
	padding: 10px 0 10px 10px;
}


/* */



#logoislamstory {
	width: 221px;
	height: 176px;
	float: left;
}
#langbox {
	width: 520px;
	height: 25px;
	text-align: left;
	float: right;
	margin-top: 9px;
	margin-left: 30px;
}

#langbox img {
margin:0px 2px;
width:17px;
border:0;
}
a img 
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#searchbox {
	width: 164px;
	height: 22px;
	float: right;
	margin-top: 12px;
	margin-left: 10px;
}
#topads {
	width: 728px;
	height: 90px;
	float: right;
}
#btnforum,#btnmedia ,#btnlib,#btnsup {
	float: right;
	margin: 5px;
	background-image: url(../images/bbtns.jpg);
	height: 32px;
	width: 91px;
	background-position: 0px 0px;
}

#btnlib {
	background-position: -91px 0px;
	width: 101px;
}
#btnmedia  {
	background-position: 0px -32px;
	width: 118px;
}
#btnsup 
{
	width: 229px;
	background-position: 0px -64px;
	height: 25px;
	float: right;
	margin-right: 160px;
	margin-top: 7px;
}

#topmenu
{
	background: #E4F1FF;
	vertical-align: middle;
	width: 100%;
}

#topmenu ui:hover
{
	color: #BF5F12;
}

#topmenu #active_menu-nav
{
	background-image: url(../images/ver_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0px -118px;
	color:#fff;
}

#topmenu ul
{
	display:block;
	text-align:center;
	background-image: url(../images/ver_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0px -62px;
	height: 28px;
	font-size: 13px;
	font-weight:bold;
}

#topmenu ul li
{
	line-height:28px;
	display:inline;
}

#topmenu ul li a
{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
}

#topmenu ul li a:link,#topmenu ul li a:visited
{
	color:#2D6286;
	text-decoration:none;
}

#topmenu ul li a:hover,#topmenu ul li a:active,#topmenu ul li a:focus
{
	color: #BF5F12;
	background-image: url(../images/ver_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0px -90px;
}
#header .articles_mod 
{
	background:none;
	
}
.article_image {
	width:90px;
	float: right;
	padding-left: 7px;
}

.articles_mod 
{
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #DCEFFD;
	text-align:center;
	overflow:hidden;
}

#main2 .articles_mod,#user1 .articles_mod , #user2 .articles_mod,#user3 .articles_mod,#user4 .articles_mod
{
	
	overflow:hidden;
	
}

#main2 .articles_mod
{
	background-color: #fff;
	overflow:hidden;
	height:249px;
}

#user1 .articles_mod
{
	background-color: #fff;
	width:496px;
	float:left;
	height:260px;
	margin-right: 1px;
	margin-left: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BFD6E4;
	border-right-color: #BFD6E4;
	border-bottom-color: #BFD6E4;
	border-left-color: #BFD6E4;
}

#user5 .articles_mod
{
	float:right;
}

#user2 .articles_mod
{
	width:178px;
	margin-left: 2px;
	
}

#user3 .articles_mod
{
	background-color: #FFFFFF;
	float: right;
	width: 314px;
	margin:1px;
}



.mod_top_border{
	background-image: url(../images/top_bottom_border.gif);
	background-repeat: no-repeat;
	width: 268px;
	background-position: -268px bottom;
	height: 5px;
	margin-top: 4px;	
}

.mod_header{
	height: 30px;
	text-align: center;
	background-image: url(../images/ver_gradient.gif);
	
}

.mod_header h2
{
	color: #FFFFFF;
	font-size: 16px;
}

.mod_bottom_border {
	height: 7px;
	background-color: #DCEFFD;
	
}

#right2 .mod_top_border
{
	width: 268px;
	background-position: -268px bottom;
}



#right2 .mod_bottom_border 
{
	width: 268px;
	background-position: 0px bottom;
}

#right2 .focus_item , #left .focus_item,#user2 .focus_item,#user4 .focus_item
{
	width:100%;
	float: none;
}



#left .moduletable
{
	overflow: hidden;
	
} 


.moduletable
{
	overflow: hidden;
} 

#right2 .focus_item img
{
	width:175px;
	float:none;
	margin: 5px;
}

#left .focus_item img
{
	float:none;
	margin: 5px;
}

#left .mod_top_border,#user4 .mod_top_border,#user2 .mod_top_border
{
	width: 184px;
	background-position: -1792px bottom;
}



#left .mod_bottom_border ,#user4 .mod_bottom_border ,#user2 .mod_bottom_border 
{
	width: 184px;
	background-position: -1608px bottom;
	margin: 0px;
	padding: 0px;
}






.articles_mod a, .articles_mod a:visited
{
	color: #2D6286;
	text-decoration: none;
}

.articles_mod a:hover
{
	color: #000099;
	text-decoration: none;
}

.articles_mod h3
{
	font-size:17px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}

.articles_mod h3 a , .articles_mod h3 a:visited
{
	color: #2D6286;
}

.articles_mod h3 a:hover
{
	color: #BC5502;
}

.news_title , .latest_articles_title ,.prophet_title ,.history_title ,.civilization_title ,.rawa3_title , .special_files_title, .scholars_write_title,.readers_contributions_title,.multimedia_title
{
	background-image: url(../images/sections.jpg);
	width:110px;
	height: 32px;
	font-size: 1em;
	background-position: 0px -32px;
	float:left;
	padding-left: 59px;
	text-align: center;
	vertical-align: bottom;
}

.latest_articles_title
{
	background-position: 0px 0px;
}
.prophet_title
{
	background-position: 0px -64px;
}
.history_title
{
	background-position: 0px -96px;
}

.civilization_title
{
	background-position: 0px -128px;
}

.rawa3_title
{
	background-position: 0px -170px;
}

.special_files_title
{
	background-position: 0px -204px;
}

.scholars_write_title
{
	background-position: 0px -160px;
}

.readers_contributions_title
{
	background-position: 0px -192px;
}

.multimedia_title
{
	background-position: 0px -224px;
}

#user5 .specialfiles
{
	float:left;
}

.main2_mod_bottom_border {
	
	
	height: 5px;
	background-repeat: no-repeat;
	width: 536px;
	background-position: -536px bottom;
	
}


.left_mod_top_border{
	background-image: url(../images/top_bottom_border.gif);
	background-repeat: no-repeat;
	width: 184px;
	background-position: -1792px bottom;
	height: 5px;
}


.left_mod {
	background-color: #EEF7FC;
	width: 184px;
	
}

.left_mod_bottom_border {
	
	background-image: url(../images/top_bottom_border.gif);
	height: 5px;
	background-repeat: no-repeat;
	width: 184px;
	background-position: -1608px bottom;
	
}
.logo {
	margin-top: 11px;
	margin-right: 49px;
}



#left .moduletableeasyhtm h3
{
	
	color: #FFFFFF;
	font-size: 1.1em;
	

}

#top_menu
{
	background-color: #E4F1FF;
	height: 28px;
}






.article_title
{
	text-align: center;
	
}
.focus_item
{
	width: 60%;
	float: left;
	overflow: hidden;
	
}


.articles_mod p
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: justify;
	color: #2D6286;
	padding-bottom: 7px;
	
}

.focus_item img
{
	width:125px;
	float:right;
	margin-left:10px;

}
.secondary_items 
{
	width: 40%;
	float: left;
	text-align: right;
}



.li_noborder
{
	border:0;
}
.clear
{
clear:both;
}

.clearl
{
clear:left;
}

.clearr
{
clear:right;
}

#page {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#page p{
	line-height: 150%;
	text-indent:1cm;
	text-align: justify;
}

#page h1,#media .contentheading
{
	font-size: 20px;
	display:inline;
	float: left;
	color: #BC5502;
	font-weight: bold;
	
}

#page h2
{
	font-size: 20px;
	font-weight: bold;
	color: #BC5502;
}

p.buttonheading{
	text-align: left;
}

.content_vote ,.content_rating
{
text-align:center;
}



.Quran
{
	color: #006600;
	font-weight: bold;
}

.SuraaName
{
    font-size: 12pt;
    color: maroon;

}


.Hadeeth
{

	color: #663300;
	font-weight: bold;
}

.Reference , .Reference a:link, .Reference a:visited
{
	font-size: 12pt;
	color: maroon;
	
}

.Reference a:hover, .Reference a:active, .Reference a:focus
{
color: #330000;

}

.Arabesque
{
	font-family: 'AGA Arabesque';
	text-align: right;
	
}
.Author
{
   
    font-size: 14pt;
    color: darkslateblue;
    font-family: arabic-transparent;
}
 
.arab
{
	font-family: "AGA Arabesque";
	color:#6C4F37;
	font-size:12pt;
	align:center;
	font-weight:normal;
	
	height: 15px;
	line-height:15px;
}
  
.footermid
{
	background-image: url(../images/ver_gradient.gif);
	background-position: 0px -146px;
	height: 28px;
}

.footermid ul 
{
	display:block;
}

.footermid ul li
{
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	line-height:28px;
}




.footermid ul li a:link,.footermid ul li a:visited
{
	color: #FFFFFF;
	text-decoration:none;
	padding:5px 10px;
	
}

.footermid ul li a:hover,.footermid ul li a:active,.footermid ul li a:focus
{
	color: #FFFAC2;
}

.cattable
{
	margin: 0px;
	padding: 0px;
}


.catitem
{
	font-family: Tahoma;
	font-size: 12pt;
	color: #2D6286;
	background-image: url(../images/catitemgrd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	height: 180px;
	overflow: hidden;
	width: 50%;
	padding: 10px;
	
}

.catitem span
{
	float:right;
	font-size: 0.75em;
	color: #006600;
}
.cattitle
{
	font-size: 1.1em;
	background-repeat: no-repeat;
	text-align: center;
	height: 29px;
	vertical-align: middle;
	float: left;
	color: #2D6286;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.catartcount
{
	float:left;
}

.cattitle a:link,.cattitle a:visited
{
	color: #2D6286;
	text-decoration: none;
	
}

.cattitle a:hover
{
	color: #BF5F12;
	text-decoration: none;
	
}

.catitem p
{
	font-family: Tahoma;
	font-size: .87em;
	color: #2D6286;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

.article_column{
	font-family: Tahoma;
	font-size: 10pt;
	color: #333333;
	height: 160px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
	text-align: justify;
	line-height: 1.6;
}
.moduletablehistory,.moduletableprophet,.moduletablenews,.moduletablelatest_articles
{
overflow:hidden;
height:283px;
}

.articles_mod_header {
	background-image: url(../images/ver_gradient.gif);
	background-repeat: repeat-x;
	background-position: 0px -30px;
	width:100%;
	height: 32px;
	
}

.articles_mod ul {
	list-style-type:none;
	text-align:left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}


.articles_mod ul li {
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 4px;
	line-height: 1.2;
}


.articles_mod ul li a 
{
	text-decoration:none;
}

.articles_mod ul li a:link,.articles_mod ul li a:visited {
	color:#2D6286;
}

.articles_mod ul li a:hover,.articles_mod ul li a:active,.articles_mod ul li a:focus {
	color:#BC5502 !important;
}

.articles_mod ul li .hits {
		color: #663300;
}



.notitle .lch ,.notitle .rch,.notitle .rcb,.notitle  .lcb,.notitle .mod_header
{
	background:none;
	width:0px;
	height:0px;
}


.articles_mod table 
{
width:100%;
}

.articles_mod .main_body td
{
	border-bottom-style: dashed;
	border-bottom-color: #428CBB;
	border-bottom-width: 1px;
}


.titles_author h2
{
text-align:left;
}

.titles_author p
{
	text-align:left;
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 0.9em;
	font-weight: normal;
	color: #4F4F4F;
}



.articles_mod .lch ,.articles_mod .rch,.articles_mod .rcb,.articles_mod .lcb
{
	background-image: url(../images/corners.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: 0px 0px;
	height: 30px;
	width: 7px;
}

.articles_mod .lch {
	background-position: -7px 0px;
}

.articles_mod .lcb {

	height: 7px;
	background-position: -14px -7px;
}

.articles_mod .rcb {

	height: 7px;
	background-position: -14px 0px;
}



.main_body
{
	overflow: hidden;
}

#user3 .main_body,#user3 .titles_intro,#user2 .main_body
{
	height: 290px;

}
.single .main_body img
{
	margin-top: 5px;
}
.titles_intro p
{
	overflow:hidden;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 7px;
	color: #4F4F4F;
	font-size: 0.9em;
	height: 1.8em;
	line-height: 1.1em;
	
}

.titles_intro h3
{
	margin:0;
	padding:0;
	
}

.testimony .main_body
{
height:84px;
}	

.top_articles .main_body
{
	height:126px;
}

.figures .main_body
{
	height:127px;
}

.figures .main_body p
{
	height:85px;
	overflow:hidden;
	line-height: 18px;
}

.history_reality .main_body
{
	height:212px;
}

.converts .main_body
{
	height:213px;
}



.sat .main_body
{
	height:106px;
}

.sat .mod_bottom_border, .testimony .mod_bottom_border ,.dialouge .mod_bottom_border
{
	height:0px;
}

.dialouge .main_body
{
	height:84px;
}

.rawa3 .main_body
{
	
}
.rawa3 p
{
	height:63px;
}

.on_this_day .main_body
{
	height:83px;
}


.caricataire .main_body
{
	height:90px;
}

#mm_files table td , #mm_files table th
{
	width:100px;
	
	
}
#mm_files table th .corner
{
	border:0px;
}

#mm_files .title
{
	width:200px;
}

#media .createdate
{
	float:right;
}

#media .contentheading
{
	float:left;
}

#medialib
{
	font-size: 13px;
	padding: 5px;

}


#medialib #MMpathway
{
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma;
}


#medialib #MMpathway a:link ,#medialib #MMpathway a:visited
{
	color: #333333;
	font-size: 1em;
}
#medialib #MMpathway a:hover
{
	text-decoration: underline;

}

#medialib a:link ,#medialib a:visited
{
	color: #2D6286;
}
#medialib a:hover
{
	color: #BC5502;
}

/* ################# breadcrumbs ################ */
#breadcrumbs {
	text-align:left;
	color: #333333;
	font-size: 11px;
	font-family: Tahoma;
	padding-top: 10px;
	padding-bottom: 10px;
}

#breadcrumbs p {
padding:5px;
display:inline;
}

* html #breadcrumbs {
height:65px;
}

#breadcrumbs a {
text-transform:none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
	color:#333333;
}

#breadcrumbs span {
	padding:7px;
	margin-top: 10px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
	text-decoration:underline;
}

/* ################# poll ################ */
.poll {
	
}

form.poll fieldset {
border:0 solid #000;
margin:0 0 10px;
padding:0;
}

form.registration input,form.lost_password input,.login_form input {
border:solid 2px #93246F;
}

form.registration label,form.lost_password label,.login_form label {
display:block;
float:left;
font-weight:normal;
width:12em;
}

/*  polls */
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {

position:relative;
}

.poll h3 {
	color:#BC5502;
	border:solid 0;
	margin:20px 0;
}

.poll .td_2 {
width:100px;
}

.poll .td_3 {
width:300px;
}

.poll form {
margin:20px 0;
}

.poll table {
font-size:1em;
width:auto;
border:solid 0;
position:relative;
}

.poll table .td_1 {
width:30px;
}

.poll table caption {
color:#93246F;
font-size:1em;
font-weight:bold;
margin:10px 0;
text-align:left;
}

.poll td {
border:solid 1px #ddd;
padding:2px;
}

.poll td.line {
width:300px;
}

.poll th {
text-align:center;
	color: #FFFFFF;
	background-image: url(../images/ver_gradient.gif);
	height: 30px;
}


/* ################# medialib ################ */
#medialib table .row0 {
	background-color: #EBF5FE;
}


#medialib .serial
{
	width: 30px;
}
#medialib th {
	text-align:center;
	color: #FFFFFF;
	background-image: url(../images/ver_gradient.gif);
	height: 30px;
}
#medialib table {
	width:100%;
	margin: auto;
	font-size: 1.2em;
}

#medialib td{
	padding: 5px;
	font-family: Tahoma;
	font-size: .9em;
	
}



#medialib th a:link,#medialib th a:visited
{
	color: #CCFFFF;
}

#medialib th a:hover
{
	color: #FFFFCC;
}

#medialib th img
{
	margin-right:5px;
}
#medialib .introtext {
	font-family: Tahoma;
	color: #333333;
	line-height: 1.5em;
}
.poll_mod  form {
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}

.poll_mod  fieldset {
	text-align: left;
	
}


.poll_mod  label {
	font-family: Tahoma;
	color: #306285;
	line-height: 1em;
}

.poll_mod fieldset input
{
	width: 12px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 3px;
}
  
.poll_mod .button 
{
	width:80px;
	margin-top: 10px;
	margin-left: 10px;
	
}

.titles_author p img {
	float: right;
}
#user3 ul  li {
	height: 60px;
}

.focus_item p {
	height: 150px;
	overflow: hidden;
	font-size: 13px;
	color: #4F4F4F;
}

.single h3 {
	font-size:15px;
}
.single p {
	font-size: 12px;
}
.poll_mod h3 {
	color: #BC5502;
	font-size: 14px;
	margin: 5px;
	padding: 0px;
}
.poll_mod fieldset  img {
	float: left;
	margin-left: 10px;
}
.pollmod .btnvote {
	background-image: url(../images/btnvote.gif);
	height: 21px;
	width: 53px;
}


.titles_mod ul li {
	list-style-type: circle;
	list-style-position: inside;
	color: #2D6286;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top:3px;
}

.titles_author ul li,.titles_intro ul li 
{
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}


.titles_intro ul li a:link ,.titles_intro ul li a:visited
{
	color:#2D6286;
}

.titles_intro ul li a:hover
{
	color:#BC5502;
}

.cartoon
{
	background:#FFFFFF;
	text-align:center;
	float:right;
}

.cartoon img
{
	width:247px;
	float:none;
	clear:both;
	margin:auto;
}

.cartoonfp
{
	width:270px;
	height:90px;
	overflow:hidden;
	margin: 0px;
}

.cartoonfp .main_body img {
	margin: 0px;
}


#main .pagenav {
	margin: auto;
}
.history_reality .main_body p {
	height: 48px;
	overflow: hidden;
	padding-top: 5px;
}
.titles_mod ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.poll_mod .main_body {
	height: 140px;
}
.cartoon img
{
	
	float:none;
	clear:both;
	margin:0px;
}

.cartoon
{
text-align:center;
}

#media .yt {
	text-align: center;
}
.titles_mod .main_body{
	font-size: 0.9em;
}


#rightmenu
{
	width:167px;
	font-size: 12px;
	background-color: #3E85C7;
	background-image: url(../images/menufooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#rightmenu #active_menu-nav
{
	background:#000;
	color:#fff;
}

#righmenu ul
{
	display:block;
	margin:7px;
	padding:5px 0;
	text-align:left;
	font-size: 1.8em;
	
}

#rightmenu ul li
{
	line-height:27px;
	text-align:left;
	background-image: url(../images/rmenubg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#rightmenu ul li a:link,#rightmenu ul li a:visited
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#rightmenu ul li a:hover,#rightmenu ul li a:active,#rightmenu ul li a:focus
{
	font-weight:bold;
	color: #FFDD26;
}
#rightmenu #active_right_menu 
{
	background:#DFF3FC;
}

#rightmenu #active_right_menu a
{
	color:#2D6286
}
#page p img {
	margin: 10px;
	float: right;
}
#page .buttonheading img {
	margin: 0px;
	padding: 0px;
}

.imgLeft

{
	float:left;
	margin: 10px;
}
.converts .main_body img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.single .converts .main_body h3 {
	display: inline;
}
#user5 .banneritem {
	float: left;
}
#user1 .focus_item p {
	height: 150px;
}
#lfc {
	background-image: url(../images/corners.jpg);
	background-position: -38px -0px;
	height: 28px;
	width: 17px;
}

#rfc {
	background-image: url(../images/corners.jpg);
	background-position: -21px 0px;
	height: 28px;
	width: 17px;
}
#en,#fb,#tw,#rss1,.zip,.wmv,.rv,.rm,.rar,.pdf,.mp3,.swf,.doc,.mpg {
	background-image: url(../images/icons.png);
	background-position: 0px 0px;
	height: 25px;
	width: 25px;
	float:right;
}

#fb{ background-position: -275px 0px;}
#tw{ background-position: -250px 0px;}
#rss1{ background-position: -300px 0px;}
#en{
	background-position: -325px 0px;
	margin-right: 15px;
	margin-left: 15px;
}
.wmv { background-position: -50px 0px;}
.rv { background-position: -75px 0px;}
.rm { background-position: -100px 0px;}
.rar { background-position: -125px 0px;}
.pdf { background-position: -150px 0px;}
.mp3 { background-position: -175px 0px;}
.swf { background-position: -200px 0px;}
.doc { background-position: -225px 0px;}
.mpg { background-position: -350px 0px;}


#addthis{
float:left;
}
.converts .main_body p {
	height: 68px;
	padding-top: 5px;
}
.titles_mod  ul {
	padding-left: 10px;
}
#media .introtext img {
	float: right;
	margin-left: 10px;
}
#media .introtext {
	text-align: justify;
}

#errorboxheader {
	color: #FFFFFF;
	background-color: #CC0000;
	font-size: 20px;
	margin: 20px;
	padding: 10px;
}