html {
	overflow-x: hidden;
}

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

#container {
    background-color: #fff;
    margin: 0 auto;
	margin-top: 15px;
    width: 960px;
    padding: 5px 5px 15px 5px;
}

#container .sb-inner {
    background-color: #fff;
}

#container .sb-border {
    background-color: #4048A3;
}

#top-div {
    margin-bottom: 10px;
}

#logo-div img {
	margin: 10px 10px 0 0;
}

#topLinks-div {
    text-align: left;
}

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

#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;
}

#caution-div {
	margin-bottom: 10px;
	width: 220px;
}

#cautionContent-div {
	width: 95%;
	margin: 0 auto;
	text-align: justify;
	padding: 10px;
}

#cautionContent-div h4 {
	font-size: inherit;
	font-family: inherit;
	color: red;
	margin: 0;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}

#cautionContent-div b {
	color: #002281;
}

#mainBar-div {
	height: 115px;
	background-image: url("/files/img/front/mainBar.png");
	margin-bottom: 10px;
}

.mainAction {
	height: 115px;
	font-family: "Traditional Arabic";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	color: #063E73;
}

.mainAction a {
	color: #063E73;
}

#breadcrumbs {
	margin-bottom: 10px;
}

#siteContent-div {
	margin-bottom: 10px;
}

#right-div {
	
}

#right-div ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#right-div ul li {
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	padding-right: 6px;
}

#right-div ul li img {
	vertical-align: middle;
}

#right-div ul li a {
	color: #222222;
}

#right-div ul li a:hover {
	color: #222222;
}

#book-tree {
	overflow: scroll;
	width: 95%;
	margin: 0 auto;
	white-space: nowrap;
}

#book-tree ul {
	list-style-type: disc;
	border: 0;
	padding: 0;
	margin: 0;
    padding-right: 1.5em;
}

#book-tree ul li {
	border: 0px;
}

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

#loading img {
	margin-top: 35%;
}

#content-div #content {
	text-align: justify;
	width: 95%;
	padding: 10px;
	margin: 0 auto;
}

#content-div img {
	vertical-align: middle;
}

#content-div #content hr {
	margin: 4px 0;
}

#book-container {
	font-family: "Traditional Arabic";
	font-size: 15pt;
	font-weight: bold;
}

#book-container span.matn {
	color: #0000AF;
}
#book-container span.title {
	color: #A52A2A;
}
#book-container span.footnote {
	font-size: 0.9em;
	color: #665555;
}
#book-container hr.footnote {
	width: 25%;
}
#book-container hr.matn {
	height: 3.5px;
}

#content-div #content a {
	color: #002281;
}

#content-div #content a:hover {
	color: #4464BB;
}

.contentTitle-h3 {
	font-family: "Traditional Arabic";
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

#footer-div {
	color: #656565;
}

#bottomLinks-div {
	text-align: left;
}

#footer-div ul {
    list-style-type: none;
    float: left;
    margin: 0 0 0;
    padding: 0;
}

#footer-div li {
    border-left: 1px solid #656565;
    display: inline;
    padding: 0 10px;
}

#footer-div li a {
	color: #656565;
	text-decoration: none;
}

#footer-div li.last {
    border-left-style: none;
}

/* **************** */

.justify {
	text-align: justify;
}

.regular-book {
	padding-top: 16px;
	padding-bottom: 5px;
	text-align: right;
}

.regular-cat {
	margin-top: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.automated-cat {
	margin-top: 8px;
	padding-right:20px;
	list-style-type:none;
}

.info-item {
	display: block;
	margin-bottom: 5px;
}

.info-title {
	display: inline-block;
	width: 25%;
	font-weight: bold;
	vertical-align: top;
}

.info-desc {
	display: inline-block;
	width: 55%;
	vertical-align: top;
}

.info-desc a {
	text-decoration: underline;
}
