* {
  font-family: Verdana,Helvetica,sans-serif;
}

body {
  background: FFFFFF;
  border: 0px;
  margin: 0px;
  color: #000000;
  font-size: 11pt;
}

table {
  border: 1px;
  margin: 1px;
}


p {
  font-size: 10pt;
}

div {
  font-size: 10pt;
}

li {
  font-size: 10pt;
}

ol {
  font-size: 10pt;
}

td {
  font-size: 10pt;
}

a {
  font-weight: normal;
  color: #0000DD;
  text-decoration: none;
  white-space: nowrap;
}

a:hover {
  color:#990000;
}


div#topmenu {
  float: left;
  margin: 0 0 0 0;
  color: #0d709e;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 10pt;
  line-height:20pt;
  text-align: left;
  padding: 0 1em;

}

.menuhead {
  font-size: 13pt;
  font-weight: normal;
}

.menusub {
  font-weight: normal;
}

div#logo {
  float: right;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 0 1em;
}

div#textlogo {
  text-align: right;
  margin: 0 0 0 0;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 20pt;
  padding: 0 0.5em;
}

.footer {
  clear: both;
  color: #333333;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 8pt;
  text-align: center;
}

.lcdtext {
  color: #000055;
  font-family: Courier, fixedsys;
}

.lcddisp {
  color: #000055;
  font-family: Courier, fixedsys;
  font-size: 16pt;
}

textarea {
  color: #000055;
  font-family: Courier, fixedsys;
}

div#content {
  margin: 0 11em 0em 13em;
  padding: 0 1em;
}

div#nomenu {
  margin: 0em 0em 0em 0em;
  padding: 0 1em;
}
table.mbox {
  color: #ffffff;
  background-color: #555599;
  border: none;
  padding: 0px;
}
tr.mboxheader {
  background-color: #555599;
}
td.mboxheader {
  text-align: center;
}
tr.mboxbody {
  color: #000000;
}
a.mboxheader {
  color: #ffffff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.box {
}

.box select {
  background-color: #0563af;
  color: white;
  padding: 6px;
  width: 120px;
  border: none;
  font-size: 14px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.box::before {
  content: "\f13a";
  font-family: FontAwesome;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 10px;
}

input[type=button] {
    padding:5px 15px; 
    background:#0563af;
    color: white; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}