body {
    background-color: black;
}

/* Page Data */
@page {size: 8.5in 11in; margin:.79in;}
@font-face {
  font-family: 'Ezra SIL SR'; /* Font-Family Name : Aramaic-Hebrew Script */
  src: url('/sileotsr-webfont.eot'); /*Support for Microsoft Internet Explorer */
  src: local('Ezra SIL SR'), /* Support for Browser excluding Microsoft Internet Explorer */
  url('/sileotsr-webfont.ttf') format('truetype'),
  url('/sileotsr-webfont.svg#font') format('svg');
}      

/* DIV Wrap */
#wrap{
    width:75%;
    position: absolute;
    left:200px;
    right:200px;
    background-color:white;
    padding: 1em;
    padding-top: 3em;
}

/* Table of Contents Block*/
#toc {
    position: fixed;
    float:left;
    width:auto;
    z-index:100;
    top: 3em;
    left: 1em;
    padding: .5em;
    color: white;
    background-color: rgba(0,0,0,0);
}

a:link.toc					{color:#FFFFFF}
a:visited.toc				{color:#FFFFFF}
a:active.toc				{color:#580909}
a:hover.toc					{color:#c82424}

.tocDialog{
    position: fixed;
	font-family: 'times roman', 'times new roman';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.tocDialog:target {
	opacity:1;
	pointer-events: auto;
}

.tocDialog > div{
	width: 75%;
	position: relative;
    font-variant: small-caps;
	margin: 7% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.tocDialog > div a:link{
    color:black;
    text-decoration: none;
}
.tocDialog > div a:visited{
    color:black;
    text-decoration: none;
}
.tocDialog > div a:active{
    color:#580909;
    text-decoration: none;
}
.tocDialog > div a:hover{
    color:#c82424;
    text-decoration: none;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }       

/*scripDialog*/
.scripDialog{
    position: fixed;
	font-family: 'times roman', 'times new roman';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.scripDialog:target {
	opacity:1;
	pointer-events: auto;
}

.scripDialog > div{
	width: 70%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
    text-align: justify;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.scripDialog > div .heb{
	font-family: 'Ezra SIL SR';
}

.scripDialog > div a:link{
    color:black;
    text-decoration: none;
}
.scripDialog > div a:visited{
    color:black;
    text-decoration: none;
}
.scripDialog > div a:active{
    color:#580909;
    text-decoration: none;
}
.scripDialog > div a:hover{
    color:#c82424;
    text-decoration: none;
}

/*scripDialog1*/
.scripDialog1{
    position: fixed;
	font-family: 'times roman', 'times new roman';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.scripDialog1:target {
	opacity:1;
	pointer-events: auto;
}

.scripDialog1 > div{
    overflow: auto;
	width: 90%;
    height: 700px;
	position: relative;
	margin: 2.5% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
    text-align: justify;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.scripDialog1 > div .heb{
	font-family: 'Ezra SIL SR';
}

.scripDialog1 > div a:link{
    color:black;
    text-decoration: none;
}
.scripDialog1 > div a:visited{
    color:black;
    text-decoration: none;
}
.scripDialog1 > div a:active{
    color:#580909;
    text-decoration: none;
}
.scripDialog1 > div a:hover{
    color:#c82424;
    text-decoration: none;
}

.close1 {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 7px;
	text-align: center;
	top: 0px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close1:hover { background: #00d9ff; }    


/*Div Classes*/
div.title{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
div.mono{
    text-align: center;
    font-family: monospace;
    font-size: 12pt;
}
div.main{
    font-size: 12pt;
    text-align: justify;
    text-indent: 2em;
}
div.main2{
    font-size: 12pt;
    text-align: justify;
}
div.indentTOC{
 text-indent: 3em;
}

/*Span Classes*/
span.scap{
    font-variant: small-caps;
}
span.subTitle{
    text-decoration: underline;
}
span.em{
    font-style: oblique;
}
span.uline{
    text-decoration: underline;
}
span.tenPT{
    font-size: 10pt;
}
span.heb {font-family: 'Ezra SIL SR'}

/* Anchors */
a:link			{color:#00005e}
a:visited		{color:#00005e}
a:active		{color:red}
a:hover		   {color:red}

/* List */
ul{
    list-style: none
}
ol.letter{
    list-style: lower-greek
}

li.cen{
    text-align: center;  
}

/* Table */
.topjust{
    vertical-align: text-top;
}