/* macchess.css stylesheet */

body {
  font-family: "Comic Sans MS", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  background-color: white;
}

.highlight1 {
  background-color: #ffc;
}

.highlight2 {
  background-color: #ffd;
}

.Arial {
  color: blue;
}

.Arial tbody tr td p {
  margin: 0;
}

.pagecontent {
  width: 100%;
  display: table;
  position: relative;
}

td {
  vertical-align: top;
}

.smalltable {
  font-size: 80%;
}

a:hover {
  background-color: orange;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}

a:link {
  text-decoration: none;
}

a:visited  {
  color: blue;
  text-decoration: none;
}

a:active {
  color: blue;
  text-decoration: none;
  border-radius: 5px;
  background-color: orange;
}

table {
  vertical-align: top;
  border: 0pt dotted;
}

table, tr, td {
  border-radius: 5px;
}

h1 {
  margin: 0;
}

table.pagetitle {
  width: 800px;
}

.hscroll {
}

.hscroll table {
  width: 100%;
}

.hscroll table thead tr th {
  text-align: center;
  font-weight: bold;
  background-color: #66ccff;
  border-radius: 5px;
}

li.dropimg img {
  height: 2em;
  float: left;
  margin: 4px 10px 0px 0px;
}

ul.links {
  list-style-type: none;
  display: flex;
  flex-flow: wrap;
  border-radius: 5px;
  margin: 2px;
}

ul.links li {
  border-radius: 5px;
  text-align: center;
  padding: 0px 2px 0px 2px;
}

/* menu navigation branding */

ul.menunav li {
  max-width: 162px;
  margin: 2px 0px 2px 0px;
  border-radius: 5px;
  color: blue;
}

ul.menunav li a {
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
  padding: 0px 2px;
}

@media only screen and (max-width: 799px) {

table.pagetitle {
  width: 100%;
  padding: 1px;
}

.menu {
  float: left;
}

.nophone, ul.menunav li.nophone {
  display: none;
}

ul.menunav {
  display: inline-block;
  overflow: auto;
  width: 100%;
  background-color: #ffffff;
  list-style-type: none;
  margin: 1px 0px 1px 0px;
  padding: 1px;
  border-radius: 5px;
  border-color: #ffffff;
  transition: all 0.4s ease-in-out;
}

ul.menunav li {
  margin: 2px;
  border-radius: 5px;
  color: blue;
}

ul.menunav li, ul.menunav li a {
  display: inline-block;
  float: left;
  position: relative;
}

.Content  {
  color: black;
  display: block;
  float: left;
  margin-right: 0px;
}

}

@media only screen and (min-width: 800px) {

.menu {
  float: left;
  width: 162px;
}

.nophone {
}

ul.menunav {
  list-style-type: none;
  margin: 1px;
  padding: 1px;
  border-radius: 5px;
  border-color: #ffffff;
  transition: all 0.4s ease-in-out;
  background-color: #ffffff;
}

.Content  {
  display: inline-block;
  position: absolute;
  width: 620px;
  margin-left: 10px;
}

}

.menunav {
  transition: all 0.4s ease-in-out;
}


ul.menunav li, ul.menunav li.menulv1 {
  font-weight: bold;
  background-color: #66ccff;
  padding: 2px 2px 2px 4px;
}

ul.menunav li.menulv2 {
  font-weight: normal;
  background-color: #99ccff;
  padding: 2px 2px 2px 12px;
}

ul.menunav li.menulv1bel {
  font-weight: bold;
  background-color: #66ffcc;
  padding: 2px 2px 2px 4px;
}

ul.menunav li.menulv2bel {
  font-weight: normal;
  background-color: #99ffcc;
  padding: 2px 2px 2px 12px;
}

@media only screen and (max-width: 799px) {
ul.menunav li.menulv1, ul.menunav li.menulv2,
ul.menunav li.menulv1bel, ul.menunav li.menulv2bel {
  padding: 2px;
}

}

ul.menunav li a:hover{
  background-color: orange;
}

/* eof */
