@font-face
 {
 font-family: EzraFont;
 src: url('../../fonts/SILEOT.ttf');
 }

@font-face
 {
 font-family: NewAthenaFont;
 src: url('../../fonts/newathu405.ttf');
 }
 
@font-face {
	font-family: Rockwell;
	src: url('../../fonts/ROCK.TTF');
}
 
body {
		 				
            background-color: #FFFF99;
			font-family: "Calibri", Garamond, Sans-Serif;
			font-size: 15pt;
			min-width: 60em;
		 }



.all {
      position: relative;
      
      width: 98%;
	  
      height: auto; 
      margin: auto;
      
      border-style: solid;
      border-width: medium;
	  border-top-color: #C0C0C0;
	  border-left-color: #C0C0C0;
	  border-right-color: white;
	  border-bottom-color: white;
      background-color: #F0F0F0;
     /* padding-left: 45px;
      padding-right: 45px;
      padding-bottom: 20px;*/
	  margin-top: 10px; 
	  min-width: 60em;
	  overflow: hidden;
}

.container {
	position: relative;
	margin: 25px; 
	padding-left: 45px;
	padding-right: 45px;
	overflow: hidden;
}


.wipe {
   
   -webkit-animation: wipe 4s linear infinite;
    -moz-animation: wipe 4s linear infinite;
    -ms-animation: wipe 4s linear infinite;
    -webkit-animation: wipe 4s linear infinite;
    animation: wipe 4s linear infinite;
    
   /*border-color: red;
    border-width: 2px;
    border-style: solid;*/
    height: 30px;
    max-width: 30px;
    overflow: hidden;
    position: static;
    float: right;
}
@keyframes wipe {
    0% {clip: rect(0px,40px,40px, 40px); }
    50% {clip: rect(0px,40px,40px, 0px);}
    100% {clip: rect(0px,40px,40px, 0px);}

}
@-webkit-keyframes wipe {
    0% {clip: rect(0px,40px,40px, 40px); }
    50% {clip: rect(0px,40px,40px, 0px);}
    100% {clip: rect(0px,40px,40px, 0px);}
}
@-moz-keyframes wipe {
    0% {clip: rect(0px,40px,40px, 40px); }
    50% {clip: rect(0px,40px,40px, 0px);}
    100% {clip: rect(0px,40px,40px, 0px);}
}
@-ms-keyframes wipe {
    0% {clip: rect(0px,40px,40px, 40px); }
    50% {clip: rect(0px,40px,40px, 0px);}
    100% {clip: rect(0px,40px,40px, 0px);}
}

.quotation {
	font-family: 'Rockwell';
	font-size: 11pt;
	padding-left: 20px;
	
}

h1 {
            text-align: center;
			font-size: 28pt;
			font-weight: bold;
			font-family: "Garamond Book";
			color: #fcd004;
			text-shadow: -2px 0px 0px #FC3e04, 1px 0px 0px #FC3e04, 1px 1px 0px #FC3e04, 0px -1px 0px #fc3e04, -2px 1px 0px #fc3e04;               
}

h2 {
	font-size: 22pt;
    text-align: center;
}

h3 {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}

.small_caps {
	font-variant: small-caps;
}

.quotation {
	font-family: 'Rockwell';
	font-size: 12pt;
}

.q2 {
	font-family: 'Rockwell';
	font-size: 8pt;
} 

.datestamp {
	font-size: 11pt;
}

.Greek {
	font-family: 'NewAthenaFont';
	font-size: 13pt;
	position: relative;
}

.Hebrew {
	font-family: 'EzraFont';
	font-size: 13pt;
	position: relative;
    direction: rtl;
}

.inden {
	padding-left: 20px;
}
.sub_head {
	color: #04057e;
	font-size: 18pt;
	font-weight: bold;
	
}

.nav_box {
	float: right;
	background-color: #81d51b;
	padding-left: -30px;
	border-style: double;
	border-width: 4px;
	border-color: black;
	padding-right: 45px;
	margin-left: 25px;
	
}

.nav_box ul li {
	list-style: none;
	
	
}

.nav_box ul li a
{
    
    display:block;
    text-decoration:none;
    color: black;
    font-weight: bold;
}

.nav_box ul li a:hover {
	display: block;
	color: white;
	background-color: #106c20;
	font-weight: bold;
	
}


.separator_line {
	
	width: 60%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	
}

.Cell_List {
	font-family: "Garamond Book", "Garamond", "Sans-Serif";
	
}
.Cell_List td {
	padding: 5px 2px 5px 7px;
	font-size: 12pt;
}


.logo {
         	position: absolute;
         	top: 10px;
            float: right;
			right: 10px;
            width: 140px;
			height: 130px;
            z-index: 150;            
            /*background-color: #F8F8F8;*/
}

.logo img {
			width: 100%;
}

.menustrip {
	
	position: relative;
	left: 5px;
	width: 86%;
	height: 30px;
}

.main_menu
{
    height:32px;
    line-height:30px;
    color:#FFF;
    position:relative;
    background-color: #333;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-size: 12pt;
    
}

.main_menu ul
{
    padding: 0px;
    cursor: pointer;
    list-style:none;
    z-index: 100;
}

.main_menu span{
	font-size: 14pt;
}

