/* BEGIN STYLE CLASSES */
.psc-Button {
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.psc-ClickableRegion {
  border-color: #000000;
  border-style: dashed;
  border-width: 1px;
}

.psc-HP_Button {
  background-color: #D5D5D5;
  color: #000000;
  font-size: 11px;
}

.psc-HP_Error {
  color: #FF00F9;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.psc-HP_Page {
  background-color: #D5D5D5;
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
}

.psc-HP_Page_Title {
  background-color: #FFFFFF00;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.psc-HP_ProcessValue {
  color: #0000FF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.psc-Page {
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
}

.psc-clickedSolidBorder {
  border-color: #11FF00;
  border-style: solid;
  border-width: 3px;
}

.psc-solidBorder {
  border-style: solid;
  border-width: 1px;
}
