/*body
{
	background-color: #ECF0F8;
}
*/
.tableTitle
{
	padding: 10 10 10 10;
	font-family: Georgia;
	text-align: left;
	background-color: #E2EBFE;
	border-right: #e2ebfe 0px;
	border-top: #e2ebfe 0px;
	vertical-align: middle;
	border-left: #e2ebfe 0px;
	border-bottom: #e2ebfe 0px;
}

.arbTitle
{
	font-size: 18pt;
	text-align: right;
	background-color: #E2EBFE;
	vertical-align: middle;
	font-weight: bold;
	direction: rtl;
}

.centeredTitle
{
	font-size: 20pt;
	text-align: center;
	background-color: #E2EBFE;
	vertical-align: middle;
	font-weight: bold;
	direction: rtl;
}

.engTitle
{
	font-family:Georgia;
	text-align: left;
	font-size: 14pt;
	background-color: #E2EBFE;
	vertical-align: middle;
	font-weight: bold;
}

.engDate
{
	font-family:Georgia;
	font-size: 10pt;
	color:#008000;
	text-align: center;
	vertical-align: middle;
	background-color: #E2EBFE;
}

.arabicChapterTitle
{
	font-size: 16pt;
	text-align: center;
	background-color: #E2EBFE;
	vertical-align: middle;
	direction: rtl;
	font-weight: bold;
}

.englishChapterTitle
{
	text-align: center;
	background-color: #E2EBFE;
	font-size: 14pt;
	vertical-align: middle;
	font-weight: bold;
}

.arabicHadithText
{
	font-size: 14pt;
	font-family: Simplified Arabic;
	color: #000080;
	direction: rtl;
} 
.englishHadithText
{
	font-size: 10pt;
	font-family: Verdana;
	color: #000080;
}

.araHadithHl {color: #ff0000;}
.engHadithHl {color: #ff0000;}

.arabicAyah {color: #008000;}
.englishAyah {color: #008000;}

.arabicRawy {color: #800080;}
.englishRawy {color: #800080;}

.bookTitle { 
     background-color: #CEDEFE; 
     background-image: url(http://www.sesamesoft.ca/images/bookTiltlebackground.jpg); 
     background-repeat: repeat-x;
     background-position: bottom;
}

.borderBackground{
     background-color: #DDE8FF;//#CEDEFE; 
     background-image: url(http://www.sesamesoft.ca/images/borderbackground.jpg); 
     background-repeat: repeat-x;
     background-position: bottom;
}

.pageBackground{
     background-color: #CEDEFE; 
     background-image: url(http://www.sesamesoft.ca/images/menubackground.jpg); 
     background-repeat: repeat-x;
     background-position: bottom;
}

.menuTable
{
	border-collapse: collapse;
	width: 150;
	text-align: right;
	background-color: #CEDEFE;
	border-left-color: #ecf0f8;
	border-bottom-color: #ecf0f8;
	border-top-style: none;
	border-top-color: #ecf0f8;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #ecf0f8;
	border-bottom-style: none;
}

.menuBack, .lastMenuBack 
{
	background-color: #CEDEFE;
	text-align: center;
	color: #008000;
	font-weight: bold;
}
.lastMenuBack { 
	background-image: url(http://www.sesamesoft.ca/images/menubackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.menuTitle, .topMenuTitle
{
	font-size:17px;
	background-color: #CEDEFE;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	height: 34;
}
.topMenuTitle 
{
     background-image: url(http://www.sesamesoft.ca/images/left_title_bkg.gif); 
}
.menuTitle { 
     background-image: url(http://www.sesamesoft.ca/images/left_title_bkg_m.gif); 
}

.blhead { font-family: verdana; font-size: 18px; font-weight: bold; color: #000000}
.orhead {  font-family: verdana; font-size: 16px; font-weight: bold; color: #435880}
.bodytxt {  font-family: verdana; font-size: 12px; color: #000000; line-height: 20px}

/**** Menu styles *****/
.MainMenuItem, .MainMenuItem:visited, .menuItem, .menuItem:visited, .subMenuItem, .subMenuItem:visited
{
	display: block;
	text-decoration: none;
	font-size:15px;
	color: navy;
	border-style: none;
	border-width: 1px;
/*	background: url(images/menubackground.gif) teal no-repeat center center;*/
	vertical-align: middle;
	text-align: left;
	height: 20px;
	width:150px;
}

.menuItem, .menuItem:visited, .subMenuItem, .subMenuItem:visited
{
	padding-left: 8px;
}
.MainMenuItem, .MainMenuItem:visited
{
	text-align: center;
}
.menuItem, .menuItem:visited
{
	width:135px;
	/*margin-left:15px;*/
}
.subMenuItem, .subMenuItem:visited
{
	width: 120px;
	margin-left:15px;
}
.MainMenuItem:hover, .menuItem:hover, .subMenuItem:hover, #active_menu_navmenu:hover
{
	/*background: url(images/activemenubackground.gif) teal no-repeat center center;*/
	background-color: #EEEEEE;
	border-color: #CCCCCC;
	color: navy;
	text-decoration: underline;
	background-color: #E2EBFE;
}