
.chs-ToggleButton-up,
.chs-ToggleButton-up-hovering,
.chs-ToggleButton-up-disabled,
.chs-ToggleButton-down,
.chs-ToggleButton-down-hovering,
.chs-ToggleButton-down-disabled {
  margin:          0;
  text-decoration: none;
  height:          100%
}

.chs-ToggleButton-up,
.chs-ToggleButton-up-hovering,
.chs-ToggleButton-up-disabled {
  padding:           3px 5px 3px 5px;
  background:        url("../images/select-selected.png");
  background-repeat: no-repeat;
}

.chs-ToggleButton-up {
  border: 1px outset #ccc;
  cursor: pointer;
  cursor: hand;
}

.chs-ToggleButton-up-hovering {
  border:       1px outset;
  border-color: #9cf #69e #69e #7af;
  cursor:       pointer;
  cursor:       hand;
}

.chs-ToggleButton-up-disabled {
  border: 1px outset #ccc;
  cursor: default;
}

.chs-ToggleButton-down,
.chs-ToggleButton-down-hovering,
.chs-ToggleButton-down-disabled {
  padding:               4px 4px 2px 6px;
  background:            url("../images/select-unselected.png";
  background-repeat:     no-repeat;
  background-color:      red;
  background-position:   0% 0%;
  background-attachment: scroll;
  background-image:      url("../images/select-selected.png");
}

.chs-ToggleButton-down {
  border: 1px inset #ccc;
  cursor: pointer;
  cursor: hand;
}

.chs-ToggleButton-down-hovering {
  border:       1px inset;
  border-color: #9cf #69e #69e #7af;
  cursor:       pointer;
  cursor:       hand;
}

.chs-ToggleButton-down-disabled {
  border: 1px inset #ccc;
  cursor: default;
}

