img {
  border: 0px;
}
.submit {
  
}



.itemrow {
  background-color: #e2e2e2;
}

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

.itemtitle {
  color: #FF9900;
  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: #FF9900;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
}

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

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

.savings {
  color: #90BE00;
  font-weight: bold;
}

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

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

.mh {
  background-color: inherit;
  margin-top: 4px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 4px;
  text-align: center;
  border-size: 1px;
  border-color: inherit
}

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: transparent;
}

.dragrow:hover {
  
}
.pwin {
  display: none;
  background-color: #ffc;
  border: 1px solid gray;
}

.pwin_drag {
  border-bottom: 1px solid gray;
  cursor: move;
  height: 18px;
  padding: 4px 0 4px 0;
  font-size: 120%;
  font-weight: bold;
}

.pwin_drag:hover {
  background-color: #ff9;
}

.pwin_content {
  padding: 10px 4px 10px 4px;
}

