@charset "UTF-8";

/*global*/
body {
	font-weight:bold;
	margin:0px; padding:0px;
	background: #9b9a53 url(/images/bg-content.png) 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:16px;
	line-height:19px;
}

a, img {
    border:none;
}

h1 {/*color:#e8bd11;*/
	color:#e8bd11;
	text-shadow: 1px 2px 1px #142001;
	filter:DropShadow(Color=#000000, OffX=1, OffY=1)

}



h2 {
	margin:0px 0px 6px 0px;
	font-size:30px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#e8bd11;
	text-shadow: 1px 2px 1px #142001;
	line-height:39px;
	letter-spacing:-1px;
	filter:DropShadow(Color=#000000, OffX=1, OffY=1)
}

h3 {
	margin:10px 0px 5px 0px;
	font-size:20px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#e8bd11;
	text-shadow: 1px 2px 1px #142001;
	filter:DropShadow(Color=#000000, OffX=1, OffY=1)
}

h4 {
	color:#007de2;
	margin:0px 0px 0px 0px;
}

small {
	color:#414918;
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-bottom:15px;
}

a {
	color: #305050;
	text-decoration:none;
}

#footer a {
	color: white;
	text-decoration:none;
}

small a {
	color:#007de2;
}

a:hover { text-decoration:underline; }

p { margin: 0px 0px 15px 0px; }


#my_page_wrapper {
	width: 100%;
	margin: 0 auto;
}

#my_page_right_column {
	width: 17%;
	float:right;
	padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#my_page_center_column {
	width: 66%;
	float:right;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#my_page_left_column {
	width:17%;
	float:left;
	padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.start_now {
   padding:10px;
   font-size:28px;
   color:#ffffff;
   width:300px;
   height:80px;
   background-color:#000000;
   border:1px solid white;
   background:#32312f url(/images/button_bg.jpg) repeat-x;
}
.start_now:hover {
   	background:#414918; 
	border-color:#e8bd11;

}

.top_bar{
	background:#797e49 url(/images/top-bg.png) repeat-x;
	border:1px solid #32312f;
	height: 40px;
}

.menu{
	background:#797e49 url(/images/top-bg.png) repeat-x;

	/*background:#32312f url(/images/button_bg.jpg) repeat-x;*/
	border:1px solid #32312f;
	height: 40px;
}

.top_icon{
	width: 32px;
	height: 32px;
}

.top_icon:hover {
	background:#414918; 
	border:1px solid #e8bd11;
	width: 30px;
	height: 30px;

}

.menu_button {
	background:#32312f url(/images/button_bg.jpg) repeat-x;
	color: #ffffff;
	border:2px solid white;
	font-size:18px;
	line-height:20px;
	height: 40px;
	padding:5px;
	}

.menu_button:hover {
	background:#414918; 
	border-color:#e8bd11;
}

.columns_wrap{
	width:1000px;
	margin-bottom:20px;
}

.left_column{
	float:left;
   	width:478px;
   	padding: 10px;
}

.right_column{
	float:right;
   	width:478px;
   	border-left: 1px solid black;
   	padding: 10px;
}

.form_text_box {
	padding:5px;
	font-size:20px;
	line-height:20px;
}
.form_submit_button {
	background:#32312f url(/images/button_bg.jpg) repeat-x;
	padding:8px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid white;
	text-transform:uppercase;
	font-size:28px;
	line-height:28px;
}

.form_submit_button:hover {
	background:#414918; 
	border-color:#e8bd11;
}


.submit_button {
	background:#32312f url(/images/button_bg.jpg) repeat-x;
	padding:2px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
}

.submit_button:hover {
	background:#414918; 
	border-color:#e8bd11;
}


.more_button {
	padding:2px;
	color: #000000;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	background:#9b9953; 
	border-color:#e8bd11;
}
.more_button:hover {
	color: #ffffff;
	background:#414918; 
	border-color:#e8bd11;
}

.list_button {
	background:#c1c1c1 ;
	padding:2px;
	color: black;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:14px;
	line-height:16px;
}

.list_button:hover {
	background:#414918; 
	border-color:#e8bd11;
	color: #ffffff;
}

.share_list_element {
	display:inline;
	padding: 3px;
	border: 1px solid #32312f;
	margin: 2px;
	line-height: 20px;
}

.share_list_element img{
	margin-left: 5px;
}

.share_list_element:hover{
	border:1px solid #e8bd11;
	background:#9b9953;
	color:#ffffff;
}
.share_list_element:hover img{
	border-radius: 50%;
	border:1px solid #e8bd11;
	padding:2px;
	background:#ffffff;
}

.share_list_element:active{
	background:#414918;
}
.share_list_element:active img{
	padding:1px;
}

.ok_button {
	color: white;
}

.cancel_button {
	color: #ff5511;
}

.internal_links {
	color: #305050;
}

.login {
	font-size:18px;
	color: white;
	
}

.large_links {
	font-size:x-large;
}


/*layout*/
.header_separator {
	background: transparent url(/images/separator.png) center center no-repeat;
	width: 100%;
	height:33px;
}

.separator {
	background: transparent url(/images/separator.png) center center no-repeat;
	width: 100%;
	height:33px;
	margin-bottom:20px;
}

.gazgiz, .zigzag, .gazgiz2 {
	width: 100%;
	height: 7px;
	background-color: transparent;
	background-position: 0 0;
}

#main .zigzag {
	background-image: url(/images/zigzag-border-pattern.png);
	position: absolute;
	top: 0;
}

