
@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

a {
	color: #0D8691;
	text-decoration: none;
		
}

a:hover {
	text-decoration: underline;
}
body 
{ 
font-family:Verdana, Geneva, sans-serif;
color:#333;
overflow-x: hidden;
background: #ffffff;

}

#main {
	 max-width: 1024px;
	margin: 10px auto;
}

 #main h3, #main h4 {
	color: #1c1c1c;
}


.pgbg
{
    background:#fdfaed;
	width: 1024px;
    
    }
#nav {
	
	top: 0;
	left: 0;
	width: 1024px;
	height: 40px;
	line-height: 20px;
	background: #807f7f;
	border-bottom: solid 1px #606060;
	border-top: solid 1px #606060;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	

}

#nav ul {
  list-style-type: none;
padding-left:19px;
}

#nav li {
  float: left;
   
}

#nav li a {
  display: block;
  color: white;
 
  padding: 0px 12px;
  text-decoration: none;
}

#nav li a:hover:not(.active) {
  background-color: #111;
  height: 40px;
	
}


#header {
	position: relative;

	height: auto;
	background: #20848b;
	color: #ffffff;
	border-bottom: solid 1px #074F54;
z-index:1;
}

/*

#search {
	position: absolute;
	bottom: 50px;
	right: 32px;
	width: 293px;
	padding: 8px 45px 8px 12px;
	background: #0A6B72 url('images/search.gif') 318px 6px no-repeat;
	border-bottom: solid 1px #11B8C1;
	border-top: solid 1px #074F54;
	height: 20px;
	line-height: 20px;
}

#search fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#search input.text {
	border: 0;
	background: none;
	color: #A2D5D8;
	height: 20px;
	width: 293px;
	line-height: 20px;
}

*/
#content {
	
	width: 688px;
	padding: 10px 5px 20px 20px;
	line-height:15px;
	font-size:11px;
    text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0.3px;
   height:1640px;
	
}

#content h2 {
	font-size:16px;
	color: #20848b;
	padding-bottom:10px;
	line-height:20px;
}
/*
#content h3{
color: #766221;
border-bottom: solid 1px #11B8C1 ;
font-variant:small-caps;
font-size:14px;
font-weight:bold;
}

*/
#content h3 {
	font-size:12px;
	color: #20848b;
	padding-bottom:5px;
}

#volumecontent {
	
	width: 688px;
	padding: 10px 5px 20px 20px;
	line-height:20px;
	font-size:11px;
    text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0.3px;
 height:1650px;


	
}

span.small{font-variant:small-caps;}

marquee{
	padding:10px;
	margin:0 70px;
	border-bottom: solid 1px #11B8C1;
	
	}
	


h2,h3,h4 {
	color: #20848b;
	font-family:Verdana, Geneva, sans-serif;
	
}


.title{display:block; width:100%; margin:0 0 20px 0; padding:0 0 8px 0;  text-transform:uppercase; border-bottom:2px solid #d4a140;}


	#sidebar1 {
	float: right;
	width: 260px;
	padding:5px 5px;
	height:auto;
	font-size:12px;
}


#sidebar1 ul {
	list-style: none;
}
#sidebar1 ul li {
	padding:0px;
	border-top: dotted 0.5px #bdbdbd;
}

#sidebar1 h3 {
	font-size: 12px;
	padding-bottom:10px;
}

/********************SIDE BAR MENU******************/


/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  

}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #CCC;
  text-decoration: none;
  padding: 10px;
  color: #000;
}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: #C5C5C5;
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;

}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: #999;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  background-color: #666;
  color:#fff;

}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
 
}


/*******************CLOSED SIDE BAR MENU**********/

.special ul li {

list-style: none;
margin-bottom:10px;

}



table.color {
	 border-collapse: collapse;
}

table.color tr:nth-child(2n+1) {
	background-color: rgb(237, 252, 253);
}

table.color th {
	padding: 3px; border: 1px solid rgb(85, 85, 85); text-align: left; color: rgb(255, 255, 255); font-size: 11px; vertical-align: top; background-color: rgb(85, 85, 85);
}

table.color td {
	padding: 7px 5px; border: 1px solid rgb(185, 185, 185); vertical-align: top;
}

/*Scroll text*/


@keyframes ticker {
	0%   {margin-top: 0}
	25%  {margin-top: -50px}
	50%  {margin-top: -100px}
	75%  {margin-top: -100px}
	100% {margin-top: 0}
}



.news {

  width: 260px;
  height: 100px;
  margin: 10px auto;
  overflow: hidden;
   padding: 3px;
  -webkit-user-select: none
} 

.news span {
  float: left;
  color: #fff;
  padding: 6px;
  position: relative;
  top: 1%;
 
  cursor: pointer
}

.news ul {
  float: left;
  padding-left: 10px;
  padding-top:8px;
  animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  -webkit-user-select: none
}

.news ul li {line-height: 20px; list-style: none }



.news ul:hover { animation-play-state: paused }
.news span:hover+ul { animation-play-state: paused }

/* OTHER COLORS */

