html,body {
	padding: 0px;
	margin: 0px;
}
body {
	color: rgb(30, 40, 70);
	background-color: threedface;
}
body#search {
	background: #e2f4d2 url('zekr-bg.png') no-repeat fixed center;
}
body#quranBody {
	background: #f5fbf0 url('zekr-bg.png') no-repeat fixed center;
}

body#transBody {
	background-color: #e2f4d2;
}

div.body {
	padding-top: 30px;
	padding-left: 2%;
	padding-right: 2%;
}

div.bodyTop {
	margin: 5px;
}

td.searchBarTop {
	height: 50px;
	font-size: 0.9em;
	font-family: Tahoma, Arial, Sans-serif;
	border: 1px dashed silver;
	padding: 2px;
}

div.bodyBottom {
	height: 30px;
}

div.headerBar { /* IE 5.0+ */
	filter: alpha(opacity=75);
	border: 1px solid gray;

	position: absolute;

	top: expression(eval(document.body.scrollTop) + 2 + 'px');
	left: 3px;
	right: 3px;
	width: expression(eval(document.body.clientWidth - 6) + 'px');
	padding: 2px;
	background-color: threedhighlight;
	font: 0.82em Sans serif, Tahoma, Arial;
}
html>body div.headerBar { /* Override some properties for IE 7, Mozilla and Safari */
	-moz-opacity: 0.75;
	opacity: 0.75;
	width: auto;
	position: fixed;

	top: 2px;
	left: 2px;
	right: 2px;
}
div.headerBar input {
	font: 0.82em Sans serif, Tahoma, Arial;
}
.headerBar .focusedWord{
	color: blue;
	font-size: 0.80em;
}

div.main {
	vertical-align: top;
	border-left: 1px solid #e2ba3f;
	border-right: 1px solid #e2ba3f;
	border-top: 1px solid #e2ba3f;
	border-bottom: 1px solid #e2ba3f;
	padding: 12 8;
	line-height: 150%;
}

div.searchBody {
	padding: 0px 10px 0px 10px;
	text-align: center;
	_width: 100%;
	padding-top: 40px;
}

.searchBody table {
	width: 100%;
}

.quran {
	font:   19pt X zar bold, Traditional Arabic, Scheherazade, Arial, Times, Badr, Nazanin, Tahoma, Nazli, Koodak, Times, Verdana, Helvetica, Arial, Sans-serif;
}

.trans {
	font: 17pt Nafees Web Naskh, Urdu Naskh Asiatype, Tahoma, Nafees Nastaleeq,  Trebuchet MS, Helvetica,
}

.trans .suraAyaNum {
	display: none;
	font-size: 10pt;
}

.quran .suraAyaNum {
	font-size: 12pt;
}

div.selectedAya {
	border-right: 4px solid rgb(100, 100, 100);
	border-left: 4px solid rgb(100, 100, 100);
}

#quranSection div.selectedAya { /* selected aya for the Quran/translation view */
	border-bottom: 1px dashed rgb(100, 200, 250);
	padding-left: 6px;
	padding-right: 6px;
	margin: 3px 0px 3px 0;
}
span.sajda#minor {
	font-family: serif;
	color: rgb(200, 40, 40);
/*	border: 1px rgb(200, 40, 40) solid;*/
}

span.sajda#major {
	font-family: serif;
	color: rgb(240, 10, 10);
/*	border: 1px rgb(200, 40, 40) solid;*/
}

span.juzSign {
	font-family: serif;
	color: rgb(0, 40, 200);
}

span.ayaSign {
}

.quran span.hizbSign {
	font: 15pt serif;
	font-weight: bold;
	font-family: serif;
	color: rgb(60, 120, 230);
}

.trans span.hizbSign {
	font: 12pt serif;
	font-weight: bold;
	color: rgb(60, 120, 230);
}

#custom.trans {
	padding: 4px 0px;
}
#searchResultSection div.selectedAya { /* selected aya for the search result item */
	border-bottom: 1px solid rgb(100, 100, 100);
	border-top: 1px solid rgb(100, 100, 100);
	padding-left: 3px;
	padding-right: 3px;
}

span.selectedSearchItemNum {
	font-weight: bold;
}

span.selectedAya {
	color: rgb(0, 50, 250);
}

div.aya {
	border-bottom: 1px dashed #c99e1f;
	padding-right: 10px;
	padding-left: 10px;
	margin: 3px 0 3px 0;
}

span.selectedAyaSign {
	font-weight: bold;
}

td.searchResult {
	vertical-align: top;
}
div.searchResult {
	border: 4px solid rgb(200, 210, 240);
}

.searchResult div.item {
	padding: 1px 7px 1px 7px;
}

.searchResult div.odd {
}

.searchResult div.even {
	background-color: rgb(200, 210, 240);
}

.searchResult span.highlight {
	color: blue;
	font-weight: bold;
	background-color: white;
}

.jsHighlight {
	color: red;
	font-weight: bold;
	background-color: white;
}
.jsHighlightFocused {
	color: blue;
	font-weight: bold;
	background-color: white;
	border: 1px solid blue;
}

.searchResult a:link { 
	color: rgb(10, 100, 240);
	text-decoration: none;;
}

.searchResult a:visited { 
	color: rgb(10, 100, 240);
	text-decoration: none;
}

.searchResult a:hover { 
	color: red;
}

.handCursor {
	cursor: pointer;
	cursor: hand;
}