.main_menu ul li
{
    padding:0;
    margin-left: 5px;
    border-right:1px solid #000000;
    float:left;
    background:#333333;
    min-width: 7em;
    margin-left: 5px;
}

.main_menu ul li a
{
    color:#FFF;
    display:block;
    text-decoration:none;
    padding:0 10px;
    min-width: 7em;
}

.main_menu ul li a:hover
{
    background: #fc6a12; /*#97ffdb; #3ea5ea;*/
    color:#000;
}

.main_menu ul li ul
{
     display: none; 
     width: auto;
     position: absolute;
     top:31px;
     padding:0px;
     margin: 0px;
}

.main_menu ul li:hover ul
{
     display: block;
     position: absolute;
     margin: 0;
     padding: 0; 
}

.main_menu ul li:hover li
{
    float: none;
    list-style: none;
    margin: 0px;
}

.main_menu ul li:hover li
{
    background: #333;
    border-top: 1px solid #000000;
}

.main_menu ul li:hover li a
{
    color: #fff;
    padding:0 20px;
    display: block;
    width: auto; /*170px;*/
}

.main_menu ul li li a:hover
{
    color:#000;
}

.list_items ul {
	list-style: none;
	font-family: Rockwell;
	font-size: 11pt;
	margin-left: 10px;
}

.list_items ul small_caps {
	font-variant: small-caps;
}

.figure {
            position: relative;
            top: 0px;
            left: 6px;
            right: 6px;
            float: left;
            width: auto;
			height: auto; /*250px;*/
            /*margin-top: 1mm;
            margin-bottom: 4mm;
            margin-left: 4mm;
            margin-right: 8mm;
            padding: 4mm;*/
           /*left: 5px;*/
           padding: 5px;
            border-style: inset;
            border-width: medium;
            border-top-color: #C0C0C0;
			border-left-color: #C0C0C0;
			border-right-color: #DDDDDD;
			border-bottom-color: #DDDDDD;
			background-color: #F8F8F8;
			/*overflow: hidden;*/
         }

         .figure img {
            width: 100%;
         }

         .figure .caption {
            display: block;
            /*margin-left: 0mm;
            margin-right: 0mm;
            margin-top: 2mm;
            margin-bottom: 2mm;*/
           left: 5px;
           padding: 5px;
			font-size: 12pt;
			
         }
        

.highlightlink {
	padding: 3px;
}

.highlightlink:hover {
	padding: 3px;
	margin: -3px;
	border-style: solid;
    background-color: #CCFF99;
    
}
         
.footer {
    position: relative;
    left: 10px;
	top: 5px;
    /*padding-left: 10px;
    padding-top: 10px;*/
    width: 98%;
    height: 42px;
	border-style: solid;
    background-color: #FF6600;
    border-bottom-color: #CC6600;
	border-right-color: #CC6600;
	border-top-color: #FF9900;
	border-left-color: #FF9900;
	font-size: 13pt;
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding-top: 5px;
}

.HoverLink {
		position: relative;
		padding: 6px;
		height: 18px;
		top: 8px;
		overflow: hidden;
		color: blue;
		text-decoration: underline;
		clear: both;
		margin-left: 10px;
		border-style: solid;
		border-width: 5px;
		border-color: #FF6600;
		margin-top: 5px;
}



table.Dictionary {
    vertical-align: top;
    font-size: 18pt;
}

.Dictionary td {
    font-size: 14pt;
    padding-left: 5px;
    padding-right: 5px;
}
.keep {
    white-space: nowrap ;
}

.tooltip {
    position: relative;
    text-decoration: none;
    z-index: 0;
    
    
}
.tooltip::before {
    content: attr(data-tooltip);
    font-family: "Garamond Book", Garamond, Sans-Serif;
    font-size: 12pt;
    position: absolute;
	text-align: center;
	white-space: nowrap;
	width: auto;
    z-index: 999;
    /*white-space: break-spaces;
    bottom: 9999px;*/
    background: #99ffb0;
    color: #000000;
    padding: 5px 10px 5px 10px;
    /*line-height: 24px;*/
    height: 24px; /*height of tooltip box*/
    opacity: 0;
    border-style: solid;
    border-left-color: #426a2f;
    border-top-color: #426a2f;
    border-right-color: #52f12b;
    border-bottom-color: #52f12b;
    border-width: 2px;
    border-radius: 4px;
    box-shadow: 4px 4px 4px #000000;
    bottom: 30px;
    top: -10px;
    /*left: 50%;*/
	left: -50%;
	margin-left: -80px; /* Distance of left side of box from hyperlink */
      /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip::after {
   
    width: 0;
    height: 0;
    bottom: -20px;
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-color: black transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -55px;
    left: 50%;
	margin-left: -80px;
	text-align: center;
	z-index: 999;
   
}
.tooltip:hover::before {
    content: attr(data-tooltip);
	opacity: 1;
    top: -55px;
    left: 50%; /*distance which left side of box lies from hyperlink*/
     
}
.tooltip:hover::after {
    content: "";
    opacity: 1;
    width: 0; 
    height: 0px; 
    text-decoration-line: none;
    z-index: 999;
    position: absolute;
    white-space: nowrap;
    top: -15px; /*distance of box above hyperlink*/
    /*bottom: 100%;*/
    left: 80px; /*distance of triangle in from left corner*/
    
}

.mytable {
	
	font-size: 18pt;
}


