/****** CSS Template ******/
/**************************/

/**************************/
/* © Alan Cayless 2023    */
/**************************/

/**************************/
/* Basic colours:         */
/* Light blue:   #d4edfc  */
/* Beige-yellow: #ededd4  */
/* Med blue:     #009fe3  */
/* Dark blue:    #194963  */
/* Jeetystarn:   #3a6291  */
/**************************/

body
{
  background-color: #ededd4;
  font-family: arial;
  color: black;
  font-size:  16px;
}

div.news-scrollable 
{
  height: 1000px;
  background-color: #ededd4;
  font-size: 24px;
  margin: 0;
  padding: 0;
  overflow: auto;
}

div.content
{
  height: 1280px;
  background-color: #ededd4;
  font-size: 24px;
  margin: 0;
  padding: 16px;
  overflow: auto;
}

h1
{
  font-weight: bold;
  font-size: 32px;
}

h1.page-heading
{
  margin:0px;
  padding: 16px;
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 48px;
  border-width: 8px;
  border-top-style: solid; 
  border-top-color: #009fe3;
  border-bottom-style: solid; 
  border-bottom-color: #009fe3;
}

h1.page-heading a
{
  color: white;
  text-decoration: none;
  text-align: right;
  font-size: 24px;
}

h2
{
  font-weight: bold;
  font-size: 24px;
}

h3
{
  font-weight: bold;
  font-size: 20px;
}

p
{
  font-size: 24px;
}

p.copyright
{
  font-size: 20px;
  text-align: center;
}

p.issn
{
  color: #3a6291;
  font-size: 20px;
  text-align: right;
}

table.banner
{
  width: 100%;
  background-color: #ededd4;
  border-width: 8px;
  border-top-style: solid; 
  border-top-color: #009fe3;
}

table.gallery
{
  background-color: #f0f0f0;
}

table.navbar
{
  width: 100%;
  background-color: #194963;
  color: white;
  font-weight: bold;
  font-size: 30px;
  border-width: 8px;
  border-bottom-style: solid; 
  border-bottom-color: #194963;
  border-top-style: solid; 
  border-top-color: #194963;
}

td.gallery-caption
{
  background-color: #ffffff;
  text-align: center;
  font-family: arial;
  font-size: 20px;
  width: 400px;
  height: 24px;
}

td.gallery-caption-divider
{
  background-color: #ffffff;
  text-align: center;
  font-family: arial;
  font-size: 20px;
  width: 40px;
  height: 24px;
}

td.gallery-image
{
  background-color: #f0f0f0;
  width: 400px;
  height: 300px;
}

td.gallery-image img
{
  display: block;
}

td.gallery-image-divider
{
  background-color: #f0f0f0;
  width: 40px;
  height: 300px;
}

td.main-content
{
  vertical-align: top;
  width: 1280px;
  min-width: 1280px;
}

td.nav-active-tab
{
  color: yellow;
  text-align: center;
  padding: 0;
}

td.nav-active-tab a
{
  color: yellow;
  text-decoration: none;
}

td.nav-inactive-tab
{
  color: white;
  text-align: center;
  padding: 0;
}

td.nav-inactive-tab a
{
  color: white;
  text-decoration: none;
}

