body, table, td {
   font-family: Tahoma, Arial,Helvetica;
   font-size: 10pt;
}

img {
   border:1px solid #021a40;
}

th {
   font-family: Tahoma, Arial,Helvetica;
   text-align: left;
}

.hglink {
   text-decoration: underline;
   color: #ebf516;
}

.hglink:hover {
   color: #000000;
   background-color: #ffff00;
   text-decoration: none
}

a {
   text-decoration: underline;
   color: #336699;
}

a:hover {
   color: #000000;
   background-color: #ffff00;
   text-decoration: none
}

a.title {
   color: #000000;
}

.notice {
   font-family: Tahoma, Arial,Helvetica;
   font-size: small;
}

table.container {
   background: #ffffff;
}
table.outertable {
   border: 1px solid #353535;
}
th.header {
/*   background: url('/images/header.png'); */
   color: orange;
   font-size: 22px;
   font-weight: bold;
   height: 45px;
   padding: 0 10px 0 10px;
   vertical-align: middle;
   text-align: left;
}
td.secheader {
   background: #CD2626;
   border-bottom: 1px solid #A6A6A6;
   color: white;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
   text-align: left;
}
td.content {
   padding: 10px;
   vertical-align: middle;
}
td.thumbs {
   color: #000000;
/*   font-size: 10px; */
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
   text-align: center;
}
td.desc {
   background: #BFBFBF;
   border-top: 1px solid #A6A6A6;
   color: #000000;
   font-size: 12px;
   padding: 5px;
   text-align: center;
}
td.footer {
   background: #4A4A4A;
   color: #808080;
   font-size: 10px;
   padding: 10px;
   text-align: center;
}

td.ctop {
   text-align: center;
   vertical-align: top;
   background-color: #ffffff;
   color: #000000;
   margin: auto;
   padding: 10px;
}

div.scroll {
    height: 600px;
    width: 750px;
    overflow: auto;
    border: 1px solid #666;
    padding: 8px;
}

ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #780000;
}

li.dropmenu {
   float: left;
  display: inline-block;
}

.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 7px 8px;
  text-decoration: none;
}

.dropdown:hover .dropbtn {
  background-color: red;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: red; color: white}

.dropdown:hover .dropdown-content {
  display: block;
}

tr.yahoohdr1 {
   background: #B4C8F1;
   vertical-align: top;
   height: 5;
}
tr.yahoohdr2 {
   background: #EBDEDB;
   vertical-align: top;
   height: 5;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
