/* =MAIN BODY
----------------------------------------------------------------------- */
body {
background-attachment: fixed;
text-align: center;
}

/* =Divs used for page structure
----------------------------------------------------------------------- */

#contentholder
{
	/*border:1px solid black;*/
}

/* =CONTAINERDIV holder for all divs on page
----------------------------------------------------------------------- */
#containerdiv {
width: 810px;
margin: 0 auto;
padding: 0;
position: relative;
/*border:1px solid red;*/
}

/* =HEADERDIV holds all header elements
----------------------------------------------------------------------- */
#headerdiv {
height: 110px;
text-align: left;
}

#headercontact {
float: right;
width: 80%;
position: relative;
top: 22px;
right: 30px;
text-align: right;
z-index: 5;
}

/* =CONTENTHOLDER: holds MAIN DIVS: LEFTNAV + CONTENTDIV
----------------------------------------------------------------------- */
#contentholder {
width: 770px;
position: relative;
top: 0;
left: 0;
z-index: 0;
margin: 0 auto;
text-align: left;
}

#centercol, #contentdiv, #rightcol{
position: relative;
top: 0;
right: 0;
padding: 0;
z-index: 2;
width: 170px;
/*border:1px solid red;*/
}

/* =CONTENTDIV: HOLDS ALL MIDDLE AREA COLUMNS (CENTERCOL + RIGHTCOL)
    IF NO RIGHTCOL, THEN APPEARS WITH NO COLUMNS
----------------------------------------------------------------------- */

#contentdiv 
{
position: relative;
width: 590px;
margin: 5px 0 5px auto;
/*border:1px solid red;*/
}

.contentTitle
{
	padding-left: 5px;
}

.contentText
{
	/*border: 1px solid green;*/
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}

/* =CENTERCOL: MIDDLE AREA CONTENT (APPEARS ONLY WITH RIGHTCOL)
----------------------------------------------------------------------- */

#centercol {
width: 440px;
margin:0;
}

/* =RIGHTCOL holds all right column elements, see searchcontrol.css
----------------------------------------------------------------------- */
#rightcol {
width: 165px;
float:right;
margin:0;
}

/* =FOOTERDIV holds all footer elements
----------------------------------------------------------------------- */
#footerdiv{
width: 810px;
position: relative;
bottom: 0;
left: 0;
height: 95px;
text-align: center;
}

#footercontent 
{
height:75px;
width: 750px;
margin: 0 auto;
padding-top: 10px
}

#footerleft {
text-align: left;
float: left;
z-index: 5;
position: relative;
}

#footerright {
text-align: right;
float: right;
display: inline;
z-index: 5;
position: relative;
}

/* separation between logos in the footer */
img.footerlogo
{
	margin-left:5px;
	margin-right:5px;
}
/* separation between text links in the footer */
.footertextlink
{
	margin-left:5px;
	margin-right:5px;
}
/* styling for version number */
.version
{
	text-align: right;
	color: #777;
	font-size: 0.5em;
	margin-right: 20px;
}

div#footerdiv a
{
	text-decoration: none;
}

/* styling for small footer links */
div#footerdiv a.footertextlink
{
	color: #fff;
	font-size: 0.6em;
	font-weight: bold;
}


/* =Divs used for page structure
----------------------------------------------------------------------- */

#divEditorialMain {
padding: 10px 15px 10px 5px;
}

#divEditorialControls{
float: right;
width: 200px;
margin: 10px 0 10px 10px;
padding: 0;
}

.divEditorialControls{
float: right;
clear:right;
width: 200px;
margin: 10px 0 10px 10px;
padding: 0;
}

#divEditorialControls td {padding: 3px 0}

/* Used solely for copright text below footer */
#copyrightdiv
{
	/*margin-top: 1em;*/
	margin-left: 1em;
	font-size: 0.7em;
	font-weight: bold;
	text-align:left;
}
#copyrightdiv p
{
	color:#999;
}

