body {
  background-color: gray;
  text-align: center;
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
  padding: 0px 0px 10px;
  margin: 0px;
}

.top {
  position: relative;
  margin: 0px;
  padding: 5px;
  left: 0px;
  top: 0px;
  height: 50px;
  text-align: left;
  background-color: gray;
  background-repeat: no-repeat;
  background-position: left center;
}

#langmenu {
  position: absolute;
  right: 5px;
  top: 8px;
}

#langmenu img {
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

#logoutbox {
  position: absolute;
  right: 5px;
  top: 30px;
  padding: 2px;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  color: black;
  background-color: #AEC2C0;  
}

#logoutbox a {
  text-decoration: none;
  font-weight: 600;
  color: black;
}

input[type="text"] { 
  border-style: solid;
  border-color: black;
  border-width: 1px;
  margin: 2px 5px 5px 2px;
  padding: 1px;
  font-weight: 600;
  vertical-align: middle;
}

input[type="password"] { 
  border-style: solid;
  border-color: black;
  border-width: 1px;
  margin: 2px 5px 5px 2px;
  padding: 1px;
  font-weight: 600;
  vertical-align: middle;
}

input[type="submit"] { 
  border-style: solid;
  border-color: black;
  border-width: 1px;
  margin: 2px 5px 5px 2px;
  padding: 1px;
  font-weight: 600;
  vertical-align: middle;
}

/*input { 
  /*border-style: solid;
  border-color: black;
  border-width: 1px;*/
  margin: 2px 5px 5px 2px;
  padding: 1px;
  font-weight: 600;
  vertical-align: middle;
}*/

#catmenu {
  position: relative;
  color: black;
  background: white;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: black;
  border-width: 1px;
  margin-left: 0px;
  margin-right: 0px;
  top: 0px;
  padding: 0px 5px;
  text-align: center;
}

.menuentry {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 4px;
}

.menuentry a {
  text-decoration: none;
  color: black;
  background-color: transparent;
}

.menuentry a:hover {
  text-decoration: none;
  color: white;
  background-color: #6F7C7A;
}

.menuentryselected {
  background-color: #AEC2C0;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 4px;
}

#content { 
  position: relative;
  background-color: #AEC2C0;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  margin-right: 100px;
  margin-left: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 40px 80px 40px;
  text-align: left;
}

#content h2 {
  background-color: white;
  color: black;
  margin-top: 20px;
  padding: 5px;
  border-left-style: solid;
  border-left-width: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.filterprefstitle {
  cursor: pointer;
}

.filterprefs {
  display: block;
}

.filterprefsadvanced {
  display: none;
}

#content a {
  text-decoration: none;
  font-style: italic;
  font-weight: 600;
  color: black;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: black;
}

#content dl input {
  border-style: none;
}

#description {
  background-color: white;
  color: black;
  font-size: 13px;
  margin-left: 40px;
  margin-right: 250px;
  margin-top: 20px;
  text-align: justify;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
}

#description h1 {
  margin: 5px;
  padding: 2px 2px 2px 20px;
  border-left-style: solid;
  border-left-width: 8px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 20px;
  background-color: #AEC2C0;

}

#description dt {
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
  margin-top: 5px;
  cursor: help;
}

#description dd {
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 15px;
  display: none;
}

.paragraph {
  background-color: transparent;
  color: black;
  margin: 20px 10px;
  text-align: justify;
  padding: 5px 10px;
  border-style: dashed;
  border-width: 1px;
}

input { 
  border-style: solid;
  border-color: black;
  border-width: 1px;
  margin: 2px 5px 5px 2px;
  padding: 1px;
  font-weight: 600;
  vertical-align: middle;
}

#loginbox {
  position: absolute;
  background: #AEC2C0;
  top: 120px;
  right: 25px;
  padding: 5px;
  width: 175px;
  text-align: center;
}

#loginbox h2 {
  color: black;
  background-color: transparent;
  margin: 2px;
  font-size: 12px;
  text-decoration: underline;
}

#loginbox h3 {
  display: block;
  background-color: transparent;
  margin: 2px;
  font-size: 11px;
}

#loginbox a {
  text-decoration: none;
  color: black;
  border-bottom-width: 1px;
  border-bottom-color: black;
  border-bottom-style: dashed;
}

#loginbox a:hover {
  border-bottom-style: solid;
}

#errorbox {
  position: absolute;
  background: #AEC2C0;
  top: 15px;
  right: 25px;
  padding: 5px;
  width: 175px;
  text-align: center;  
  font-weight: bold;
}

#freesoftware {
  position: relative;
  margin: 10px 40px;
  padding: 5px 25px;
  font-size: 10px;
  text-align: center;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: black;
}

#freesoftware a {
  text-decoration: none;
  color: black;
  font-style: italic;
}

#freesoftware p {
  margin: 1px;
}

#freesoftware li {
  display: inline;
  padding: 4px;
  margin-bottom: 2px;
}

#freesoftware a:hover {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: black;
}

#w3c a {
  text-decoration: none;
  background-color: #999999;
  color: white;
  font-weight: 600;
  font-size: 8px;
  padding: 2px 3px;
  margin: 5px;
}

.maillist {
  background-color: white;
  margin: 10px 40px;
  padding: 5px;
}

.maillist p {
  margin: 10px;
  padding: 5px;
  font-weight: 600;
  border-style: dashed;
  border-color: black;
  border-width: 1px;
}

.maillist p input {
  border-style: none;
}

.maillist a {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  text-decoration: none;
  color: black;
  background-color: rgb(229, 176, 93);  
  margin-left: 25px;
  padding: 1px;
}

.listentry {
  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: 1px;
  margin-bottom: 2px;
}

.listentry input {
  border-style: none;
}

.fetchedaccountslist {
  background-color: white;
  margin: 10px 40px;
  padding: 5px;
}

.fetchedaccountslist table {
  border-style: none;
  text-align: center;
  padding: 0px;
  margin: 15px 2px;
}

.fetchedaccountslist tr.head:hover {
  background-color: transparent;
}

.fetchedaccountslist tr:hover {
  background-color: #AEC2C0;
}

.fetchedaccountslist td {
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  text-align: center;
  margin: 0px;
  padding: 1px 5px;
}

.fetchedaccountslist a {
  border-style: none;
  text-decoration: none;
}

.fetchedaccountslist select {
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

#note {
  position: absolute;
  color: black;
  background: #EEEEEE;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  /*left: 400px;*/
  right: 25px;
  top: 85px;
  padding: 5px;
  text-align: justify;
}

#note ul {
  padding-left: 15px;
}

.hidenote {
  cursor: pointer;
  font-weight: 600;
  font-style: italic;
  margin: 1px;
  padding: 1px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  text-align: center;
}

#loginlogo {
  text-align: left;
  position: relative;
  margin-top: 10px;
  height: 40px;
  padding: 5px;
  padding-left: 40px;
}

.scorezone {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  border-style: dashed;
  border-color: black;
  border-width: 1px;
}

.scores {
  display: block;
  text-align: center;
  padding: 5px;
}

.scores input {
  text-align: center;
}

.togglehelp {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
  cursor: help;
}

#help {
  display: none;
  color: black;
  margin: 10px;
  padding: 5px;
  background-color: white;
  border-style: dashed;
  border-color: black;
  border-width: 1px;
}