
/* colors: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. red = rgb(255,0,0) = rgb(100%, 0%, 0%) = #ff0000 = #f00. Also transparent is available */
/* Values for border-style can be solid, dotted, dashed, double, groove, ridge, inset and outset. */

body {
  padding-left: 9em;
  background: white url(/pix/poe.gif) repeat top right;
  /*background-color: lightgray;*/
  /*scrollbar-base-color: #ffcc00;*/
  font-family: Georgia, "Times New Roman", Times, serif;
}

form { 
  margin-top: 2px;
  margin-bottom: 2px;
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 8em 
}
ul.navbar li {
  background: #37a;
  margin: 0.5em 0;
  padding: 0.2em;
  border-right: 0.2em solid lightgray;
  border-bottom: 0.2em solid lightgray;
}
ul.navbar a {
  text-decoration: none;
}
ul.navbar a:link {
  font-weight: bold;
  color: white;
  font-size: 80%;
  font-family: Georgia, "Times New Roman", Times, serif;
}
ul.navbar a:visited {
/*  font-weight: bold;*/
  color: white;
  font-weight: bold;
  color: white;
  font-size: 80%;
  font-family: Georgia, "Times New Roman", Times, serif;
}

div.navbar { 
  position: absolute;
/*  top: 7em;*/
  top: 4.5em;
  left: 1em;
  width: 8em;
}

#popupnr {
  position: absolute;
  z-index: 200;
  left: -300px;
  top: -300px;
  width: 184px;
  height: 200px;
  padding: 0px;
  background-color: transparent;
  color: black;
  visibility: hidden;
}

div.readonly_nr { 
  border-style: solid;
  border-color: #FFFFFF; /* same as background-color */
  border-width: 4px;
  padding: 0px;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 200%;
  color: #111199;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  width: 40px;
  height: 40px;
}

input.input_nr {
  border: 0px;
  background-color: transparent;
  font-weight: bold;
  font-size: 200%;
  color: black;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  width: 40px;
  height: 40px;
  cursor: default;
}

input.borderless {
  border: 0px;
  background-color: transparent;
  color: navy;
  width: 200px;
  /*width: 1000px;*/
  text-align: left;
  font-family: courier;
/*  font-weight: bold; */
  font-size: 100%;
  border-style: none;
}

td.infotable {
  vertical-align: top;
}

textarea.borderless {
  border: 0px;
  background-color: transparent;
  color: navy;
  width: 200px;
  height: 80px;
  text-align: left;
  font-family: courier;
  font-size: 100%;
  border-style: none;
}

input.clock {
  border: 0px;
  background-color: transparent;
  color: navy;
  width: 80px;
  text-align: left;
  font-family: courier;
  font-size: 100%;
  border-style: none;
}

a {
  color: blue;
}

alink { 
  color: #0000BB;
}

h1 {
  color: black;
}
h2 {
  color: black;
}
h3 {
  color: black;
}

table.load { 
  background-color: white;
  border-color: black;
  border-style: outset;
  border-width: 3px;
  border-collapse: collapse;
}

td.load {
  background-color: white;
  text-align: center;
  border-width: 1px;

  border-style: solid;
  border-color: black;
}

td.load_head {
  background-color: lightgray;
  color: navy;
  text-align: center;
  border-width: 1px;
  font-weight: bold;
  border-style: solid;
  border-color: black;
  border-bottom-width: 2px;
}

td.name {
  width: 100px;
}
td.value {
  width: 180px;
}

table.construct {
  /*color: white;*/
  background-color: #37a;
  border-style: outset;
  border-width: 5px;
  /*border-color: black;*/
  margin-top: 5px;

  text-align: left;
  font-weight: bold;
  color: white;
  font-size: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
}

input.construct { 
  margin: 4px;
  border-style: inset;  
}

input.buttons {
  margin: 6px;
}

table.result {
  background-color: transparent;
  border-color: black;
  border-style: double;
  border-width: 5px;
  margin-top: 5px;
  text-align: left;
  color: black;
  font-size: 100%;
  border-collapse: collapse;
  font-family: Georgia, "Times New Roman", Times, serif;
}

td.result {
  background-color: transparent;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  color: black;
  font-size: 100%;
  font-family: courier;
}

/* solid, dotted, dashed, double, groove, ridge, inset, outset. */

table.board {
  margin-top: 5px;
  border-width: 5px;
  border-style: double;
  border-color: navy;
  background-color: white;

/*  width:  460px;
  height: 460px;*/
  border-collapse: collapse;
  table-layout: fixed; /* no auto-size */
  color: black;
}

td.board {
  padding-left:   0px;
  padding-right:  0px;
  padding-top:    0px;
  padding-bottom: 0px;
  background-color: white;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  cursor :default;
  width: 48px;
  height: 48px;
}
td.boardLeft {
  padding-left:   0px;
  padding-right:  0px;
  padding-top:    0px;
  padding-bottom: 0px;
  background-color: white;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-left-width: 2px;
  cursor :default;
  width: 48px;
  height: 48px;
}
td.boardTop {
  padding-left:   0px;
  padding-right:  0px;
  padding-top:    0px;
  padding-bottom: 0px;
  background-color: white;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-top-width: 2px;
  cursor :default;
  width: 48px;
  height: 48px;
}
td.boardLeftTop {
  padding-left:   0px;
  padding-right:  0px;
  padding-top:    0px;
  padding-bottom: 0px;
  background-color: white;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-top-width: 2px;
  border-left-width: 2px;
  cursor :default;
  width: 48px;
  height: 48px;
}

address {
  font-size:   80%;
  margin-top:  0.4em;
/*  border-top:  thin dotted*/
}
