.button-green {
  display: block;
  background: #f1f1e1 url("../images/btn-up-green.jpg") no-repeat;
  color: #ffffff;
  font: 12px bold verdana,arial,helvetica,sans-serif;
  text-decoration: none;
  margin-top: 8px;
  padding-top: 5px;
  text-align: center;
  width: 87px;
  height: 26px;
}
.button-red {
  display: block;
  background: #f1f1e1 url("../images/btn-up-red.jpg") no-repeat;
  color: #ffffff;
  font: 12px bold verdana,arial,helvetica,sans-serif;
  text-decoration: none;
  text-align: center;
  margin-top: 8px;
  padding-top: 5px;
  width: 87px;
  height: 26px;
}
.button-amber {
  display: block;
  background: #f1f1e1 url("../images/btn-up-amber.jpg") no-repeat;
  color: #003366;
  font: 12px bold verdana,arial,helvetica,sans-serif;
  text-decoration: none;
  text-align: center;
  margin-top: 8px;
  padding-top: 5px;
  width: 87px;
  height: 26px;
}
.button-blue {
  display: block;
  background: #f1f1e1 url("../images/btn-up-blue.jpg") no-repeat;
  color: #ffffff;
  font: 12px bold verdana,arial,helvetica,sans-serif;
  text-decoration: none;
  text-align: center;
  margin-top: 8px;
  padding-top: 5px;
  width: 87px;
  height: 26px;
}

.ctlbutton {
  display: block;
  background: #cccccc url("../images/ctlbttn.jpg") no-repeat;
  color: #ffffff;
  font: 12px bold arial,helvetica,sans-serif;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 25px;
  width: 150px;
  height: 30px;
}
.ctlbutton:hover {
  color: #ffcc00;
  
}
.bluewidget {
  color: #ffffff;
  font-weight: bold;
  background-color: #6633ff;
  border: 2px outset #cccccc;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}
.bluewidget:hover {
  text-decoration: underline;
}
.amberwidget {
  color: #003399;
  font-weight: bold;
  font-size: 10px;
  background-color: #ffcc66;
  border: 2px outset #cccccc;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}
.amberwidget:hover {
  text-decoration: underline;
}
.bluegel {
  display: block;
  width: 54px;
  height: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 9px;
  padding-top: 4px;
  text-align: center;
  background: url("../images/blue-gel.jpg") no-repeat;
}
.yellowgel {
  display: block;
  width: 54px;
  height: 20px;
  text-decoration: none;
  color: #000;
  font-size: 9px;
  padding-top: 4px;
  text-align: center;
  background: url("../images/yellow-gel.jpg") no-repeat;
}
.greengel {
  display: block;
  width: 54px;
  height: 20px;
  text-decoration: none;
  color: #000;
  font-size: 9px;
  padding-top: 4px;
  text-align: center;
  background: url("../images/green-gel.jpg") no-repeat;
}
.greengeltr {
  display: block;
  width: 54px;
  height: 20px;
  text-decoration: none;
  color: #000;
  font-size: 9px;
  padding-top: 4px;
  text-align: center;
  background: url("../images/btn-greengel-tr.gif") no-repeat;
}
.ambergeltr {
  display: block;
  width: 54px;
  height: 20px;
  text-decoration: none;
  color: #000;
  font-size: 9px;
  padding-top: 4px;
  text-align: center;
  background: url("../images/btn-ambergel-tr.gif") no-repeat;
}
.redgel {
  display: block;
  width: 54px;
  height: 20px;
  text-decoration: none;
  color: #000;
  font-size: 9px;
  padding-top: 4px;
  text-align: center;
  background: url("../images/red-gel.jpg") no-repeat;
}