/* Inactive menu button */
.menuinactive {
  border: 2px solid black;
  padding: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  background-color: rgb(127, 127, 127);
  color: white;
  font-weight: bold;
  width: 100px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* Inactive menu button hover */
.menuinactive:hover {
  border: 2px solid black;
  padding: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt; background-color: rgb(23, 232, 266);
  color: white;
  font-weight: bold;
  width: 100px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* Inactive menu button active */
.menuinactive:active {
  border: 2px solid black;
  padding: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  background-color:rgb(237, 112, 224);
  color: white;
  font-weight: bold;
  width: 100px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* Active menu button */
.menuactive {
  border: 2px solid black;
  padding: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  background-color: rgb(179,23, 163);
  color: white;
  font-weight: bold;
  width: 100px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* Menu table */
table.menutable {
  background-color: white;
  border: 3px solid black;
  padding: 1px;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}

/* Main table */
table.maintable {
  background-color: rgb(206,231,255);
  border-top: 0px solid black;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  padding: 1px;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}

/* Detail Table */
table.detailtable {
  border-top:  3px solid black;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom:  3px solid black;
  border-collapse: collapse;
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

table.detailtable td, th {
  text-align: center;
  border: 1px solid black;
}

table.detailtable th {
  background-color: rgb(225,255,225);
}

body {
  background-color: rgb(0,65,130);
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

tr.menu td {
  text-align: center;
}

tr.menu {height: 30px}

td.logo {
  text-align: center;
}

td.scenery {
  text-align: center;
}

td.maintext {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

img.scenery {
  border: 1px solid black;
  width: 500px;
  height: 375px;
}

td.footer {
  clear: both;
  font-size: 12px;
  text-align: center;
}

td.footer hr {
  width: 300px;
}

td.portfoliosection {
  font-weight: normal;
  font-style: italic;
}

.tablecaptions {
  font-weight: bold;
}
