﻿.keyboardInputMaster {
  position:absolute;
  border-top:2px solid #eeeeee;
  border-right:2px solid #6e6e6e;
  border-bottom:2px solid #6e6e6e;
  border-left:2px solid #eeeeee;
  color:#000000;
  background-color:#dddddd;
  text-align:left;
  z-index:1000000;
  width:auto;
  margin:0px;
  font:normal 11px Arial,sans-serif;
  line-height:1;
}
.keyboardInputMedium{
  background-color:#dddddd;
  font:normal 11px Arial,sans-serif;
  z-index:1000000;
}
.keyboardInputSmall{
  background-color:#dddddd;
  font:normal 10px Arial,sans-serif;
  z-index:1000000;
}
.keyboardInputLarge{
  background-color:#dddddd;
  font:normal 14px Arial,sans-serif;
  z-index:1000000;
}
.keyboardInputXLarge{
  background-color:#dddddd;
  font:normal 24px Arial,sans-serif;
  z-index:1000000;
}
.keyboardInputMaster * {
  color:#000000;
  background:transparent;
  font:normal 100% Arial,sans-serif;
  margin:0px;
  padding:0px;
  border:0px none;
  outline:0px;
  vertical-align:baseline;
}

.keyboardInputMaster thead tr th {
  text-align:left;
  padding:0.27em 0.45em 0.18em 0.36em;
  background-color:inherit;
}
.keyboardInputMaster thead tr th select {
  margin-right:0.45em;
  border:1px inset #888888;
  background-color:#f6f6f6;
}
.keyboardInputMaster thead tr th label input {
  width:1.09em;
  height:1.09em;
  margin-right:0.45em;
  vertical-align:middle;
}
.keyboardInputMaster thead tr td {
  text-align:right;
  vertical-align:middle;
  padding:0.27em 0.36em 0.18em 0.45em;
}
.keyboardInputMaster thead tr td span {
  padding:0.09em 0.36em;
  font-weight:bold;
  border-top:1px solid #e5e5e5;
  border-right:1px solid #5d5d5d;
  border-bottom:1px solid #5d5d5d;
  border-left:1px solid #e5e5e5;
  background-color:#cccccc;
  cursor:pointer;
}

.keyboardInputMaster tbody tr td {
  text-align:left;
  padding:0px 0.36em 0.27em 0.36em;
}
.keyboardInputMaster tbody tr td div {
  text-align:center;
  position:relative;
  height:0px;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout {
  height:auto;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table {
  height:1.82em;
  white-space:nowrap;
  width:100%;
  border-collapse:separate;
  border-spacing:0px;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table.keyboardInputCenter {
  width:auto;
  margin:0px auto;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td {
  text-align:center;
  vertical-align:middle;
  padding:0px 0.45em;
  white-space:pre;
  font-family:'Lucida Console',monospace;
  border-top:1px solid #e5e5e5;
  border-right:1px solid #5d5d5d;
  border-bottom:1px solid #5d5d5d;
  border-left:1px solid #e5e5e5;
  background-color:#eeeeee;
  cursor:default;
  min-width:0.75em;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.last {
  width:99%;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.hl {
  background-color:#f8f8f8;
  color:Maroon;
  font-weight:bold;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.space {
  padding:0px 4.09em;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.alive {
  background-color:#ccccdd;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.target {
  background-color:#ddddcc;
}
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.hover {
  border-top:1px solid #d5d5d5;
  border-right:1px solid #555555;
  border-bottom:1px solid #555555;
  border-left:1px solid #d5d5d5;
  background-color:#cccccc;
}
.keyboardInputMaster thead tr td span.pressed,
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.pressed,
.keyboardInputMaster tbody tr td div.keyboardInputLayout table tbody tr td.dead {
  border-top:1px solid #555555;
  border-right:1px solid #d5d5d5;
  border-bottom:1pxsolid #d5d5d5;
  border-left:1px solid #555555;
  background-color:#cccccc;
}

.keyboardInputMaster tbody tr td div var {
  position:absolute;
  bottom:0px;
  right:0px;
  font-weight:bold;
  font-style:italic;
  color:#444444;
}

.keyboardInputInitiator {
  margin-left:0.27em;
  vertical-align:top !important;
  cursor:pointer;
}

.timeDisplay {
   /*font-weight:bold !important;*/
   font-family:"Courier New",Arial,sans-serif !important;
   padding:0px 0.28em !important;
   font-size:160% !important;
}
.timeColon{
   padding:0.09em 0.09em !important;   
}

.numDisplay {
   font-family:"Courier New",Arial,sans-serif !important;
   font-size:160% !important;
   padding:0px 0.28em !important;
   min-width:0.75em;
}
.zeroDisplay {
   padding:0px 0.90em !important;
   min-width:1.5em;
}