body .zigzag {
	background-image: url(/images/zigzag-border-pattern.png);
	position: relative;
	clear: both;
}

body .gazgiz {
	background-image: url(/images/zigzag-footer-pattern.png);
	position: relative;
	clear: both;
}

body .gazgiz2 {
	background-image: url(/images/zigzag-border-pattern.png);
	position: relative;
	clear: both;
}


#main {
	position:relative;
	background: #9b9a53 url(/images/bg-content.png) 0 0;
}

#footer {
	background-repeat:repeat-x;
	padding:40px;
	position:relative;
	min-height:130px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	background: url("/images/bg-main.png") repeat scroll 0 0 #294112;
	clear: both;
	
}

#footer .floral {
	background: transparent url(/images/floral-footer.png) 0 0 no-repeat;
	width: 359px;
	height: 360px;
	position: absolute;
	right:0;
	bottom:0;
	pointer-events: none;
}

.container {
	width:950px;
	margin:0 auto;
	position:relative;
	z-index: 100;
}



#header {
	padding-top:10px;
	padding-bottom:5px;
	background: url("/images/bg-main.png") repeat scroll 0 0 #294112;
}

#header_logo {
	background-image:  url(/images/logo.png), url(/images/bg-main.png); 
	background-repeat: no-repeat, repeat;
	width:156px;
	height:95px;
	margin-right:130px ;
	margin-top:-45px;
	border:2px solid white;
}

#header_logo h1, #header_logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}



#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}


#logo {
	background-image:  url(/images/logo.png)  , url(/images/bg-main.png);
	background-repeat: no-repeat, repeat;
	width:156px;
	height:95px;
	border:2px solid white;
}

ul#menu {
	margin:0px; padding:0px;
	position:absolute;
	left:0px;
}

ul#menu li {
	display:inline;
	margin-right:12px;
}

ul#menu li a {
	text-decoration:none;
	color:#446e04;
	font-family:Helvetica;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#menu li a.active, ul#menu li a:hover {
	color:#211e1e;
}


.footer_column {
	float:right;
	width:270px;
	margin-left:30px;
	margin-top:-20px;

}
#footer .long {
	width:610px;
}
#footer h3 {
	color:#e8bd11;
	text-transform:uppercase;
	font-size:20px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/*home*/
.intro {
	/*border:2px solid #000000;*/
	background-color:#ffffff;
	/*margin-bottom:20px;*/
	position:relative;
	background: url("/images/bg-main.png") repeat scroll 0 0 #294112;
}

.block_inside { 
	display:block; 
	/*border-top:1px solid #000000;*/
	background: url("/images/bg-main.png") repeat scroll 0 0 #294112;
	
	padding:30px;
	overflow:auto;
}
.block_inside small{
	color:#e8bd11;
}

.image_block {
	border:1px solid #b5b5b5;
	background-color:#d2d2d2;
	padding:5px 5px 1px 5px;
	float:right;
}

.image_block img {
	border:1px solid #b5b5b5;
}

.form_label{
	font-size: 24px;
	line-height: 2.25em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 2px 0 #142001;
	color:#f7ffc0;

}
.intro_text_block {
	font-size: 1.25em;
	line-height: 2.25em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 2px 0 #142001;
	color:#f7ffc0;
	/*float:right;*/
	/*margin-right:30px;*/
	direction: rtl;
}

#services_list {
	overflow:auto;
	margin-bottom:20px;
}

#services_items {
	width:615px;
	margin-left:25px;
	float:right;
	min-height:100px;
	padding-top:3px;
}

#home_page_entry{
	/*border:3px dashed #000000;*/
	margin-top:5px;
	margin-bottom:10px;
	position:relative;
	float:right;
	padding:20px;
	/*width:590px;*/
	/*min-height:425px;*/
}


