@import url("css/namaztimetable.css");
@import url("css/photogallery.css");
@import url("css/quranclasses.css");
@import url("css/timetable.css");
@import url("css/ebooks.css");
@import url("css/list-halalharam.css");
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #262626; /* Sets the border properties for an element using shorthand notation */
	color: #2e2d2c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
    margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-image: url(images/body_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* Commonly used to style page titles. */
h1 {
	color: #586F1B;
	font-size: 22px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0.2em;
}

/* Commonly used to style section titles. */
h2 {
	color: #586F1B;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#outerWrapper #contentWrapper #content1 #timetable {
	clear: both;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

h3 {
	font-weight: bold;
}
#outerWrapper #contentWrapper a:link {
	text-decoration: underline;
	color: #000000;
}
#outerWrapper #contentWrapper a:visited{
	text-decoration: underline;
	color: #000000;
}

#outerWrapper #contentWrapper a:hover {
	text-decoration: none;
	color: #000000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 900px;
	overflow: hidden;
	background-color: #EFEDEE;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #header {
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 150px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 188px;
	padding-top: 20px;
	padding-left: 5px;
	background-color: #EFEDEE;
	padding-right: 5px;
}
#outerWrapper #contentWrapper #halalharam_div #halalproducts #googleadshalalharam {
	margin-top: 9px;
	margin-bottom: 9px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 188px;
	padding-top: 15px;
	padding-right: 5px;
	background-color: #EFEDEE;
	padding-left: 5px;
	
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 200px;
	margin-left: 200px;
	background-color: #EFEDEE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	height: 0px;
}
#outerWrapper #footer {
	text-align: center;
	float: left;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	background-color: #262626;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#prayertiming {
	line-height: 20px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#prayertiming td {
	text-align: center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#prayertiming th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#outerWrapper #contentWrapper #content_other {
	padding: 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
p.blocks{
	border:thin solid #000000;
	text-align: center;
	padding: 5px;
	background-color: #CCCCCC;
}
p.contactus {
	font-size: 22px;
	line-height: 25px;
	margin-left: 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
}
#outerWrapper #contentWrapper #content_other #jamia-form {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #EEEEEE;
	padding: 10px;
	width: 80%;
	clear: both;
}
#outerWrapper #contentWrapper #content_other #contactform {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}
#content1 {
	width: 95%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
dl.curved {
	padding:0;
	width:50%;
	background-color: #FF9900;
	background-image: url(roundcorners/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: both;
}
dl.curved dt {
	padding:10px;
	text-align:center;
	color:#fff;
	background-color: transparent;
	background-image: url(roundcorners/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	font-size: 1.2em;
}
dl.curved dd {
	padding:0;
	margin:0;
	background-color: #0099FF;
	background-image: url(roundcorners/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
dl.curved dd p {
	margin:0;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-indent: 20px;
}
dl.curved dd p.last {
	background-color: transparent;
	background-image: url(roundcorners/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#outerWrapper #contentWrapper #content #photos {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBD9A4;
	padding: 10px;
	border: medium double #000000;
}
#slideshow {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 640px;
}
#content a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
#content a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#content a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.aligncenter_midcolumn {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 360px;
}#outerWrapper #contentWrapper #content #hijridate {
	width: 272px;
	margin-left: 100px;
}
#halalharam_div {
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#picnic { width:350px;
margin-left:auto;
margin-right:auto;
}
#jamiapicnic{
	height: 1600px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#jamiapicnic h1 {
	font-size:36px;
	margin-bottom:20px;
	color: #000099;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
#jamiapicnic h2 {
	font-size:28px;
	color: #FF0000;
	margin-bottom:15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
#jamiapicnic h3 {
	font-size:22px;
	color: #CC3333;
	margin-bottom:18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	
}
#outerWrapper #contentWrapper #jamiapicnic #picnic_box {
	height: 239px;
	width: 347px;
	float: left;
	margin-left: 40px;
	background-image: url(images/Picture2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p.picnic_box
{
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:28px;
	padding: 0px;
	line-height: 40px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
}
#outerWrapper #contentWrapper #jamiapicnic #chief_guest {
	background-image: url(images/chief_guest.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 93px;
	width: 635px;
	margin-right: auto;
	margin-left: auto;
}
p.chief_guest{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	background-image: url(images/chief_guest.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 93px;
	width: 635px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 105px;
	}

#outerWrapper #contentWrapper #jamiapicnic #picnic_roundbox {
	height: 239px;
	width: 347px;
	float: right;
	margin-right: 45px;
	background-image: url(images/Picture2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
p.picnic_box2
{
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	padding: 0px;
	line-height: 35px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#outerWrapper #contentWrapper #jamiapicnic ul {
	list-style-type: square;
	font-size: 18px;
	line-height: 30px;
	margin-left: 40px;
	padding-left: 40px;
	list-style-position: inside;
}
p.txt {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	border: thick double #FFFF00;
	margin-right: 70px;
	margin-left: 70px;
	line-height: 40px;
	background-color: #00CCCC;
	color: #FFFFFF;
}

#shabmiraj_btn {
	width: 415px;
	margin-right: auto;
	margin-left: auto;
}
#halalproducts li {
	text-indent: -10px;
	line-height: 25px;
	padding-left: 10px;
}

.halal {color:green;}
.haram {color: red;}

#halalharam_div a:link, #halalharam_div a:visited {
padding-left:5px;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
#halalharam_div a:hover {
	color: #000099;
	text-decoration: none;
}

