.terratable {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}

.terratabletl {
  background: url(images/table-top-left.gif) no-repeat;
  width: 2px;
  height: 18px;
}

.terratabletr {
  background: url(images/table-top-right.gif) no-repeat;
  width: 2px;
  height: 18px;
}

.terratabletc {
  padding-left: 5;
  padding-right: 5;
  text-align: center;
  font-weight: bold;
  font-size: 13;
  background: url(images/table-top-mid.gif) repeat-x;
  height: 18px;
}

.terratablebl {
  width: 2px;
  background: url(images/table-bot-left.gif) no-repeat;
}

.terratablebr {
  width: 2px;
  background: url(images/table-bot-right.gif) no-repeat;
}

.terratablebc {
  text-align: center;
  font-weight: bold;
  background: url(images/table-bot-mid.gif) repeat-x;
}

.terratablecl {
  width: 2px;
  background: url(images/tab-side-left.gif) repeat-y;
}

.terratablec {
  padding-left: 5;
  padding-right: 5;
}

.terratablecr {
  width: 2px;
  background: url(images/tab-side-right.gif) repeat-y;
}

.terratableg {
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

.terratableghl {
  background: url(images/divider-horizontal-left.gif) no-repeat right;
}

.terratableghc {
  width: 80%;
  background: url(images/divider-horizontal-mid.gif) repeat-x;
}

.testtableghr {
  background: url(images/divider-horizontal-right.gif) no-repeat left;
}

.terratablegvt {
  background: url(images/divider-vert-top.gif) no-repeat bottom;
}

.terratablegvc {
  height 10;
  background: url(images/divider-vert-mid.gif) repeat-y;
}

.terratableheader {
  background-color: #9FCE66;
  font-weight: bold;
  text-align: center;  
}

.logintable {
  margin-top: 18%;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
}

.loginheader {
  background-color: #9FCE66;
  text-align: center;
  font-weight: bold;
  border-right-style: groove;
  border-bottom-style: groove;
  border-width: 2;
}

.logincell {
  text-align: center;
  font-weight: bold;
  border-right-style: groove;
  border-bottom-style: groove;
  border-width: 2;
}

.buttonbar {
  position: absolute;
  left: 376px;
  top: 138px;  
  width: 431px;
}

.logoutbutton {
  border: none;
  width: 100px;
  height: 27px;
  position: relative;
  left: 18;
}

.weblinkbutton {
  border: none;
  width: 100px;
  height: 27px;
}

.detailsbutton {
  border: none;
  width: 100px;
  height: 27px;
}

.requestbutton {
  border: none;
  width: 100px;
  height: 27px;
}

.reqactbutton {
  border: none;
  width: 100px;
  height: 27px;
}

.submitbutton {
  border: none;
  width: 100px;
  height: 27px;
}

.demobox {
  position: absolute;
  left: 598px;
}

.demobutton {
  border: none;
  width: 100px;
  height: 27px;
}

.calcbutton {
  border: none;
  width: 100px;
  height: 27px;
}

.logo {
  background-image: url(images/logo.gif);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 156px;
  width: 287px;
}

.topblock {
  text-align: center;
  position: absolute;
  top: 0px;
  width: 640;
  left: 80;
}

.bottomblock {
  text-align: center;
  position: absolute;
  top: 450px;
  width: 640;
  left: 80;
}

.lefthalf {
  text-align: center;
  float: left;
  width: 50%;
}

.righthalf {
  text-align: center;
  float: right;
  width: 50%;
}

.centerblock {
  text-align: center;
  position: absolute;
  top: 0px;
  width: 320;
  left: 320;
}

.leftblock {
  text-align: center;
  position: absolute;
  top: 200px;
  width: 160;
  left: 0%;
}

.titlebar {
  background-image: url(images/titlebar.gif);
  background-repeat: no-repeat;
  position: absolute;
  left: 376px;
  top: 108px;
  height: 28px;
  width: 431px;
}

.footer {
  position: absolute;
  bottom: -300;
  height: 329px;
  width: 800px;
  background: url(images/footer.gif) no-repeat;
}

body {
  background-position: 0% 100%;
  min-width: 800px;
  max-width: 800px;
}

.legaltext {
  text-align: center;
  position: absolute;
  bottom: -50px;
  width: 80%;
  left: 10%;
  font-size: small;
}

.acctinfo {
  position: absolute;
  left: 70px;
  top: 200px;
}

.acctdata {
  position: relative;
  top: -150px;
  left: 377px;
}

.message {
  position: relative;
  border: groove;
  width: 50%;
  height: 25px;
  left: 25%;
  background-color: #9FCE66;
  top: 300;
  text-align: center;
  padding-top: 50;
  padding-bottom: 50;
}

.demoheader {
  background-color: #9FCE66;
  text-align: center;
  font-weight: bold;
}

.calctable {
  position: relative;
  top: 0;
  width: 100%;
}