.service_item {
	border:1px solid #a3a09e;
	margin-bottom:10px;
	position:relative;
}
.service_item .block_inside { 
	background: url("/images/bg-main.png") repeat scroll 0 0 #294112;
	padding:25px 30px 15px 30px; 
}

.service_item .thumbnail { float:right; margin-left:20px; border:1px solid #979390; }


/*feeds*/
.feeds { 
	display:block; 
	border:1px solid #ffffff;
	background: #ffffff;	
	padding:30px;
	overflow:auto;
	height: 1000px;
}

.feeds_column {
	float:left;
	width:300px;
	border:2px solid #305050;
	background:#f7ffc0;

}

.feeds_column .feeds { 
	background:none;  
	 padding:0px 0px 0px 0px;
	 overflow:hidden;
}

.feeds_column .block_inside { 
	background:none;  
	 padding:0px 0px 0px 0px;
	 overflow:hidden;
}


/*moshaf*/

.controls-container{
	margin-top:20px;
	margin-right:20px;
	float:right;
	width:245px;
}

.controls p{
	margin-bottom:10px;
	border:2px solid #305050;
	padding: 3px 3px 3px 3px;
}

.moshaf-container {
	width:1145px;
	margin:0 auto;
	margin-top:10px;
	position:relative;
	z-index: 100;

}

.moshaf {
	width:860px;
	float:left;
}
.right-page {
	float:right;
	border:3px solid #004040;
	width:422px;
}
.left-page {
	float:left;
	border:3px solid #004040;
	width:422px;
}
.page-border {
	border:5px solid #808080;
	width:413px;
}
.moshaf-page {
	width:406px;
	background:#f7ffd6;
	padding:2px 0px 0px 2px;
	border:3px solid #004040;
}
.moshaf-header {
	width:860px;
}
.right-page-header {
	float:right;
	width:422px;
}
.left-page-header {
	float:left;
	width:422px;
}
.sura-name {
	float:left;
	color: #305050;
}
.juz2{
	float:right;
	color: #305050;
}
.moshaf-footer {
	width:860px;
}
.right-page-footer {
	float:right;
	width:422px;
}
.left-page-footer {
	float:left;
	width:422px;
}
.page-number {
	color: #305050;
	margin-left: 50%;
	margin-right: 50%;
}

#search-results {
	height: 200px;
	border:2px solid #305050;
	overflow: auto;
}

#search-results p {
	padding:3px 3px 3px 3px;
	
}
#search-results a {
color: #004040;
}


/*forms*/
#user_login_box {
	float:left;
	margin-left: 150px;
	margin-top:2px;
}
.auth_form {
	border:2px solid #e8bd11;
	padding:5px 20px 5px 10px;
	/*margin-right: 230px;*/
}

.auth_form  a {
	color: white;
	text-decoration:none;
}


select{
	color:black;
	background:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.share-form-link {
	margin:20px;
	font-weight: bold;
	color: #305050;
	color: #b6584f;
	font-size:20px;
	padding: 3px;
	margin-right: 1px;
}
#error_explanation h2{
	display: none;
}
#error_explanation {
	color: #be3131;
	font-size: 20px;
	line-height: 30px;
}

.field_with_errors {
	display:inline;
	border:2px solid #be3131;
	padding:2px; 
}