.magenta { background: #e5dede }

/*Indexed Logo*/

.indexed-logos ul{
list-style-type: none;
margin: 0 5px 0 5px;
padding: 0;
}
.indexed-logos li{
 float: left;
    width: auto;
    padding: 0 10px;
        padding-left: 10px;
}
.indexed-logos ul li.first {
    padding-left: 0;
}


/*----------------*/

UL#downloadlink {

	
	margin:3px 5px 5px 0;
	list-style-type: none;
	display:inline;
	color: #4682B4;
	float:right;
	
}


#downloadlink LI {
	
	float: left;
	
	z-index: 150;

}

.faqcontent
{
  
	color:#35939a;
	font-weight:bold;
    }
	
	
	/*Abstract*/
	
	  
   .abstractdiv 
   {
       background-color: #e5e5e5; text-align: center; padding: 10px;
   }
   .abstractauthor
   {
       color: Gray;
       }
   .abstractinfo
   {
       color: Gray; font-size: 10px;
       
       }
   
   
   .abstractcontent
   {
       font-size: 10px; text-align: justify; line-height:15px;
       
       }
       
	

#footer {
	position:absolute ;
	width:981px;
	padding: 20px 22px 20px 22px;
	background: #444444;
	color: #b8b8b8;
	border-bottom: solid 1px #181818;

	margin-bottom:10px;
	font-size:12px;
}

#footer a {
	color: #dedede;
}

#footer h2, #footer h3, #footer h4 {
	color: #ffffff;
	padding-bottom:10px;
}

#footer p {
	margin: 0;
}

#footer ul {
	list-style: none;
	margin: 0;
}

#footer ul li {
	padding: 10px 0 10px 0;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #222222;
}

#footer ul li.first {
	padding-top: 0;
	border-top: 0;
}

#footer ul li.last {
	padding-bottom: 0;
	border-bottom: 0;
}

#footerContent {
	width: 698px;
	float: left;
	line-height:20px;
	
}

#footerContent a{
text-decoration: none;
}


#footerSidebar1 {
	width: 168px;
	float:right;
	
}

#copyright {
	text-align: center;
	margin-top:240px;
	padding: 30px 0 30px 0px;
	color: #4a4a4a;
	width:1024px;
	font-size:12px;
}

#copyright a {
	color: #4a4a4a;
	
}


#copyright a:visited {
	color:#20848b;
	text-decoration:none;
	border-bottom-width: 0px;
}
#copyright a:hover {
	color:#20848b;
	text-decoration:underline;
}


/*------------------------------------logo scroll----------------------------*/
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.container {
  width:690px;
  padding-left:px;
}

.brand-wheel {
    flex-direction: row;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    height: 100px;

    --animationspeed:45s;
    --animationdelay: calc( var(--animationspeed) / 2 );
}

.brand-slide {
    flex-shrink: 0;
    position: absolute;
    animation-name: slidelogo;
    animation-duration: var(--animationspeed);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.brand-slide.delay {
    transform: translateX(100%);
    animation-name: slidelogo;
    animation-delay: var(--animationdelay);
}

.brand-wheel:hover .brand-slide {
    animation-play-state: paused;
}

.logo-div {
    display: inline-flex;
    align-self: center;
    
    padding: 0 10px 0 10px;
}

@keyframes slidelogo {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-300%);
    }
}


.logo-div2 {
  
    padding: 10px 50px 0 60px;
}

.righttext{padding-left:330px; font-weight:bold;}

    .scrolldiv
    {
        overflow-y:scroll; overflow-x:hidden; height:1000px;
        }
        
       


        
   /********************Vbuttons********************/     
        
        .Vbutton {
  
  border: none;
  color: white;
  width:250px;
  height:20px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17.71px;
  font-family:Arial;
  font-weight:bold;
margin-bottom:10px;
  border-radius: 5px;
}


.button1 {background-color: #e68b18;  color: white;}
.button2 {background-color: #1f858a;  color: white;}
.button3 {background-color: #04AA6D;}
.button4 {background-color: #087294;}
.button5 {background-color: #cc0000;}
.Socialbutton {background-color: #e2ddc9;padding-bottom:15px;}





 /********************Authors Tab********************/     


.wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  margin: 3rem 0;
  background: #1abc9c;
  height: 14.75rem;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #1abc9c;
  border-right: 0.125rem solid #16a085;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
  font-weight:bold;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: 12rem;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}

/*POPUP WINDOW8*/

        p {
            font-size: 12px;
            align-items: center;
            padding-top:10px;
        }
      /*  .box a {
            display: inline-block;
            background-color: #fff;
            padding: 15px;
          
        }*/
        .modal {
            align-items: center;
            display: flex;
            justify-content: center;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(240, 240, 240, 0.7);
            transition: all 0.4s;
            visibility: hidden;
            opacity: 0;
        }
        .popup-header
        {
             color: #1f858a; font-size:14px;
            
            }
            
        .content {
            position: absolute;
            background: white;
            width: 800px;
            padding: 1em 2em;
            border-radius: 4px;
        }
        .modal:target {
            visibility: visible;
            opacity: 1;
        }
      
    .box-close {
            position: absolute;
            top: 5px;
            right: 15px;
            color: #fe0606;
            text-decoration: none;
            font-size: 30px;
        }
        
   
        
        
        
        
        
        