body {
 color: #000060;
 background-color: #f0fae6;
 margin: 0px;
 padding: 0px;
}
.myselect {
  width: 100px;
  height: 24px;
  background-color: #ffffff;
  color: #000060;
  font-family: verdana;
  font-size: 14px;
  border: 1px solid #888;
  border-radius: 2px;
}
input[type="checkbox"] {
  transform:scale(1.5,1.5);
}
input[type=radio] {
  border: 0px;
  width: 100%;
  height: 2em;
}
input[type=text] {
 font-family: verdana;
 font-size: 14px;
 color: #000000;
 padding-left: 2px;
}
textarea {
 font-family: verdana;
 font-size: 14px;
 color: #000000;
 padding-left: 2px;
 resize: vertical;
}
div.errbox {
 display: block;
 position: fixed;
 top: 100px;
 left: 50%;
 width: 500px;
 margin-left: -250px;
 background-color: #ffe0e0;
 color: #8b0000;
 border-style: solid;
 border-width: 4px;
 border-color: #800000;
 padding-left: 8px;
}
.menu {
 display: inline-block;
 width: 100px;
 margin-right: 6px;
 height: 24px;
 text-align: center;
 vertical-align: middle;
 font-family: verdana;
 font-size: 14px;
 font-weight: 400;
 color: #000060;
 background-color: #e3e3f3;
 border-right-color: #b0b0bf;
 border-bottom-color: #b0b0bf;
 border-top-color: #b0b0bf;
 border-left-color: #b0b0bf;
 border-right-width: 2px;
 border-bottom-width: 2px;
 border-top-width: 1px;
 border-left-width: 1px;
}
.menu-active {
 background-color: #000060;
 color: #ffffff;
 border: 1px solid #ffffff;
}
.menu:hover {
 color: #400000;
 background-color: #f0ffff;
 font-weight: 700;
}
.menu-bar {
 width: 1240px;
 margin-top: 8px;
 margin-left: 8px;
 padding: 0px 0px 3px 0px;
 border-bottom-style: solid;
 border-bottom-color: #000060;
 border-bottom-width: 3px;
}
tr.bare, tr.bare > td {
 border-style: none;
 padding: 0px;
 margin: 0px;
 vertical-align: top;
}
.pane {
 display: none;
 width: 370px;
 height: auto;   
 padding-bottom: 18px;
 border: 1px solid #000060;
 background-color: #f0ffff;
 position: fixed;
 top: 44px;
 left: 8px;
 z-index: 2;
}
.view {
 margin: 10px 8px 10px 8px;
 border: 1px solid #000060;
 background-color: #fffff0;
}
.prop {
 margin-top: 10px;
 width: 600px;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #000060;
 background-color: #f0ffff;
}
table.mytab {
 table-layout: fixed;
 width: 100%;
 border-collapse: collapse;
 font-family: verdana;
 font-size: 12px;
 font-weight: 400;
 color: #000060;
}
.mytab th, .mytab td {
 padding: 4px 6px;
 text-align: left;
 vertical-align: top;
}
.mytab td {
 height: 44px;
}
.mytab th {
 background-color: powderblue;
 color: #000060;
 font-family: arial;
}
.mytab tr {
 border-bottom: 1px solid #000060; //#ddd;
}
.mytab tr:hover {
 cursor: default;
}
.mytab tr:not(.marked):hover {
 background-color: #f0f0f0;
}
.mytab tr.marked {
 background-color: #000060;
 color: #ffffff;
}
.grid {
 width: 100%;
 border-style: none;
 border-collapse: collapse;
 font-family: verdana;
 font-size: 14px;
 font-weight: 400;
 color: #000060;
}
.grid th {
 padding: 8px 6px;
 text-align: left;
 font-family: arial;
 font-size: 14px;
 font-weight: 700;
 background-color: powderblue;
 color: #000060;
}
.grid td:first-child {
 padding-top: 8px;
 padding-bottom: 4px;
 padding-right: 0px;
 text-align: right;
 width: 35%;
}
.grid td:last-child {
 padding-top: 8px;
 padding-bottom: 4px;
 padding-left: 20px;
 text-align: left;
 width: 65%;
}
.grid td {
 height: 44px;
}
div.title {
 padding-left: 20px;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-bottom: 20px;
 font-family: arial;
 font-size: 14px;
 font-weight: 700;
 background-color: powderblue;
 color: #000060;
}
table.grid4 {
 table-layout: fixed;
 border-style: none;
 border-collapse: collapse;
 font-family: verdana;
 font-size: 14px;
 font-weight: 400;
 color: #000060;
}
.grid4 th {
 padding: 8px 6px;
 text-align: left;
 font-family: arial;
 font-size: 14px;
 font-weight: 700;
 background-color: powderblue;
 color: #000060;
}
.grid4 td.left {
 padding-top: 8px;
 padding-bottom: 4px;
 padding-right: 0px;
 text-align: right;
 font-size: 13px;
 height: 36px;
 vertical-align: top;
}
.grid4 td.right {
 padding-top: 8px;
 padding-bottom: 4px;
 padding-left: 10px;
 text-align: left;
 height: 36px;
 vertical-align: top;
}
.grid4 input[type=text] {
 width: 490px;
}
.grid4 textarea {
 width: 490px;
}
.grid3 {
 width: 100%;
 border-style: none;
 border-collapse: collapse;
 font-family: arial;
 font-size: 12px;
 font-weight: 700;
 color: #000060;
}
.grid3 td:first-child {
 padding-top: 8px;
 padding-bottom: 4px;
 padding-right: 10px;
 text-align: right;
 width: 30%;
}
.grid3 td:last-child {
 padding-top: 8px;
 padding-bottom: 4px;
 padding-left: 10px;
 text-align: left;
 width: 70%;
}
button.btn-large {
 width: 110px;
 height: 28px;
 font-size: 14px;
 font-weight: 500;
 background-color: #dcdcf0;
 border-style: solid;
 border-width: 2px;
 border-left-color: #f0f0ff;
 border-top-color: #f0f0ff;
 border-right-color: #808080;
 border-bottom-color: #808080;
 color: #191970;
}
button.btn-small {
 width: 50px;
 height: 20px;
 font-size: 10px;
 font-weight: 400;
 background-color: #dcdcf0;
 border-style: solid;
 border-width: 2px;
 border-left-color: #f0f0ff;
 border-top-color: #f0f0ff;
 border-right-color: #808080;
 border-bottom-color: #808080;
 color: #191970;
}
span.myspace {
 display: inline-block;
 width: 30px;
}
label {
 font-family: calibri;
 font-size: 14px;
 font-weight: 700;
 color: #000060;
}
:disabled {
 color: #000060;
 background-color: #f7f7f7;
}
 .ddmblk table {
   border-collapse: collapse;
 }
 .ddmblk td {
   color: #000060;
   text-align: left;
   padding-left: 6px;
   padding-top: 5px;
   padding-bottom: 5px;
   cursor: default;
 }
 .ddmblk a:hover{
   color: #400000;
   font-weight: 700;
 }
 .ddmblk tr:hover {
   background-color: #f0ffff;
 }
 div.ddmblk {
   display: none;
   z-index: 1001;
   position: absolute;
   top: 20px;
   left: 20px;
   background-color: #e3e3f3;
   width: 116px;
   padding-left: 20px;
   padding: 0px;
   border-right-color: #000060;
   border-bottom-color: #000060;
   border-top-color: #b0b0bf;
   border-left-color: #b0b0bf;
   border-width: 2px;
   border-style: solid;
   font-size: 24px;
   font-family: verdana;
   font-size: 14px;
   font-weight: 400;
 }
 button.hovered {
   color: #400000;
   background-color: #f0ffff;
   font-weight: 700;
 }
 .tape {
  position: fixed;
  left: 380px;
  top: 250px;
  width: 220px;
  height: 332px;
  border: 1px solid #000060;
  background-color: #ffffff;
  color: #000060;
  display: none;
 }
 div.tape-title {
  height: 24px;
  background-color: powderblue;
  margin: 0px;
  padding-left: 10px;
  font-family: calibri;
  font-size: 16px;
  font-weight: 400;
  color: #000060;
 }
 div.tape-area {
  height: 308px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
 }
 .tape table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  font-family: verdana;
  font-size: 12px;
  font-weight: 400;
 }
 .tape tr {
  height: 44px;
 }
 .tape tr:nth-child(even) {
  background-color: #ddddee;
 }
 .tape tr :hover {
  background-color: #000060;
  color: #ffffff;
 }
 .tape td {
  padding-left: 12px;
  cursor: pointer;
 }
 .tape span.ht {
  margin-left: 96px;
 }
 .jack:hover {
   color: #ffffff;
   background-color: #000060;
   cursor:pointer;
 }
 .prompt {
   font-style: italic;
 }
 .prompt:hover {
   color: #ff0000;
   cursor:pointer;
 }
 span.tnbox {
  display: inline-block;
  width: 120px;
  height: 96px;
  overflow: hidden;
  padding: 0px;
  border: 1px solid #000;
  margin-right: 16px;
  vertical-align: top;
  text-align: center;
  font-family: calibry;
  font-size: 14px;
  font-weight: 700;
 }
 tr.assigned {
  background-color: #ffdcdc;
  color: #000;
  font-weight: bold;
 }
 tr.approve {
  background-color: #d0e0a1;
  color: #000;
  font-weight: bold;
 }
 .timetab {
  background-color: #dcdcf0;
  border-collapse: collapse;
 }
 .timetab td {
  padding: 2px 4px 2px 4px;
 }
 .timetab td:first-child {
  padding-left: 8px;
 }
 .timetab td:last-child {
  padding-right: 8px;
 }
 .timetab input[type=text] {
  font-family: arial;
  font-size: 13px;
  color: #000000;
  padding-left: 6px;
  width: 40px;
 }
 .timetab tr:first-child > td {
  padding-top: 10px;
 }
 .timetab tr:last-child > td {
  padding-bottom: 8px;
 }
 .ttleft {
   width: 260px;
   font-size: 14px;
   font-weight: 700;
   font-family: arial;
   vertical-align: top;
   padding-top: 10px;
   padding-left: 20px;
   padding-bottom: 40px;
 }
 .ttleft > span {
   cursor: pointer;
 }
 .ttright {
   width: 800px;
 }
 .worktab tr {
  height: 40px;
 }
 .worktab td {
  vertical-align: top;
 }
 .worktab td:nth-child(1) {
   width: 276px;
 }
 .worktab td:nth-child(2) {
   width: 184px;
 }
 .worktab td:nth-child(3) {
   width: 184px;
 }
 .worktab td:nth-child(4) {
  width: 44px;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
 }
 span.alarm {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background-color: #dd0000;
  border-radius: 50%;
  text-align: center;
  font-size:22px;
  font-weight: 700;
  font-family: calibri;
  position: relative;
  left: -10px;
  z-index: 9;
 }