.msg{
	color: #e8bd11;
}
.large_font{
	font-size: 18px;
}
.text_center{
	text-align:center;
}
.help_img {
	border:2px solid #e8bd11;
}
/*.notice{background:#F1FFDE url("/images/icons/flashes/notice.png") no-repeat 20px 20px; border:2px solid #E5F8CB; color:#438106;clear: both;
margin: 10px 0;padding: 5px 60px;text-align: left;}
.error{background:#FFF0F3 url("/images/icons/flashes/error.png") no-repeat 20px 20px; border:2px solid #FED6DE; color:#d31030;clear: both;
margin: 10px 0;padding: 5px 60px;text-align: left;}*/
.notice {color:#e8bd11;}
.error {
	color: #be3131;
	font-size: 20px;
	line-height: 30px;
}
.success {
	color:white;
	border: 1px solid green;
	padding: 5px;
	background: green;
	font-size: 20px;
}

.form_container {
	border:1px solid #a3a09e;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
}
.form_container .block_inside { 
	background: url("/images/bg-main.png") repeat scroll 0 0 #294112;
	padding:25px 30px 15px 30px; 
}

/*box*/
.box {
	padding: 10px;
	background:#f7ffc0;
	color:#446e04;
	height:480px;
	border-left-style:dashed;
	border-right-style:dashed;
	border-top-style:dashed;
	border-bottom-style:dashed;
}
.box-header a{
	margin-top:40px;
	margin-right:20px;
	color:#b6584f;
}
.box-container {
	width:740px;
	margin-top:20px;
	background:#f7ffc0;
}
.categories{
	float:right;
	margin-top:-10px;
	
}
.categories a{
	margin-top:50px;
	margin-right:20px;
	color:#b6584f;
}
.categories select{
	margin-right:10px;
}
.margin_entry_text {
	float:left;
	width:740px;
	height:260px;
}
.margin_entry_text textarea {
	margin-top:10px;
	margin-right:10px;
	width:720px;
	height:165px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.embedded_add_cat{
	display:inline;
	float:left;
}

/*margin*/
.margin_entry_table {
	margin-bottom:10px;
	border:1px solid #e8bd11;
	padding: 3px 10px 3px 3px;
}
.margin_entry_table a{
	color:#b6584f;
	font-weight: bold;
}
.navigation {
	margin-bottom:20px;
	margin-top:20px;
	border:1px solid #e8bd11;
	padding: 3px 10px 3px 3px;
}
.navigation a{
	color:#b6584f;
	font-weight: bold;
}

/*zibra table*/
.box-table
{
	font-size: 20px;
	margin: 20px;
	width: 900px;
	text-align: right;
	border-collapse: collapse;
}
.box-table th
{
	font-size: 20px;
	font-weight: normal;
	padding: 8px;
	background: #414918;
	border-top: 4px solid #343a14;
	border-bottom: 1px solid #fff;
	color: black;
}
.box-table td
{
	padding: 8px;
	background: #d1dd95; 
	border-bottom: 1px solid #fff;
	color :black;
	border-top: 1px solid transparent;
}
.box-table tr:hover td
{
	background: #446e04;
	color: #e8bd11;
}
.box-table td a{
	color: #b6584f;
}

.box-table tr:hover td a
{
	background: #446e04;
	color: #e8bd11;
}
.box-table-bottom-link {
	margin:20px;
	font-weight: bold;
	color: #305050;
	color: #b6584f;
	font-size:20px;
	padding: 3px;
	margin-right: 1px;
}

/*mudarasa*/
.friends_list{
	max-height: 550px;
	overflow:auto;
	border:2px solid #305050;
	padding: 10px;
	
}
.modarasa_list ul li {
	margin-top:12px;
	width:600px;
	border:2px solid black;
	padding: 5px;
	list-style: none;
} 

/*announcement*/
.announcement{
	border: solid 2px;
	background: url("/images/bg-content.png") repeat scroll 0 0 #294112;
	padding: 10px;
}

/*Margin aya_popup*/
.leftarrowdiv{
width:350px;
min-height:40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
background: #dae2a9; /*#f7ffc0;*/
color: black;
padding:5px;
position:absolute;
word-wrap:break-word;
-moz-border-radius:5px; /*add some nice CSS3 round corners*/
-webkit-border-radius:5px;
border-radius:5px;
margin-bottom:2em;
top:150px;
left:150px;
border: 2px solid black;
z-index: 1000;
}

.leftarrowdiv:after{ /*arrow added to leftarrowdiv DIV*/
content:'';
display:block;
position:absolute;
top:10px;
left:-20px; /*should be set to -border-width x 2 */
width:0;
height:0;
border-color: transparent black transparent transparent; /*border color should be same as div div background color*/
border-style: solid;
border-width: 10px;
}


.rightarrowdiv{
width:350px;
min-height:40px; /*min height of DIV should be set to at least 2x the width of the arrow*/
background: #dae2a9; /*#f7ffc0;*/
color: black;
padding:5px;
position:absolute;
word-wrap:break-word;
-moz-border-radius:5px; /*add some nice CSS3 round corners*/
-webkit-border-radius:5px;
border-radius:5px;
margin-bottom:2em;
top:150px;
left:150px;
border: 2px solid black;
z-index: 1000;
}

.rightarrowdiv:after{ /*arrow added to rightarrowdiv DIV*/
content:'';
display:block;
position:absolute;
top:10px;
left:100%; /*should be set to 100% */
width:0;
height:0;
border-color: transparent transparent transparent black; /*border color should be same as div div background color*/
border-style: solid;
border-width: 10px;
}

.xbutton{
	padding:1px; 
	border:solid 2px black;  
	border-radius: 50%;
	width: 16px;
	height: 16px;
}

.xbutton:hover{
	border:solid 2px #e8bd11;
	background: #9b9a53;
}

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

.tabs_container li {
	display: inline;
	border: solid;
	border-width: 1px 1px 0 1px;
	margin: 0 0.5em 0 0;
}

.tabs_container li a {
	padding: 0 1em;
}
/*pdf printing*/
@media print {
	body {background: none;}
	.margin_entry_table {border:1px solid #a3a09e;}
	h3 {color: #305050;}
	a{display: none;}
	.x{display:none;}
}