body {
    background-image: url("/files/img/front/background.jpg");
    background-repeat: repeat-x;
	background-color: #f1f4f9;
    margin: 0;
}

.divContainer {
	position: absolute;
	top: 0;
	right: 5%;
	left: 5%;
	bottom: 0;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px 5px 15px 5px;
}

.divTop {
	position: absolute;
	top: 0;
	right: 15px;
	left: 15px;
}

#topLinks-div {
    left: 10px;
    position: absolute;
    text-align: left;
    top: 35px;
}

#topLinks-div ul {
    list-style-type: none;
    float: left;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

#topLinks-div li {
    display: inline;
    padding:0 5px;
}

#topLinks-div a {
    border-bottom: 1px dotted #FFFFFF;
    color: #656565;
    font-weight: bold;
    text-decoration: none;
}

#topLinks-div a:hover {
    border-bottom: 1px dotted #656565;
}

#topLinks-div a.activeLink {
    color: #00549A;
}

.divTitle {
	position:absolute;
	height:29px;
	top:108px;
	right:0;
	left:0;
	text-align:center;
	text-shadow: -2px 2px 5px #555;
}

.divRight {
	border: 1px solid #003399;
	border-radius: 5px;
    position: absolute;
    top: 144px;
    right: 6px;
    left: 70%;
    bottom: 6px;
    padding: 5px;
}

.divRightInner {
	position: absolute;
	top: 6px;
	right: 6px;
	left: 6px;
	bottom: 40px;
	white-space: nowrap;
    overflow: auto;
    line-height: 2.1;
}

.divRightInnerB {
	position: absolute;
	right: 6px;
	left: 6px;
	bottom: 4px;
}

img {
	vertical-align: middle;
}

.divContent {
	border: 1px solid #003399;
	border-radius: 5px;
	position: absolute;
	top: 144px;
	right: 30.5%;
	left: 6px;
	bottom: 6px;
}
.book-container, .page-container {
	position: absolute;
	top: 46px;
	right: 6px;
	left: 6px;
	bottom: 32px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: "Traditional Arabic";
	font-size: 24px;
	line-height: 2.1;
	font-weight: bold;
	padding: 6px;
	text-align: justify;
}

.book-container span.matn {
	color: #0000AF;
}
.book-container span.title {
	color: #A52A2A;
}
.book-container span.footnote {
	display: block;
	font-family: "Simplified Arabic", Arial;
    font-size: 14pt;
    line-height: 1.6;
    font-weight: normal;
	color: #665555;
}
.book-container hr.footnote {
	width: 25%;
	margin: 15px 0 10px 0;
}
.book-container hr.matn {
	height: 3.5px;
}


.divTTools {
	position: absolute;
	top: 6px;
	right: 6px;
	left: 6px;
	border-bottom: 1px solid #DDDDDD;
}
.divBTools {
	position: absolute;
	bottom: 4px;
	right: 6px;
	left: 6px;
}
.divBTools img {
	vertical-align: middle;
}


#loading {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background-color: rgb(255, 255, 255);
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
	margin: 0;
	padding: 0;
}

#loading img {
	position: absolute;
	top: 30%;
}

ul.treeview {
	list-style: none;
	padding-right: 4px;
}
ul.sub {
	display:none;
}
.treeview ul {
	list-style: none;
	padding-right: 18px;
}
li.active a {
	color: red !important;
}
.treeview a {
	text-decoration: none;
	color: #333;
}
.treeview li {
	border: 0px !important;
}

.treeview li span {
	cursor: pointer;
}

.h {
	width: 32px;
	height: 16px;
	display: inline-block;
	margin-left: 4px;
	cursor: pointer;
}
.f .h {
	background: url('/browse/files/img/closed.png');
}
.f .h.opened {
	background: url('/browse/files/img/opened.png');
}
.p .h {
	background: url('/browse/files/img/page.gif') no-repeat;
}

li.active > span {
	color: red;
}

#no4ie {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #fde073;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;}
a.tooltip div { font-family: Tahoma;font-size: 12px;z-index:10;display:none; padding:5px; width:380px; line-height:16px;text-align:right; }
a.tooltip:hover div {display:inline; position:absolute; color:#111; border:1px solid #DCA; background:#fffAF0;top:34px;left:34px;}
.callout {z-index:20;position:absolute;border:0;right:-12px;}
/*CSS3 extras*/
a.tooltip div { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; }
.info-item {
    display: block;
    margin-bottom: 5px;
}
.info-title {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    width: 25%;
}
.info-desc {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
