/* Imports */
@import url('ajax.css');

@import url('cart.css');

/* Global Styles */
body {
  background-color: #799d8b;
  margin: 10px;
}

li {
  padding: 5px;
}

table {
  empty-cells: show;
}

thead {
  
}

.thead1 {
  color: white;
  background-color: #799d8b;
  font-size: 12px;
}

tr {
  
}

th {
  background-color: #799d8b;
  border: thin solid #e0e8e4;
  color: #ffffff;
  font-weight: 700;
}

.ltcolor {
  background-color: #e0e8e4;
}

.mdcolor {
  background-color: #799d8b;
}

.dkcolor {
  background-color: #799d8b;
}

td {
  font: 11px Arial, Helvetica, sans-serif;
  color: #666666;
  text-align: left;
}

td.right {
  text-align: right;
}

a {
  color: #799d8b;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #006633;
  background-color: transparent;
  text-decoration: none;
}

/* ID Styles */
table#orderEntry {
  text-align: left
}

#container {
  border-style: solid;
  border-width: 2px;
  border-color: black;
}

#navigation td {
  border-bottom: 1px solid #799d8b;
}

#navigation a {
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #799d8b;
  line-height: 16px;
  letter-spacing: .1em;
  text-decoration: none;
  display: block;
  padding: 8px 6px 10px 20px;
}

#navigation a:hover {
  background: #018400;
  color: #e0e8e4;
}

#logo {
  font: 24px Georgia, Times New Roman, Times, serif;
  color: #018400;
  letter-spacing: .2em;
  line-height: 30px;
  white-space: nowrap;
}

#tagline {
  font: 11px Arial, Helvetica, sans-serif;
  color: #006633;
  letter-spacing: .4em;
  line-height: 18px;
}

#monthformat {
  border-bottom: 1px dashed #006633;
}

#dateformat {
  font: 11px Arial, Helvetica, sans-serif;
  color: #ffffff;
  letter-spacing: .2em;
}

#dateformat a {
  font: 11px Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: .1em;
  text-decoration: none;
}

#dateformat a:hover {
  color: #fbf8c3;
  letter-spacing: .1em;
}

#item_image {
  border: 1px dashed gray;
}

#headerLinks {
  background-color: transparent;
  clear: both;
  color: #018400;
  display: block;
  font-size: medium;
  margin-bottom: 3px;
  padding-right: 5px;
  text-align: right;
  vertical-align: top;
  width: 100%;
}

#headerLinks a {
  background-color: transparent;
  border-right: 1px solid #018400;
  color: #018400;
  display: inline;
  /* font-weight: 700; */
  margin-left: 2px;
  margin-right: 2px;
  padding: 2px;
  vertical-align: middle;
}

/* Class Styles */
.bodyText {
  font: 11px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 20px;
  margin-top: 0px;
}

.container-panel {
  border: 2px solid #018400;
  padding: 3px;
  width: 100%;
}

.error {
  background: transparent;
  color: red;
  font-weight: 700;
}

.help {
  cursor: help;
}

.pageName {
  font: 18px Arial, Helvetica, sans-serif;
  color: #018400;
  line-height: 26px;
  letter-spacing: .21em;
}

.pageHeader {
  color: #799d8b;
  background-color: #ffffff;
  font-weight: 500;
  font-size: large;
}

.dashed-line {
  background: #799d8b url('../images/dashed_line.gif') repeat-x 0px 1px;
  padding: 0;
  margin: 0;
}

.required {
  background: transparent;
  color: red;
  font-weight: 700;
}

.subHeader {
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #006633;
  line-height: 22px;
  letter-spacing: .2em;
}

.quote {
  font: 20px Arial, Helvetica, sans-serif;
  color: #759DA1;
  line-height: 30px;
}

.smallText {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 22px;
}

.navText {
  font: 11px Arial, Helvetica, sans-serif;
  color: #006633;
  line-height: 16px;
  letter-spacing: .1em;
  text-decoration: none;
}

.item_image {
  border: 1px dashed gray;
}

/* Form Buttons */
table.buttons a {
  display: block;
  text-align: center;
  width: 125px;
}

div.buttons a {
  color: #D5EDB3;
  background: #799d8b;
  text-decoration: none;
  font-size: 11px;
  line-height: 16px;
  padding: 2px 2px;
  font-family: Arial, Tahoma, sans-serif;
  font-weight: 700;
  border: 1px solid #000000;
}

div.buttons a:hover {
  color: #666666;
  background: #e0e8e4;
}

div.adding {
  color: #000000;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  z-index: +1;
  font-size: smaller;
  font-weight: 700;
}

img.adding {
  font-size: smaller;
  font-weight: 700;
  padding: 2px;
  vertical-align: middle;
}

div.grayOut {
  background: #d7d7d7;
  display: none;
  height: 100%;
  left: 0;
  /* for IE */
  filter: alpha(opacity =     60);
  /* CSS3 standard */
  opacity: 0.6;
  -moz-opacity: 0.6;
  /* Should be "fixed", but IE doesn't work properly with it */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

div.agreementBox {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  display: none;
  font-size: large;
  height: 400px;
  padding: 10px;
  position: absolute;
  width: 600px;
  z-index: 1001;
}

div.agreementBox img.button {
  color: gray;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 9px;
  font-weight: 700;
}

div.agreementBox div#agreementText {
  border: 1px solid threeddarkshadow;
  clear: both;
  height: 350px;
  margin: 25px;
  overflow: auto;
  width: 550px;
}

span.agreement {
  cursor: pointer;
  display: block;
  margin-left: 20px;
  text-decoration: underline;
}