#links {
	width: 95%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#links a:link, #links a:visited {
padding-left:5px;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
#links a:hover {
	color: #000099;
	text-decoration: none;
}
p.mainpage {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 10px double #99CCFF;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 30px;
	background-color: #669999;
	color: #FFFFFF;
	padding: 5px;
}

#ramadan_tbl {
	line-height: 20px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 7px;
	border-top-style: double;
	border-top-color: #FF0000;
	border-right-width: 7px;
	border-right-style: double;
	border-right-color: #FF0000;
	background-image: url(images/repeatxy_7622549.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
}
#ramadan_tbl td {
	text-align: center;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-bottom-style: double;
	border-left-style: double;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding: 6px;
}
p.ramazan {
	font-size: 30px;
	text-align: center;
	letter-spacing: .5em;
	text-decoration: underline;
	padding-bottom: 10px;
	font-weight: bold;
	color: #0000FF;
}
#pic_ramazan {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#dua_sahar {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
p.advertise {
	text-align:center;
	font-weight: bold;
	width: 90%;
	border: thin solid #000000;
	background-color: #33CCFF;
	line-height: 200%;
	font-size: 95%;
	padding: 2px;
}
#photogallery {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
#photogallery td {
	text-align: center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding: 6px;
	margin: 0px;
}
#photogallery td a:link, #photogallery td a:visited {
color:#000000;
}
#ramazan-hadis td {text-align:center}
#quran_page {
	width: 95%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#quran_page a:link,#quran_page a:visited {
	color:#0000FF;
	text-decoration:underline;
	font-weight: normal;
}
#quran_page a:hover{
	text-decoration:none;
	color: #999900;
	font-style: italic;
}
#quran_page li { line-height:30px;}

p.attention {
	width: 90%;
	font-size: 16px;
	background-color: #FFCC00;
	border: 7px double #000099;
	padding: 5px;
	
}
.centeredImage
    {
    text-align:center;
    display:block;
    }

#shabeqadr {
	width: 455px;
	margin-right: auto;
	margin-left: auto;
}
#zakatcalculator {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#cse-search-box {
	width: 310px;
	margin-right: auto;
	margin-left: auto;
}
.shawwal {
	width:90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 0px;
	background-image: url(images/kl-mbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #98AD75;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.qurannaat {
	color:#000000;
	background-image: url(images/bg_body_blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 120%;
	line-height: 140%;
	background-color: #FDFFFE;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hajj {
	color:#FFFFFF;
	background-image: url(images/repeatxy_98288089.jpg);
	background-repeat: repeat;
	background-position: left top;
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	text-align: center;
	font-size: 120%;
	line-height: 140%;
}
.small_homepage {
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-style:none;
	}

#outerWrapper #contentWrapper #leftColumn1 #islamicdate {
	display: none;
}
#mainpage td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#namaz td {
	border-right-style: none;
}
p.attention2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 5px solid #087EB0;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 30px;
	background-color: #FFF;
	color: #000;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: center 12px;
}

p.attention3 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px solid #000000;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 30px;
	background-color: #1d9119;
	color: #FFFFFF;
	padding: 5px;
		
}

p.attention4 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 6px double #FFF;
	margin-right: 35px;
	margin-left: 35px;
	line-height: 30px;
	color: #000;
	padding: 5px;
	background-image: url(images/repeatxy_98613831.jpg);
	background-repeat: repeat;
	background-position: left center;
		
}

p.wrigley {
	font-size:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
p.wrigley2 {
	font-size:13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	letter-spacing: 0.1em;
	border: 1px solid #000099;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F5FA;
	height: 380px;
	text-align: left;
	line-height: 18px;
}
.floatimgright {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 10px;
}

.floatimgleft {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right: 10px;
}

.textspan {
	font-size:11px;
	background-color: #CCFF99;
}
.heading3 {
 font: bold 14pt Arial;
 letter-spacing: 2pt;
 color: #AA00AA
}
p.eidulazha {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 5px solid #000000;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 30px;
	background-color: #fffffF;
	color: #000;
	padding: 5px;
	background-image:url(none);
	background-repeat: repeat-x;
	background-position: left top;
}

p.sanabilfarm {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 5px solid #878F18;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 30px;
	background-color: #fffffF;
	color: #000;
	padding: 5px;
	background-image:url(images/sanabli.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p.eidimportance {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 5px solid #0F0;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 30px;
	background-color: #fffffF;
	color: #000;
	padding: 5px;
	background-image:url(images/eidimportance.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p.azaz {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	border: 5px solid #03F;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 30px;
	background-color: #fffffF;
	color: #000;
	padding: 5px;
	background-image:url(images/p-azaz.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-weight: normal;
}