#contentdivStartPage
{
	width: 100%;
	float: right;
	background-color: #FFFFFF;
}

/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}
div.rightpadded
{
	padding-right: 1em;
}
div.clear
{
	clear: both;
}

/* =ImageControl
******************************************************************** */
#galleryContainerDiv
{
	position:relative;
	width:710px;
	margin-top:5px;
	margin-left:35px;
	/*border:1px solid blue;*/
}

#swfGalleryDiv
{
	position:relative;
	border:1px solid #A3D18C;
	margin-bottom:15px;
}

#div_btnHome
{
	width:95px;
	height:15px;
	background-image: url(/Resources/Images/btn_Home.gif);
	background-repeat: no-repeat;
	cursor:pointer;
}

#divGalleryHint
{
	font-size:12px;
	font-weight:bold;
	width:500px;
	margin:10px auto 0 auto;
	position:relative;	
	background-color:#D6E7D6;
	font-size:12px;
	font-weight:bold;
	padding:2px 2px 4px 2px;
	border: 1px solid #C3DBB8;
}

#divBooks
{
	width:150px;
	height:180px;
	float:right;
	margin-right: 10px;
}

.anchorBack
{
	position:absolute;
	right:5px;
	top:5px;
	text-decoration:none;
	font-weight:bold;
	/*color:#336600;*/
}

/*= Downloads
--------------------------------------------------------------------- */
#divFileList
{
	/*border:1px solid red;*/
	position:relative;	
	background-repeat: no-repeat;
	background-color:Transparent;
}

#divFileListHeader
{
	position:relative;
	width:500px;
	height:32px;
	background-image: url(/Resources/Images/FileListHeader.jpg);
	background-repeat: no-repeat;
}

/*used in production page*/
#divFileListBody
{
	/*border:1px solid red;*/
	border-left:1px solid #B5CEB5;
	border-right:1px solid #B5CEB5;
	border-bottom:1px solid #B5CEB5;
	position:relative;
	width:498px;
	min-height:135px;
	background-image: url(/Resources/Images/FileListBg.gif);
	padding-bottom:10px;
}

#tblFileListBody
{
	/*border:1px solid red;*/
	border-left:1px solid #B5CEB5;
	border-right:1px solid #B5CEB5;
	border-bottom:1px solid #B5CEB5;
	position:relative;
	width:500px;	
	background-image: url(/Resources/Images/FileListBg.gif);
	padding-bottom:10px;
}

.colCategoryHeader
{
	position:relative;
	width:480px;
	padding: 5px 0 0 15px;
	float:left;
	height:25px;
	font-size: 14px;
	font-weight:bold;
	/*border:1px solid red;*/
	
}

.colFileNameHeader
{
	position:relative;
	width:280px;
	padding: 2px 0 2px 15px;
	height:15px;
	font-size: 11px;
	font-weight:bold;
	border-bottom:1px solid #B5CEB5;
	border-right:1px solid #B5CEB5;
	margin-bottom:5px;
}

.colFileTypeHeader
{
	position:relative;
	width:90px;
	padding: 2px 5px 2px 5px;
	text-align:center;
	height:15px;
	font-size: 11px;
	font-weight:bold;
	border-bottom:1px solid #B5CEB5;
	border-right:1px solid #B5CEB5;
	margin-bottom:5px;
}

.colFileDownloadHeader
{
	position:relative;
	width:90px;
	padding: 2px 5px 2px 5px;
	text-align:center;
	height:15px;
	font-size: 11px;
	font-weight:bold;
	border-bottom:1px solid #B5CEB5;
	margin-bottom:5px;
}

.colFileName
{
	position:relative;
	width:277px;
	height: 15px;
	padding: 2px 5px 2px 12px;
	/*border:1px solid red;*/
}

.colFileType
{
	position:relative;
	width:89px;
	height: 15px;
	padding: 2px 5px 2px 5px;
	text-align:center;
	/*border:1px solid green;*/
}

