
html {
  background: #ddd;
  height: 100%; }

body {
  font-size: 85%;
  margin: 5px auto;
  padding: 10px;
  background: #fff;
  width: 600px;
  overflow-y: scroll;
  border: 1px solid #bbb; }

* {
  font-family: segoe ui, tahoma, geneva, sans-serif;
  color: #555; }

b {
  font-weight: 600;
  color: #700; }

input[type=text], input[type=submit], input[type=checkbox], select {
  height: 1.8em;
  margin: 1px 0;
  box-sizing: border-box;
  vertical-align: bottom; }

select {
  padding-right: 0.3em;
}

td.find {
  white-space: nowrap; }

td.find input[type=text] {
  margin-right: -1px;
  width: 7em; }

input.mark {
  background: #fdd; }

input[type=submit] {
  height: 2.11em;
  font-size: 85%;
  font-weight: 600; }

input[type=submit]:hover {
  cursor: pointer;
  color: #a00; }

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  background: #fff;
  margin: 0; }

table.record {
  margin-top: 10px; }

table.record th {
  color: #a00;
  width: 23%; }

table.record td {
  width: 77%; }

table.record td * {
  vertical-align: middle; }

tr.nav th {
  height: 1.9em;
  font-size: 100%;
  white-space: nowrap; }

tr.nav th {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

tr.data td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

tr.nav td {
  width:14em; }

th, td {
  cursor: default; }

th {
  padding: 2px 5px;
  font-size: 85%; }

td {
  padding: 2px 5px; }

tr.head th {
  color: #a00;
  padding: 10px 5px; }

tr.logo th {
  width: 75%;
  color: #a00;
  font-size: 145%;
  text-align: left; }

tr.logo th * {
  vertical-align: top; }

tr.logo td {
  width: 25%;
  font-weight: 600;
  vertical-align: top;
  text-align: right; }

a {
  text-decoration-color: #c77; }

a.tip {
  color: #a00;
  font-size: 90%;
  font-weight: 700;
  padding-left: 0.5em;
}

a:hover {
  text-decoration-color: #b00;
  color: #a00; }

a:hover b {
  color: #a00; }

tr.header th {
  text-decoration: underline;
  padding-bottom: 0.2em; }

tr.data:hover {
  background-color: #eee; }

form {
  display: inline-block; }

.hide {
  display: none; }

td.number input {
  width: 5em; }

td.address input {
  width: 10em; }

td.label input {
  width: 15em; }

td.data input {
  width: 25em; }

td.text textarea {
  width: 100%;
  height: 4em; }

input.right {
  float: right; }

td.submit input[type=submit] {
  min-width: 5em; }

.logo {
  width: 30px;
  height: 32px; }

th.left, th.left {
  text-align: left; }

th.right, td.right {
  text-align: right; }

th.w4em {
  width: 4em; }

th.w5em {
  width: 5em; }

th.w6em {
  width: 6em; }

th.w10p {
  width: 10%; }

th.w20p {
  width: 20%; }

th.w25p {
  width: 25%; }

th.w30p {
  width: 30%; }

th.w35p {
  width: 40%; }

th.w40p {
  width: 40%; }

th.w50p {
  width: 50%; }

th.w70p {
  width: 70%; }

th.w90p {
  width: 90%; }

td.console img {
  width: 320px;
  height: 200px;
  margin-bottom: 5px;
  border: 1px solid #bbb;
  background-color: #eee;
  background-image: url(../img/busy.gif);
  background-repeat: no-repeat;background-position:center; }

td.optin {
  font-size: 90%;
  padding-top: 0.5em;
  padding-bottom: 1em;
}

p.message {
  color: #a00;
  font-weight: 600;
}

div.align {
  display: inline;
  padding: 1px;
}
