body
{
  font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif;
  color: #333;
  /*background: hsl(188, 88%, 27%);*/
  background-color: hsl(188, 88%, 37%);
}

/* Top Navigation menu */
ul
{
  color: #000;
  font-size: 18px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: hsl(195, 75%, 47%);
  top: 0;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
}

li
{
  float: left;
  border-right: 1px solid #bbb;
}

a
{
  display: block;
  text-align: center;
  padding: 7px 16px;
  text-decoration: none;
  color: #000;
}

.active
{
  background-color: hsl(60, 10%, 95%);
}

/* Standard div for displaying lists in tables */
.listtable
{
  font-family: sans-serif;
  padding: 5px;
  margin: 0 auto 0 auto;
  width: 90%;
}

.listtable table
{
  background-color: hsl(60, 10%, 95%);
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  font-size: 14px;
  width: 100%;
}

.listtable th
{
  background-color: hsl(60, 10%, 85%);
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 5px;
}

.listtable td
{
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 5px;
}

label
{
  font-family: sans-serif;
  padding: 5px;
  font-size: 16px;
  width: 100%;
}

textarea
{
  font-family: sans-serif;
  font-size: 16px;
}

select
{
  font-family: sans-serif;
  font-size: 16px;
}

input
{
  font-family: sans-serif;
  font-size: 16px;
}

#err_str
{
  font-size: 30px;
  color: red;
}

#msg_str
{
  font-size: 26px;
  padding: 5px;
  line-height: 30px;
}

#href_div
{
  width: 73%;
  margin: 5px auto 5px auto;
  padding: 5px;
  border: 1px hidden #333333;
}

.my_href
{
  padding: 30px;
  width: 450px;
}

.my_href button
{
  width: 285px;
  padding-left: 10px;
  align: center;
  font-size: 20px;
}

div#pagebanner
{
  /*position: absolute;
  top: 0;
  left: 0;*/
  color: #000;
  font-size: 30px;
  /*background-color: #DDEEEE;*/
  /*background: hsl(195, 75%, 47%); */
  background-color: white;
  width: 100%;
  /*padding-top: 50px;*/
  padding-left: 0px;
  padding-right: 0px;
}

div#banner-content
{
  margin: 0 auto;
  padding: 5px;
  height: 55px;
  overflow: hidden;
}

#banner-content img
{
  width: auto;
  height: 100%;
  display: block;
}

.card
{
  background: white;
  border: 1px solid #000000;
  margin-top: 7px;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

hr
{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #A9A9A9;
  margin: 1em 0;
  padding: 0;
  background-color: #A9A9A9;
}

#cardtable
{
  width: 100%;
  padding: 5px;
}

#cardtable td
{
  border-left: 1px solid #A9A9A9;
}
