body {
  background-color: #e2e2e2;
  font-family: arial;
  font-size: 12px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 14px;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

.head {
  width: 100%;
  height: 50px;
  background: url(images/head.png) repeat-x;
  border-bottom: 4px solid #0051FF;
  padding-bottom: 0;
  margin-bottom: 14px;
  position: fixed;
  top: 0;
}

.foot {
  width: 100%;
  height: 44px;
  background: url(images/foot.png) repeat-x;
  border-top: 4px solid #0051FF;
  padding-top: 0;
  margin-top: 14px;
  position: fixed;
  bottom: 0;
  color: #f1f1f1;
}

.body {
  padding: 10px;
  margin-top: 44px;
  margin-bottom: 44px;
}


.block_left {
  width: 10px;
  height: 16px;
  background: url(images/box-0-0.png) no-repeat;
}

.block_mid {
  width: 100%;
  height: 16px;
  background: url(images/box-0-1.png) repeat-x;
}

.block_right {
  width: 10px;
  height: 16px;
  background: url(images/box-0-3.png) no-repeat;
}

.block_bg {
  background-color: #f1f1f1;
}

a:active, a:link, a:visited {
  color: #00003e;
  text-decoration: none;
}

a:hover {
  color: #85C329;
  text-decoration: underline;
}

.topnav {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding-left: 12px;
}

a.tnlink:active, a.tnlink:link, a.tnlink:visited {
  color: #ffffff;
  text-decoration: none;
}

a.tnlink:hover {
  opacity: .75;
}

img {
  border: 0px;
}

input, textarea, select {
  font-size: 14px;
  font-family: monospace;
}


th {
  text-align: center;
  font-weight: bold;
  font-family: serif;
  font-size: 14px;
}

.submit {
  padding: 2px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  font-family : Arial, sans-serif;
  border: 1px solid #0051FF;
  color:#ffffff;
  height: 26px;
  background: url(images/submit.png) repeat;
}

.submit:hover {
  color: #efefef;
  border: 1px solid #999999;
  background: url(images/submit1.png) repeat;
}

#manage {
  margin-top: 3px; padding-top:2px; border-top: 1px solid black;
}

.catmenu-row {
  color: #000024;
  margin-bottom: 2px;
}

a.catmenu-link:link, .catmenu-link:active, .catmenu-link:visited {
  color: #00003e;
  text-decoration: none;
}

a.catmenu-link:hover {
  color: #85C329;
  text-decoration: underline;
}

.itemrow {
  background-color: #e2e2e2;
}

.itemrow:hover {
  background-color: #DFE5FF;
}

.itemtitle {
  color: #FF5C00;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
}

.itemdetails {
  padding: 8px 8px 8px 8px;
  font-style: oblique;
}

.warning {
  color: #FF5C00;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
}

.warning2 {
  color: #FF5C00;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}

.cost {
  color: #FF5C00;
  font-weight: bold;
}

.savings {
  color: #85C329;
  font-weight: bold;
}

.total {
  color: #FF0000;
  font-weight: bold;
}

.tiny {
  color: #FF5C00;
  font-size: 10px;
  font-family: Verdana;
  /* font-weight: bold; */
}

.mh {
  color: #85C329;
  background-color: #282D38;
  margin-top: 4px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 4px;
  text-align: center;
}

a.img:active, a.img:link, a.img:visited, a.img:hover {
  text-decoration: none;
}

.admin_title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 48px;
  color: #FF5C00;
  font-size : 22px;
  font-weight: bold;
  text-align: left;
  padding-left: 52px;
  background: url(images/admin_icon.png) no-repeat left;
  margin-bottom: 8px;
}

div.suggestions {
  border: 1px solid black;
  position: absolute;
  background-color: #f1f1f1;
  overflow: auto;
  max-height: 55%;
  padding: 4px;
  z-index: 101;
}

div.suggestions div {
  cursor: default;
  padding: 0px 3px;
}

div.suggestions div.current {
  background-color: #DFE5FF;
}

.dragrow {
  width: 100%;
  cursor: pointer;
  border: 1px solid #000;
  margin: 1px 0 1px 0;
  padding: 2px 4px 2px 4px;
  background-color: #e2e2e2;
}

.dragrow:hover {
  background-color: #DFE5FF;
}

