html {
    overflow-y:scroll;    
}
body {
	font-family:Arial, Helvetica, sans-serif;
	border: 0 0 0 0;
	height:100%;
	width: 100%; 
	top: 0px;
	bottom: 0px;
	margin: 0 0 0 0; 
	}
	
.large-ur {
	font-size: 14pt !important;
}
	
#fontex{	
	cursor:pointer;
}

#header-container { 
	width: 100%;
	height: 263px;
	top: 0px;
	background-image: url(images/tile-shaded.jpg);
	background-repeat: repeat-x; 
	background-position: top;
	position: relative; 
}	

#header-box {
	width: 750px;
	height: 263px;
	top: 0px;
	position: relative;
	margin: auto;
}

#toc {
	width: 750px;
	height: 35px;
	top: 10px;
	position: relative; 
}

#toc-list { 
	width: 400px; 
	height: 35px; 
	vertical-align: text-top; 
	top: 3px; 
	position: relative; 
	float: right;
	padding-top: 0px;
}

#toc-list a:link {
	font-size: 80%;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
	}

#toc-list a:visited {
	font-size: 80%;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
	}

#toc-list a:hover {
	font-size: 80%;
	font-weight: bold;
	color:#ffffff;
	text-decoration: underline;
	}

#toc-list a:active {
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
	
#logo-box {
	width: 750px;
	height: 70px;
	top: 0px;
	position: relative;
}

#name-bar {
	width: 750px;
	height: 134px;
	position: relative;
	top: 20px;
}	

#search-bar {
	width: 750px;
	height: 65px;
	top: 25px;
	position: relative;
	text-align: center;
	margin-top:1px;
}

.ur {
	font-family: 'Jameel Noori Nastaleeq', 'Noto Naskh Arabic', sans serif;
    direction: rtl;
}

#text-box {
	width: 750px;
	height: auto;
	top: 20px;
	position: relative;
	text-align: justify;
	margin: auto;
}

.sub-titles {
	color:#000000;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 0.5pt;
	}
	
.sub-titles-2 {
	color:#e20d15;
	font-size: 10pt;
	font-weight: bold; 
	}
	

.body-text {
	color:#000000;
	font-size: 10pt;
	line-height: 18px;
	text-align: justify;
	}	
	
.body-text a:link {
	font-size: 10pt;
	color:#000000;
	text-decoration: none;
	}

.body-text a:visited {
	font-size: 10pt;
	color:#000000;
	text-decoration: none;
	}

.body-text a:hover {
	font-size: 10pt;
	color:#000000;
	text-decoration: underline;
	}

.body-text a:active {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	}
	
.small-text {
	color:#000000;
	font-size: 8pt;
	}
	
.copyright {
	color:#000000;
	font-size: 8pt;
	}	
    
 

#search {
    background-image: url(/images/search.png);
    width: 30px;
    height: 32px;
    vertical-align: bottom;
    cursor: pointer;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-color: white;
    border: 1px solid #eee;
    background-position: 2px;
}


#search-bar input[type='text'] {
   height: 24px;
   vertical-align: middle;
   direction: rtl;
   padding: 2px;
   font-size: 16px;
   margin-left:2px;
}


#kbi {
	    cursor: pointer;
	    display: inline-block;
	    color: #aaa;
	    vertical-align: middle;		
}

#kb > img {
    width: 500px;
}
#kb{
	padding:10px;
	background-color: white;
	position: absolute;
	margin-top: 40px;
	margin-left: -20px;
	z-index: 2;
	border: 1px solid #ddd;
}
