body {
  background-color: #fff;
  padding: 0 auto;
}

body, th, td, div, p, h1, h2, h3, h4 {
  font-family: Arial;
  font-size: 12px;
  color: #404040;
}

h1 {
  font-size: 14px;
}

a {
  color: #000;
}

a:hover {
  color: #000080;
  text-decoration: none;
}

th {
  font-family: Arial;
  font-size: 14px;
  color: #efefef;
  background-color: #693;
  font-decoration: none;
  padding: 3px 5px 3px 5px;
}

td {
  vertical-align: top;
}

#resultlist {
  width: 100%;
}

#resultlist tr td {
  border-bottom: 1px solid #d0d0d0;
}

#resultlist tr:hover td {
  background-color: #e0e0e0;
}

.input {
  background-color: #f7f7f7;
  border-style: outset;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  color: #222;
  font-family: Arial;
  font-size: 12px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  cursor: text
}

.button {
  background-color: #f5f5f5;
  color: #000;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #000;
}

.topheader {
  font-family: Arial;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  font-decoration: none;
  text-align: right;
  padding: 5px;
}

#topframe {
  width: 1000px;
  margin: 0 auto;
}

.basket {
  font-family: Arial;
  font-size: 14px;
  color: #000;
  background: #9c6;
  /* background: #FFCC00;
  background: #669933; */
  font-decoration: none;
  text-align: center;
  padding: 2px;
}

#basketframe {
  width: 1000px;
  margin: 0 auto;
  padding: 5px;
}

.header {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  background-color: #000080;
  font-weight: bold;
  font-decoration: none;
}

.headerdesc {
  font-family: Arial;
  font-size: 14px;
  color: #000;
  background-color: #6f6f6f;
  font-weight: bold;
  font-decoration: none;
}

.status {
  font-family: Arial;
  font-size: 14px;
  color: #000;
  background-color: #fc0;
  font-weight: bold;
  font-decoration: none;
}

.help {
  font-family: Arial;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  font-decoration: none;
}

.desc {
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  background: #693;
  font-weight: bold;
  font-decoration: none;
}

.entry {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  background: #9c6;
  font-decoration: none;
}

td.desc, td.entry {
  padding: 3px;
}

.smallentry {
  font-family: Arial;
  font-size: 10px;
  color: #000;
  background: #dfdfdf;
  font-decoration: none;
}

.small {
  font-family: Arial;
  font-size: 9px;
  color: #000;
  font-decoration: none;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #cbe3f7 !important;
}