body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  margin-left: 20px;
  margin-right: 40%;
}

img {
  border-width: 1px;
  border-color: black;
}

img.footimg {
  border-width: 0px;
}

table.bom {
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
}

.bomgrey {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #333333;
  background-color: #dddddd;
}

.bomwhite {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #333333;
  background-color: #ffffff;
}

.bomtotal {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #333333;
  background-color: #ffffff;
}

.ajaxtooltip {
  position: absolute; /* leave this alone */
  display: none;      /* leave this alone */
  width: 300px;
  left: 0;            /* leave this alone */
  top: 0;             /* leave this alone */
  background: #ffffe0;
  border: 2px solid gray;
  border-width: 1px 2px 2px 1px;
  padding: 5px;
}

#floatingdiv {
  position: absolute;
  width: 200px;
  background-color: #ebe9da;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
}

