﻿*
{
  margin: 0;
  padding: 0;
}

body
{
  padding: 12px 0;
  font: 12pt Arial, Helvetica, sans-serif;
  color: #779095;
  background: #FFFFFF;
  background-size: 14px 14px;
  background-image: linear-gradient(to right, #B0FFFF 1px, transparent 1px),
                    linear-gradient(to bottom, #B0FFFF 1px, transparent 1px);
  position: relative;
  text-align: center;
}

h1
{
  padding: 0px 0px 0px 0px;
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
  color: #1F4752;
}

h1 a, h1 a:hover
{
  text-decoration: none;
  color: #FB7F67;
}

h2
{
  font-weight: normal;
}

p
{
}

p.subtitle
{
  padding: 0px 0px 0px 0px;
  font-size: 16pt;
  font-weight: bold;
  color: #1F4752;
  position: relative;
  text-align: center;
}

a
{
  text-decoration: none;
  color: #77AB7A;
}

a:hover
{
  text-decoration: underline;
}

/* page */

#page
{
  margin: 0 auto;
  /* width: 720px; */
  width: 0 auto;
  max-width: 750px;
}

/* logo */

#logo
{
  /* height: 130px; */
  height: 90px;
  background: #DFE4E7;
}

#logo img
{
  padding: 6px 0px 6px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* menu */

#menu
{
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #779095;
  font-weight: bold;
}

#menu ul
{
  list-style: none;
}

#menu ul li
{
  display: block;
  width: 180px;
  float: left;
}

#menu ul li a
{
  display: block;
  text-align: center;
  line-height: 60px;
  color: #FFFFFF;
  text-decoration: none;
}

#menu ul li a:hover
{
  color: #6D6361;
}

/* content */

#content
{
  float: left;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  margin: 0px 0px 0px 0px;
  height: auto; /* 600px; */
  background: #DFE4E7;
  color: #DFE4E7;
  overflow: auto;
  /* width: 720px; */
  width: auto;
  text-align: center;
}

#content h2
{
  padding: 0 20px;
  font-size: 30pt;
  line-height: 54px;
  color: #8D391F;
  border-bottom: 1px solid #E7DFDC;
}

#content h2 a
{
  color: #8D391F;
  text-decoration: none;
}

/*
#content iframe
{
  height: 600px;
  width: 720px;
  border: none;
}
*/

/* footer */

#footer
{
  clear: both;
  padding: 5px 0 5px 0px;
  background: #DFE4E7; /* 779095; */
  color: black;  /* #FFFFFF; */
}

#footer p
{
  text-align: center;
  font-weight: normal;
  font-size: 8pt;
}

#footer a
{
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

#footer a:hover
{
  text-decoration: none;
  color: #6D6361;
}

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

#subContent h1
{
  color: #000000;
  font-size: 18pt;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

#subContent h2
{
  color: #000000;
  font-size: 14pt;
  text-align: center;
  padding-bottom: 0px;
}

#subContent a
{
  color: #000000;
  font-size: 12pt;
}

#subContent p
{
  color: #000000;
  margin: 0 0 12px 0;
  font-size: 12pt;
  padding: 0px 40px 0px 40px;
}

p.subCenter
{
  position: relative;
  text-align: center;
}

p.subCenterImage
{
  position: relative;
  text-align: center;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

p.subJustify
{
  position: relative;
  text-align: justify;
}

p.subNarrow
{
  position: relative;
  text-align: center;
  padding-left: 190px !important;
  padding-right: 190px !important;
}

#submenu
{
  float: left;
  width: 100%;
  /* height: 200px; */
  margin-top: 0px;
  font-weight: bold;
  position: relative;
  
}

#submenu ul
{
  clear: left;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
  text-align: center;
}

#submenu ul li
{
  display: block;
  float: left;
  list-style: none;
  padding: 0;
  position: relative;
  left: 50%;
  width: 144px;
  height: 134px;
  background: #779095;
  margin: 0px 10px 20px 10px;
}

#submenu ul li a
{
  display: block;
  /* padding-top: 118px; */
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

#submenu ul li a:hover
{
  color: #6D6361;
}

#submenu h2.toprow
{
  font-size: 14pt;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

#submenu h2.addedrows
{
  font-size: 14pt;
  text-align: center;
  padding-top: 154px;
  padding-bottom: 0px;
}

#list table
{
  border-collapse: collapse;
  width: 100%;
  font-size: 12pt;
  margin-bottom: 16px;
}

#list th, #list td
{
  border: 1px solid black;
  height: 60px;
}

#list caption
{
  font-size: 18pt;
  background-color: #DFE4E7;
  color: black;
  text-align: center;
  vertical-align: middle;
  caption-side: top;
  border: 1px solid black;
  border-bottom: 0px;
  height: 40px;
  font-weight: bold;
  padding-top: 12px;
}

#list th
{
  font-size: 14pt;
  background-color: #DFE4E7;
  color: black;
  text-align: center;
  vertical-align: middle;
}

#list td
{
  font-size: 12pt;
  font-weight: bold;
  background-color: #DFE4E7;
  color: black;
  text-align: center;
  vertical-align: middle;
}

#list td.red
{
  background-color: red;
  font-weight: bold;
  color: black;
}

#list td.red-blink
{
  background-color: red;
  font-weight: bold;
  color: black;
  background: #FFFFFF url("icons/red-blink.gif") repeat;
}
#list td.green
{
  background-color: #00B050;
  color: white;
  font-weight: bold;
}

#list td.yellow
{
  background-color: yellow;
  color: black;
  font-weight: bold;
}

#list td.gray
{
  background-color: #DFE4E7;
  color: black;
  font-weight: bold;
}

#filelist p
{
  color: #000000;
  font-size: 12pt;
  padding-left: 0px;
  font-weight: normal;
  padding-bottom: 8px;
}

#filelist p.center
{
  /* color: #000000;     font-size: 12pt; */
  text-align: center; /* font-weight: normal;     padding-bottom: 8px; */
}

#filelist a
{
  color: #000000;
  font-size: 14pt;
  text-decoration: none;
}

#filelist p a:hover
{
  color: #6D6361;
  text-decoration: underline;
}

#submenu2
{
  float: left;
  width: 100%;
  height: 200px;
  margin-top: 0px;
  font-weight: bold;
  position: relative;
}

#submenu2 ul
{
  clear: left;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
  text-align: center;
}

#submenu2 ul li
{
  display: block;
  float: left;
  list-style: none;
  padding: 0;
  position: relative;
  left: 50%;
  width: 144px;
  height: 144px;
  background: #779095;
  margin: 0px 10px 20px 10px;
}

#submenu2 ul li a
{
  display: block;
  padding-top: 118px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

#submenu2 ul li a:hover
{
  color: #6D6361;
}

#submenu2 h2
{
  color: #000000;
  font-size: 14pt;
  text-align: center;
  padding-bottom: 10px;
}

/* ------------------------------------------------------------ */

 

img {
    /* width: 340px;
    height: 260px;  */
    padding: 20px; /* 30px; */
}


.image-div
{
    display: inline;
    /* height: 300px; */
    width: 144px; /* 340px; */
    position: relative;
}

#outer-div {
    text-align: center;
    width: 100%; 
}

#inner-div {
    text-align: left;
    display: inline;
}

.text 
{
  z-index: 100;
  position: absolute;
  color: black;
  font-size: 18px;
  font-weight: bold;
  width: 180px; /* 370px; */
  left: 0px; 
  top: -1px;
  text-align: center;
}