.colFileDownload
{
	position:relative;
	width:85px;
	height: 15px;
	padding: 2px 5px 2px 9px;
	text-align:center;
	/*border:1px solid blue;*/
}

/*=Generic
--------------------------------------------------------------------- */
.marginRight
{
	margin-right: 20px;
}

.lblError
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:Red;
}

.lblmessage
{
	font-size:12px;
	font-weight:bold;
	width:300px;
	margin:10px auto 0 auto;
	position:relative;	
	background-color:#D6E7D6;
	font-size:12px;
	font-weight:bold;
	padding:2px 2px 4px 2px;
	border: 1px solid #C3DBB8;
}

/*=Shaykh Tour
--------------------------------------------------------------------- */
.divTourContainer
{
	position:relative;
	border: 1px solid #996600;
	margin-top: 5px;
	width:168px;
	height:200px;
	background-image: url(/Resources/Images/ShaykhTourBg.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}

.divTourDate
{
	position:absolute;
	width:111px;
	height: 15px;
	top:80px;
	left: 50px;
	color: #681704;
	font-size: 11px;
	font-weight:bold;
	/*border:1px solid red;*/
}

.divTourTime
{
	position:absolute;
	width:109px;
	height: 15px;
	top:100px;
	left: 52px;
	color: #681704;
	font-size: 11px;
	font-weight:bold;
	/*border:1px solid red;*/
}

.divTourTopic
{
	position:absolute;
	width:108px;
	height: 15px;
	top:120px;
	left: 57px;
	color: #681704;
	font-size: 11px;
	font-weight:bold;
	/*border:1px solid red;*/
}

.divTourVenue
{
	position:absolute;
	width:101px;
	height: 15px;
	top:140px;
	left: 62px;
	color: #681704;
	font-size: 11px;
	font-weight:bold;
	/*border:1px solid red;*/
}

.divTourContact
{
	position:absolute;
	width:91px;
	height: 15px;
	top:160px;
	left: 73px;
	color: #681704;
	font-size: 11px;
	font-weight:bold;
	/*border:1px solid red;*/
}

#divTourTextContainer
{
	position:relative;
	width:580px;
	height:180px;
	margin: 0 auto 10px auto;
	background-image: url(/Resources/Images/ShaykhBanner.jpg);
	background-repeat: no-repeat;
	/*border:1px solid red;*/
}

#divTourText
{
	position:relative;
	width:270px;
	height:175px;
	float:right;
	color:Black;
	font-size:11px;
	padding-left:8px;
	padding-right:8px;
	padding-top: 5px;
	/*border:1px solid red;*/
}

.divTourFocusPanelCollapsed
{
	/*border:1px solid red;*/
	position:relative;
	width:580px;
	height:16px;
	/*min-height:500px;*/
	background-image: url(/Resources/Images/TourFocusbg.gif);
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	border-left:1px solid #B5CEB5;
	border-right:1px solid #B5CEB5;
	border-bottom:1px solid #B5CEB5;
	padding-bottom:10px;
}

.divTourFocusPanelRevealed
{
	/*border:1px solid red;*/
	position:relative;
	width:580px;
	height:400px;
	background-image: url(/Resources/Images/TourFocusbg.gif);
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	border-left:1px solid #B5CEB5;
	border-right:1px solid #B5CEB5;
	border-bottom:1px solid #B5CEB5;
	padding-bottom:10px;
}

.tblTourFocus
{
	position:relative;
	/*border:1px solid blue;*/
	width: 550px;
	margin:35px auto 0 auto;
}

td.tdHeader
{
	/*border:1px solid green;*/
	font-size:12px;
	font-weight:bold;
	color:Black;
}

td.tdText
{
	/*border:1px solid orange;*/
	font-size:12px;	
	color:#336600;
}
/*=Productions
--------------------------------------------------------------------- */
#divFeaturedProductHeader
{
	position:relative;
	width:500px;
	height:32px;
	background-image: url(/Resources/Images/FeaturedProductHeader.gif);
	background-repeat: no-repeat;
}

#divFeaturedProductContainer
{
	position:relative;
	width:480px;
	height:100px;
	padding-top:5px;
	margin-right:5px;
}

#divFeaturedProductImage
{
	position:absolute;
	/*border:1px solid green;*/
	width:100px;
	height:100px;
	left:0;
	top:10px;
	text-align:center;
}

.divProductContainer
{
	/*border:1px solid red;*/
	position:relative;
	width:480px;
	height:100px;
	margin-bottom:10px;
	margin-right:5px;
}

.divProductImage
{
	position:absolute;
	border:1px solid green;
	width:100px;
	height:100px;
	left:0;
	top:0;
}

.divBrandedProductImage
{
	position:absolute;
	border:1px solid green;
	width:133px;
	height:100px;
	left:0;
	top:0;
	cursor:pointer;
}

.divProductTitle
{
	position:absolute;
	/*border:1px solid blue;*/
	width:370px;
	height:13px;
	top:2px;
	left:105px;
}

.divBrandedProductTitle
{
	position:absolute;
	/*border:1px solid blue;*/
	width:370px;
	height:13px;
	top:2px;
	left:140px;
}

.divProductSpeaker
{
	position:absolute;
	/*border:1px solid orange;*/
	width:370px;
	height:13px;
	top:19px;
	left:105px;
}

.divBrandedProductSpeaker
{
	position:absolute;
	/*border:1px solid orange;*/
	width:370px;
	height:13px;
	top:19px;
	left:140px;
}

.divMediaType
{
	position:absolute;
	border:1px solid brown;
	width:70px;
	height:13px;
	top:87px;
	left:105px;
	text-align:center;
}

.divBrandedMediaType
{
	position:absolute;
	border:1px solid brown;
	width:75px;
	height:13px;
	top:87px;
	left:140px;
	text-align:center;
}

.divPackage
{
	position:absolute;
	border:1px solid brown;
	width:117px;
	height:13px;
	top:87px;
	left:181px;
	text-align:center;
}

.divBrandedPackage
{
	position:absolute;
	border:1px solid brown;
	width:75px;
	height:13px;
	top:87px;
	left:220px;
	text-align:center;
}

.divAdditionalInfo
{
	position:absolute;
	/*border:1px solid red;*/
	width:370px;
	height:26px;
	top:53px;
	left:105px;
}

.divBrandedAdditionalInfo
{
	position:absolute;
	/*border:1px solid red;*/
	width:370px;
	height:26px;
	top:53px;
	left:140px;
}

.divPrice
{
	position:absolute;
	border:1px solid black;
	width:70px;
	height:13px;
	top:87px;
	right:104px;
	text-align:center;	
}

.divBrandedPrice
{
	position:absolute;
	border:1px solid black;
	width:75px;
	height:13px;
	top:87px;
	right:103px;
	text-align:center;	
}

#divBuy
{
	position:absolute;
	/*border:1px solid black;*/
	width:95px;
	height:15px;
	top:87px;
	right:5px;
	background-image: url(/Resources/Images/btn_buy.gif);
	background-repeat: no-repeat;
	cursor:pointer;
}

.divAddToCart
{
	position:absolute;
	/*border:1px solid black;*/
	width:95px;
	height:15px;
	top:87px;
	right:5px;
}

#divMoreInfo
{
	position:absolute;
	/*border:1px solid black;*/
	width:95px;
	height:15px;
	top:87px;
	right:5px;
}

#divFeaturedProductBack
{
	/*position:absolute;*/
	/*border:1px solid black;*/	
	width:95px;
	height:15px;
	float:right;
	margin-right:15px;	
}

#divFeaturedProductPanel
{
	position:relative;
	/*border:1px solid black;*/
	width:550px;
	min-height:500px;
}

#divFeaturedProductInfo
{
	position:relative;
	/*border:1px solid red;*/
	width:550px;
	min-height:710px;
}

.divFeaturedLeftColumn
{
	position:relative;
	/*border:1px solid green;*/
	width:235px;
	float:left;
	text-align:center;
}

.divFeaturedRightColumn
{
	position:relative;
	border-right:1px solid #B9CCB6;
	border-left:1px solid #B9CCB6;
	border-bottom:1px solid #B9CCB6;
	width:295px;
	padding-left:5px;
	float:right;
}

.infoItemContainer
{
	/*border:1px solid green;*/
	width:285px
}

.infoItemBullet
{
	width:5px;
	/*border:1px solid red;*/
	float:left;
}

.infoItem
{
	/*display:inline;*/
	/*border:1px solid green;*/
	width:275px;
	float:right;
}


#divFveaturedPayment
{
	position:relative;
}

#divSuhbaProductHeader
{
	position:relative;
	width:500px;
	height:32px;
	background-image: url(/Resources/Images/SuhbaProductHeader.gif);
	background-repeat: no-repeat;
}

#divSuhbaProductContainer
{
	position:relative;
	width:492px;
	height:173px;
	padding-top:5px;
	margin-right:5px;	
	/*border:1px solid red;*/
}

#divSuhbaProductsBody
{
	/*border:1px solid red;*/
	border-left:1px solid #B5CEB5;
	border-right:1px solid #B5CEB5;
	border-bottom:1px solid #B5CEB5;
	position:relative;
	width:498px;
	min-height:135px;
    background-color:White;
	padding-bottom:10px;
}

#divSuhbaProductHighlight
{
	background-image: url(/Resources/Images/SuhbaProductHighlightBg.gif);
	background-repeat: no-repeat;
	width:185px;
	height:240px;
	position:relative;
	float:right;	
	margin-left:8px;
	/*border:1px solid blue;*/
}

#divSuhbaProductFlash
{
	position:relative;
	width:153px;
	height:187px;
	margin-left:13px;
	margin-top:44px;
	cursor:pointer;
	/*border:1px solid blue;*/
}

.divSuhbaBoxSet
{
	position:relative;
	width:140px;
	height:171px;
	float:left;
	/*border:1px solid blue;*/
}

.divSuhbaBoxSetInfo
{
	position:relative;
	width:96px;
	height:171px;
	float:left;	
	/*border:1px solid green;*/
}

.divSuhbaInfoItem
{
	position:relative;
	width:80px;	
	margin-top:15px;
	padding-left:19px;
	font-weight:bold;
	height:20px;
	background-image: url(/Resources/Images/leftArrow.gif);
	background-repeat: no-repeat;
	/*border:1px solid red;	*/
}

#divSuhbaSpecialOffer
{
	position:relative;
	width:492px;
	height:35px;
	padding:3px;
	font-weight:bold;
	/*border:1px solid green;*/
}

.divSuhbaAddToCart
{
	position:relative;
	/*border:1px solid black;*/
	width:95px;
	height:15px;
	margin-top:8px;
	margin-bottom:8px;
	margin-right:5px;
	float:right;	
}

/*=Registration
--------------------------------------------------------------------- */
.EventDetailsHeader
{
	font-size:12px;
	font-weight:bold;
}

/*=Default
--------------------------------------------------------------------- */
#divBioLink
{		
	background-image: url(/Resources/Images/anchorbio.jpg);
	background-repeat: no-repeat;
	width:584px;
	height:240px;
	position:relative;
	float:left;
	cursor:pointer;
	border:1px solid green;
}

#divBioLinkText
{
	width:180px;
	height:120px;
	position:absolute;
	top:60px;
	right:20px;
	font-size:11px;
	color:#663300;
	text-align:center;	
	/*border:1px solid blue;*/
}

#divHadithJibreel
{
	width:586px;
	height:260px;
	position:relative;
	float:left;
	margin: 0 auto 0 auto;
	/*border:1px solid green;*/
}

#divBahrulKalam
{
	background-image: url(/Resources/Images/Bahrul_Kalam.jpg);
	background-repeat: no-repeat;
	width:586px;
	height:202px;
	position:relative;
	float:left;
	/*border:1px solid orange;*/
	margin-top:10px;
}

#divClassInfo
{
	position:absolute;
	text-align:center;
	width:130px;
	height:50px;
	right:-120px;
	top:85px;
	background-color:#D2ECFF;
	padding: 3px;
	display:none;
	border:2px solid #336699;
}

#divDownloadClassInfo
{
	position:absolute;
	text-align:center;
	width:130px;
	height:60px;
	right:-120px;
	top:125px;
	background-color:#D2ECFF;
	padding: 3px;
	display:none;
	border:2px solid #336699;
}

#divGoToClass
{
	position:absolute;
	width:120px;
	height:35px;
	right:25px;
	top:85px;
	cursor:pointer;
	/*border:1px solid red;*/
}

#divDownloadPastClasses
{
	position:absolute;
	width:120px;
	height:35px;
	right:25px;
	top:125px;
	cursor:pointer;
	/*border:1px solid blue;*/
}

#divMidSectionAdverts
{
	position:relative;
	width:586px;
	height:116px;	
	float:left;
	/*border:1px solid red;*/
	margin-top:10px;
}

#divMidSectionAdverts img#imgLatestNasafiClassLink
{
	cursor:pointer;
}

#divBottomSection
{
	position:relative;
	width:590px;
	height:241px;
	float:left;
	margin-top:10px;
	/*border:1px solid blue;*/
}

#divWisdom
{
	background-image: url(/Resources/Images/wisdomBg.jpg);
	background-repeat: no-repeat;
	width:185px;
	height:240px;
	position:relative;
	float:right;	
	margin-left:8px;
	/*border:1px solid blue;*/
}

.divWisdomText
{
	width:150px;
	height:149px;
	position:absolute;
	top:70px;
	right:15px;
	font-size:13px;
	font-weight:bold;
	color:#663300;
	text-align:center;
	vertical-align:middle;
	padding-top:15px;	
	/*border:1px solid orange;*/
}

#divGetWisdom
{
	width:84px;
	height:15px;
	position:absolute;
	bottom:28px;
	right:25px;
	cursor:pointer;
	/*border:1px solid orange;*/
}

#divProjectsLink
{
	background-image: url(/Resources/Images/anchorProjects.jpg);
	background-repeat: no-repeat;
	width:280px;
	height:240px;
	position:relative;
	float:left;
	margin-top:8px;
	cursor:pointer;
}

#divProjectsLinkText
{
	width:110px;
	height:110px;
	position:absolute;
	top:78px;
	left:20px;
	font-size:11px;
	color:#663300;
	padding:5px;
	/*border:1px solid orange;*/
}

#divRightControls
{
	width:395px;
	height:240px;
	position:relative;
	float:left;
	/*border:1px solid orange;*/
}
/*=Suhba
--------------------------------------------------------------------- */
#divSuhba2005Poster
{
	/*border:1px solid red;*/
	width:456px;
	height:380px;
	margin: 0 auto 0 auto;
}

#divSuhba2007Poster
{
	/*border:1px solid green;*/
	width:536px;
	height:380px;
	margin: 0 auto 0 auto;
}

.divSuhbaSpeakerContainer
{
	position:relative;
	border:1px solid #336600;
}

.SuhbaHeader
{
	background-color:#D6E7D6;
	font-size:12px;
	font-weight:bold;
	padding:2px 2px 4px 2px;
	border: 1px solid #C3DBB8;
	width:580px;
}

.SuhbaHeader
{
	background-color:#D6E7D6;
	font-size:12px;
	font-weight:bold;
	padding:2px 2px 4px 2px;
	border: 1px solid #C3DBB8;
}

.SuhbaHeaderText
{	
	position:relative;
	font-size:12px;	
	padding:2px 2px 4px 2px;
	border: 1px solid #C3DBB8;
}

.divSuhbaImage
{
	width:107px;
	height:91px;
	position:relative;
	float:right;
	margin-right:5px;
	margin-top:5px;	
}

.anchor, .anchor:hover, .anchor:visited
{
	text-decoration:none;
	color:#336600;
}

.divSmallSuhbaContainer
{
	/*border:1px solid red;*/
	position:relative;
	width:588px;
	height:200px;
}

#divSmallSuhbaImg
{
	position:relative;
	width:200px;
	height:166px;
	margin-right:5px;
	float:right;
}

#divSuhbaLink
{
	cursor:pointer;
}

#divGalleryLink
{
	cursor:pointer;
	margin-top:4px;
}

.divSuhbaTrailerContainer
{
	position:relative;
	border:1px solid #336600;
	height:170px;
	padding: 10px;
}

.TrailerIconDiv
{
	text-align:center;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.divSuhbaTrailer
{
	width:220px;
	height:220px;
	position:absolute;	
	visibility:hidden;
	top:10px;
	right:10px;
}

#divTrailerArea
{
	width:220px;
	height:220px;
	position:relative;
	float:right;
	margin-right:5px;
	margin-top:10px;	
	border: 1px solid red;
}

td.SuhbaRowHeader
{
	background-color:#D6E7D6;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}

#suhbaDetails
{
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	position:relative;
	height:1480px;
	width:580px;
	/*border:1px solid red;*/
}

.SuhbaRegInfo
{
	position:absolute;
	width: 250px;
	height: 100px;
	right: 5px;
	top: 99px;
	background-color:#D6E7D6;
	padding: 5px;
	border: 1px solid green;
}
/*=InfoTicker [ feedback control ]
--------------------------------------------------------------------- */
#cont 
{
	position:relative;
	width:588px;
	height:80px;
	border:1px solid #000000; 
	overflow:hidden; 
	background-color:#ececec;
}
.news 
{
	position:absolute;
	top:10px;
	left:10px;
	width:568px;
	height:120px;
	font-family:tahoma,arial,helvetica,sans-serif; 
	font-size:11px;
	visibility:hidden;
}

/*=Khutba
--------------------------------------------------------------------- */
#latestKhutbaLink
{
	position:relative;
	width:587px;
	height:41px;
	background-image: url(/Resources/Images/latestKhutbaBg.gif);
	background-repeat: no-repeat;
	margin-bottom:7px;
}

#KhutbaTitle
{
	position:absolute;
	width:310px;
	height:25px;
	top:7px;
	left:135px;
	font-size:11px;
	font-weight:bold;
	/*border:1px solid red;*/
}

#khutbaAudioLink
{
	position:absolute;
	width:40px;
	height:34px;
	top:3px;
	left:450px;
	cursor:pointer;
	/*border:1px solid orange;*/
}

#khutbaVideoLink
{
	position:absolute;
	width:40px;
	height:34px;
	top:3px;
	left:513px;
	cursor:pointer;
	/*border:1px solid blue;*/
}

#divKhutbaListHeader
{
	position:relative;
	width:500px;
	height:32px;
	background-image: url(/Resources/Images/FileListHeader.jpg);
	background-repeat: no-repeat;
}

/*********************** home page suhba *********************/
#divHomePageSuhbaPoster
{
	width:584px;
	height:413px;
	position:relative;
	float:left;
	margin: 0 auto 0 auto;
	cursor:pointer;
	border:1px solid green;
}

/*********************** Important Notice *************************/
.importantNotice
{
	top:100px;
	left:30px;
	position:absolute;
	z-index:100;
	background-image: url(/Resources/Images/ImportantNotice.jpg);
	background-repeat: no-repeat;
	width:490px;
	height:370px;
}

.importantNotice .close
{
	/*border: 1px solid red;*/
	margin-left:185px;
	margin-top:283px;
	position:relative;
	width: 120px;
	height:35px;
	cursor:pointer;
}

 /**************************************** Modal Popup*/
.modalBackground 
{
	background-color:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup
{
	/*position:relative;
	margin-top:-20px;
	margin-left:-20px;	*/
	border:3px solid red;
	position:absolute; 
	z-index:-100; 
	top:100px; 
	left:455px; 
	width:500px; 
	height: 720px;
}

.popupIframe
{
	border:3px solid Black;
	border-spacing:0;
	background: transparent url(/Content/Members/Resources/Images/MembersBackground.gif);
}

.modalPopup img 
{
	border:solid 5px #fff;
}

.modalPopup-text 
{
	display:block;
	color:#000;
	background-color:#fff;
	text-align:right;
	border:solid 2px #000;
	padding:10px;
}

.modalPopup-text input 
{
	width:75px;
}    

.feedback
{
	color: #00cc00;
	font-weight: 700;
}

#confirmationPanel
{
	margin: 0;
}

 /**************************************** Weekly Dhikr Ad*/
#divWeeklyPoster
{
	position:absolute; 
	z-index:-100; 
	top:100px; 
	left:455px; 
	width:500px; 
	height: 720px;
	opacity: 0; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#divWeeklPosterClose
{
	position:absolute; 
	right:5px; 
	top:13px; 
	z-index:110;
	width:15px;
	height:15px;
	border:1px solid black; 
	background-color:White; 
	cursor:pointer; 
	font-weight:bolder; 
	padding-left:2px;
}

#WeeklyPosterImg
{
	position:relative; 
	margin-left:9px; 
	margin-top:9px;
}

 /**************************************** Accordion */
 .accordionHeader
{
    border: 1px solid Green;
    color: white;
    background-color: #74A47A;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#contentdiv .accordionHeader .accordionLink
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#contentdiv .accordionHeader .accordionLink:hover
{
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected
{
    border: 1px solid #5C7C67;
    color: white;
    background-color: #B8CBB5;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#contentdiv .accordionHeaderSelected .accordionLink
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#contentdiv .accordionHeaderSelected .accordionLink:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #E4EFDF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-size:11px;
}

/*************************************shafi fiqh*/

#divShafiFiqh
{
	background-image: url(/Resources/Images/Shafi_Fiqh.jpg);
	background-repeat: no-repeat;
	width:586px;
	height:202px;
	position:relative;
	float:left;
	/*border:1px solid orange;*/
	margin-top:10px;
}

#divShafiFiqhMoreInfo
{
	position:absolute;
	width:120px;
	height:35px;
	right:25px;
	top:95px;
	cursor:pointer;
	/*border:1px solid red;*/
}

#tblShafiFiqh .heading
{
	background-color:#D6E6D6;
	line-height:20px;
	padding: 3px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	border:1px solid #660033;
}

#tblShafiFiqh td
{
	background-color: Transparent;
	line-height:20px;
	padding: 3px;
	text-align:left;
	font-size:12px;
	border:1px solid #660033;
}

#divSuhba2010Link
{
	width:590px;
	height:120px;
	position:relative;
	float:left;
	margin: 0 auto 8px auto;
	cursor:pointer;
	/*border:1px solid green;*/
	margin-top:9px;
}

#divEveningOfRemembranceLink
{
	width:590px;
	height:120px;
	position:relative;
	float:left;
	margin: 0 auto 0 auto;
	cursor:pointer;
	/*border:1px solid green;*/
	margin-top:9px;
}

#donationContainerDiv
{
	position:relative;
	width:710px;
	margin-top:5px;
	margin-left:35px;
	font-size:11px;
	/*border:1px solid blue;*/
}

.masjid
{
	float:right;
}

#masjidPictureContainer
{
	width:295px;
	margin-top:40px;
	margin-left:5px;
	height:1536px;
	float:right;
	/*border:1px solid blue;*/
}

#divMidSectionAdverts img#imgMasjidLink
{
	cursor:pointer;
}