/* BEGIN STYLE CLASSES */
.psc-GESStyle\/BeveledOutPanel\/Black {
  background-image: linear-gradient(0deg, rgb(0,0,0) 0%, rgb(50,50,50) 8%, rgb(120,120,120) 50%, rgb(50,50,50) 92%, rgb(0,0,0));
}

.psc-GESStyle\/BeveledOutPanel\/Blue {
  background-image: linear-gradient(0deg, rgb(0,0,128) 0%, rgb(0,0,200) 8%, rgb(200,200,255) 50%, rgb(0,0,200) 92%, rgb(0,0,128));
}

.psc-GESStyle\/BeveledOutPanel\/Gray {
  background-image: linear-gradient(0deg, rgb(128,128,128) 0%, rgb(200,200,200) 8%, rgb(255,255,255) 50%, rgb(200,200,200) 92%, rgb(128,128,128));
}

.psc-GESStyle\/BeveledOutPanel\/Green {
  background-image: linear-gradient(0deg, rgb(0,128,0) 0%, rgb(0,200,0) 8%, rgb(200,255,200) 50%, rgb(0,200,0) 92%, rgb(0,128,0));
}

.psc-GESStyle\/BeveledOutPanel\/Indigo {
  background-image: linear-gradient(0deg, rgb(128,0,128) 0%, rgb(200,0,200) 8%, rgb(255,200,255) 50%, rgb(200,0,200) 92%, rgb(128,0,128));
}

.psc-GESStyle\/BeveledOutPanel\/Red {
  background-image: linear-gradient(0deg, rgb(128,0,0) 0%, rgb(200,0,0) 8%, rgb(255,200,200) 50%, rgb(200,0,0) 92%, rgb(128,0,0));
}

.psc-GESStyle\/BeveledOutPanel\/Teal {
  background-image: linear-gradient(0deg, rgb(0,128,128) 0%, rgb(0,200,200) 8%, rgb(200,255,255) 50%, rgb(0,200,200) 92%, rgb(0,128,128));
}

.psc-GESStyle\/BeveledOutPanel\/White {
  background-image: linear-gradient(0deg, rgb(180,180,180) 0%, rgb(230,230,230) 8%, rgb(255,255,255) 50%, rgb(230,230,230) 92%, rgb(180,180,180));
}

.psc-GESStyle\/BeveledOutPanel\/Yellow {
  background-image: linear-gradient(0deg, rgb(128,128,0) 0%, rgb(200,200,0) 8%, rgb(255,255,200) 50%, rgb(200,200,0) 92%, rgb(128,128,0));
}

.psc-GESStyle\/Button_DoubleBevelCurved\/Black {
  background-image: linear-gradient(90deg,rgba(0,0,0, .8), rgba(255,255,255,0) 5px), linear-gradient(270deg,rgba(0,0,0, .8), rgba(255,255,255,0) 5px), linear-gradient(0deg, rgb(0,0,0) 0%, rgb(50,50,50) 8%, rgb(120,120,120) 50%, rgb(50,50,50) 92%, rgb(0,0,0));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.psc-GESStyle\/Button_DoubleBevelCurved\/Black:hover {
  cursor: pointer;
}

.psc-GESStyle\/Button_DoubleBevelCurved\/Blue {
  background-image: linear-gradient(90deg,rgba(0,0,128, .8), rgba(255,255,255,0) 5px), linear-gradient(270deg,rgba(0,0,128, .8), rgba(255,255,255,0) 5px),linear-gradient(0deg, rgb(30,30,160) 0%, rgb(50,50,200) 8%, rgb(100,100,230) 50%, rgb(50,50,200) 92%, rgb(30,30,160));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.psc-GESStyle\/Button_DoubleBevelCurved\/Blue:hover {
  cursor: pointer;
}

.psc-GESStyle\/Button_DoubleBevelCurved\/Gray {
  background-image: linear-gradient(90deg,rgba(128,128,128, .8), rgba(255,255,255,0) 5px), linear-gradient(270deg,rgba(128,128,128, .8), rgba(255,255,255,0) 5px), linear-gradient(0deg, rgb(110,110,110) 0%, rgb(128,128,128) 8%, rgb(200,200,200) 50%, rgb(128,128,128) 92%, rgb(110,110,110) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.psc-GESStyle\/Button_DoubleBevelCurved\/Gray:hover {
  cursor: pointer;
}

.psc-GESStyle\/Button_DoubleBevelCurved\/Green {
  background-image: linear-gradient(90deg,rgba(0,128,0, .8), rgba(255,255,255,0) 5px), linear-gradient(270deg,rgba(0,128,0, .8), rgba(255,255,255,0) 5px), linear-gradient(0deg, rgb(0,170,0) 0%, rgb(0,220,0) 8%, rgb(160,240,160) 50%, rgb(0,220,0) 92%, rgb(0,170,0));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.psc-GESStyle\/Button_DoubleBevelCurved\/Green:hover {
  cursor: pointer;
}

.psc-GESStyle\/Button_DoubleBevelCurved\/Indigo {
  background-image: linear-gradient(0deg, rgb(128,0,128) 0%, rgb(200,0,200) 8%, rgb(255,200,255) 50%, rgb(200,0,200) 92%, rgb(128,0,128));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.psc-GESStyle\/Button_DoubleBevelCurved\/Indigo:hover {
  cursor: pointer;
}

.psc-GESStyle\/Button_DoubleBevelCurved\/Red {
  background-image: linear-gradient(90deg,rgba(128,0,0, .8), rgba(255,255,255,0) 5px), linear-gradient(270deg,rgba(128,0,0, .8), rgba(255,255,255,0) 5px),linear-gradient(0deg, rgb(170,0,0) 0%, rgb(220,0,0) 8%, rgb(240,160,160) 50%, rgb(220,0,0) 92%, rgb(170,0,0));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.psc-GESStyle\/Button_DoubleBevelCurved\/Red:hover {
  cursor: pointer;
}

.psc-GESStyle\/Button_DoubleBevelCurved\/Silver {
  background-image: linear-gradient(90deg,rgba(128,128,128, .8), rgba(255,255,255,0) 5px), linear-gradient(270deg,rgba(128,128,128, .8), rgba(255,255,255,0) 5px),linear-gradient(0deg, rgb(128,128,128) 0%, rgb(200,200,200) 8%, rgb(255,255,255) 50%, rgb(200,200,200) 92%, rgb(128,128,128));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.psc-GESStyle\/Button_DoubleBevelCurved\/Silver:hover {
  cursor: pointer;
}

.psc-GESStyle\/Button_DoubleBevelCurved\/Teal {
  background-image: linear-gradient(90deg,rgba(0,128,128, .8), rgba(255,255,255,0) 5px), linear-gradient(270deg,rgba(0,128,128, .8), rgba(255,255,255,0) 5px), linear-gradient(0deg, rgb(0,128,128) 0%, rgb(0,200,200) 8%, rgb(200,255,255) 50%, rgb(0,200,200) 92%, rgb(0,128,128));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.psc-GESStyle\/Button_DoubleBevelCurved\/Teal:hover {
  cursor: pointer;
}

.psc-GESStyle\/Button_DoubleBevelCurved\/White {
  background-image: linear-gradient(90deg,rgba(128,128,128, .8), rgba(255,255,255,0) 5px), linear-gradient(270deg,rgba(128,128,128, .8), rgba(255,255,255,0) 5px),linear-gradient(0deg, rgb(180,180,180) 0%, rgb(230,230,230) 8%, rgb(255,255,255) 50%, rgb(230,230,230) 92%, rgb(180,180,180));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.psc-GESStyle\/Button_DoubleBevelCurved\/White:hover {
  cursor: pointer;
}

.psc-GESStyle\/Button_DoubleBevelCurved\/Yellow {
  background-image: linear-gradient(90deg,rgba(128,128,0, .8), rgba(255,255,255,0) 5px), linear-gradient(270deg,rgba(128,128,0, .8), rgba(255,255,255,0) 5px), linear-gradient(0deg, rgb(190,190,0) 0%, rgb(210,210,0) 8%, rgb(255,255,200) 50%, rgb(210,210,0) 92%, rgb(190,190,0));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.psc-GESStyle\/Button_DoubleBevelCurved\/Yellow:hover {
  cursor: pointer;
}

.psc-GESStyle\/Button_DoubleBevelCurved_old\/Black {
  background-image: linear-gradient(0deg, rgb(0,0,0) 0%, rgb(50,50,50) 8%, rgb(120,120,120) 50%, rgb(50,50,50) 92%, rgb(0,0,0));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelCurved_old\/Blue {
  background-image: linear-gradient(0deg, rgb(30,30,160) 0%, rgb(50,50,200) 8%, rgb(100,100,230) 50%, rgb(50,50,200) 92%, rgb(30,30,160));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelCurved_old\/Gray {
  background-image: linear-gradient(0deg, rgb(110,110,110) 0%, rgb(128,128,128) 8%, rgb(200,200,200) 50%, rgb(128,128,128) 92%, rgb(110,110,110) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelCurved_old\/Green {
  background-image: linear-gradient(0deg, rgb(0,170,0) 0%, rgb(0,220,0) 8%, rgb(160,240,160) 50%, rgb(0,220,0) 92%, rgb(0,170,0));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelCurved_old\/Indigo {
  background-image: linear-gradient(0deg, rgb(128,0,128) 0%, rgb(200,0,200) 8%, rgb(255,200,255) 50%, rgb(200,0,200) 92%, rgb(128,0,128));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelCurved_old\/Red {
  background-image: linear-gradient(0deg, rgb(170,0,0) 0%, rgb(220,0,0) 8%, rgb(240,160,160) 50%, rgb(220,0,0) 92%, rgb(170,0,0));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelCurved_old\/Silver {
  background-image: linear-gradient(0deg, rgb(128,128,128) 0%, rgb(200,200,200) 8%, rgb(255,255,255) 50%, rgb(200,200,200) 92%, rgb(128,128,128));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelCurved_old\/Teal {
  background-image: linear-gradient(0deg, rgb(0,128,128) 0%, rgb(0,200,200) 8%, rgb(200,255,255) 50%, rgb(0,200,200) 92%, rgb(0,128,128));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelCurved_old\/White {
  background-image: linear-gradient(0deg, rgb(180,180,180) 0%, rgb(230,230,230) 8%, rgb(255,255,255) 50%, rgb(230,230,230) 92%, rgb(180,180,180));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelCurved_old\/Yellow {
  background-image: linear-gradient(0deg, rgb(170,170,0) 0%, rgb(200,200,0) 8%, rgb(255,255,200) 50%, rgb(200,200,0) 92%, rgb(170,170,0));
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelFlat\/Black {
  background-image: linear-gradient(to bottom, rgb(0,0,0) 0%, rgb(70, 70, 70) 10%, rgb(70, 70, 70) 90%,rgb(0,0,0) 100%);
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelFlat\/Gray {
  background-image: linear-gradient(to bottom, rgb(128,128,128)0%, rgb(200,200,200) 10%,  rgb(200,200,200) 90%,rgb(128,128,128) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelFlat\/Green {
  background-image: linear-gradient(to bottom,rgb(40, 165, 22)0%, rgb(0,255,0)10%,rgb(0,255,0)90%,rgb(40, 165, 22) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelFlat\/Red {
  background-image: linear-gradient(to bottom, rgb(175, 22, 7) 0%, rgb(255,0,0) 10%,rgb(255,0,0) 90%,rgb(175, 22, 7) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelFlat\/White {
  background-image: linear-gradient(to bottom, rgb(200,200,200) 0%, rgb(255,255,255) 10%,  rgb(255,255,255) 90%, rgb(200,200,200) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_DoubleBevelFlat\/Yellow {
  background-image: linear-gradient(to bottom, rgb(242, 214, 0) 0%, rgb(245,245,0) 10%,rgb(245,245,0) 90%, rgb(242, 214, 0) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_TopBevel\/Black {
  background-image: linear-gradient(to bottom, rgb(0,0,0) 0%, rgb(70, 70, 70) 10%, rgb(0,0,0) 100%);
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_TopBevel\/Gray {
  background-image: linear-gradient(to bottom, rgb(128,128,128)0%, rgb(200,200,200) 10%, rgb(128,128,128) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_TopBevel\/Green {
  background-image: linear-gradient(to bottom,rgb(40, 165, 22)0%, rgb(0,255,0)10%,rgb(40, 165, 22) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_TopBevel\/Red {
  background-image: linear-gradient(to bottom, rgb(175, 22, 7) 0%, rgb(255,0,0) 10%,rgb(175, 22, 7) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_TopBevel\/Silver {
  background-image: linear-gradient(to bottom, rgb(200,200,200)0%, rgb(200,200,200) 10%, rgb(200,200,200) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Button_TopBevel\/Yellow {
  background-image: linear-gradient(to bottom, rgb(242, 214, 0) 0%, rgb(245,245,0) 10%, rgb(242, 214, 0) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Generator\/On {
}

.psc-GESStyle\/Gradient_DarktoLight\/Black {
  background-image: linear-gradient(to bottom, rgb(0,0,0), rgb(80,80,80));
}

.psc-GESStyle\/Gradient_DarktoLight\/Blue {
  background-image: linear-gradient(to top, rgb(0,0,255), rgb(0,0,128));
}

.psc-GESStyle\/Gradient_DarktoLight\/Gray {
  background-image: linear-gradient(to bottom, rgb(170,170,170), rgb(200,200,200));
}

.psc-GESStyle\/Gradient_DarktoLight\/Green {
  background-image: linear-gradient(to top, rgb(0,255,0), rgb(0,200,0));
}

.psc-GESStyle\/Gradient_DarktoLight\/Indigo {
  background-image: linear-gradient(to top, rgb(255,0,255), rgb(200,0,200));
}

.psc-GESStyle\/Gradient_DarktoLight\/Red {
  background-image: linear-gradient(to top, rgb(255,0,0), rgb(186,0,0));
}

.psc-GESStyle\/Gradient_DarktoLight\/Teal {
  background-image: linear-gradient(to top, rgb(0,255,255), rgb(0,200,200));
}

.psc-GESStyle\/Gradient_DarktoLight\/White {
  background-image: linear-gradient(to bottom, rgb(220,220,220), rgb(255,255,255));
}

.psc-GESStyle\/Gradient_DarktoLight\/Yellow {
  background-image: linear-gradient(to top, rgb(255,255,0), rgb(186,186,0));
}

.psc-GESStyle\/Gradient_LighttoDark\/Black {
  background-image: linear-gradient(to top, rgb(0,0,0), rgb(80,80,80));
}

.psc-GESStyle\/Gradient_LighttoDark\/Blue {
  background-image: linear-gradient(to bottom, rgb(0,0,255), rgb(0,0,128));
}

.psc-GESStyle\/Gradient_LighttoDark\/Gray {
  background-image: linear-gradient(to top, rgb(170,170,170), rgb(200,200,200));
}

.psc-GESStyle\/Gradient_LighttoDark\/Green {
  background-image: linear-gradient(to bottom, rgb(0,255,0), rgb(0,200,0));
}

.psc-GESStyle\/Gradient_LighttoDark\/Indigo {
  background-image: linear-gradient(to bottom, rgb(255,0,255), rgb(200,0,200));
}

.psc-GESStyle\/Gradient_LighttoDark\/Red {
  background-image: linear-gradient(to bottom, rgb(255,0,0), rgb(186,0,0));
}

.psc-GESStyle\/Gradient_LighttoDark\/Teal {
  background-image: linear-gradient(to bottom, rgb(0,255,255), rgb(0,200,200));
}

.psc-GESStyle\/Gradient_LighttoDark\/White {
  background-image: linear-gradient(to top, rgb(220,220,220), rgb(255,255,255));
}

.psc-GESStyle\/Gradient_LighttoDark\/Yellow {
  background-image: linear-gradient(to bottom, rgb(255,255,0), rgb(186,186,0));
}

.psc-GESStyle\/GrayButton {
  background-color: #D5D5D5;
  border-style: outset;
  border-width: 2px;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Grid_Cell\/White {
  background-color: #ffffff;
  background-image: linear-gradient(to top, rgb(220,220,220), rgb(255,255,255));
  border-color: #000000;
  border-style: groove;
  border-width: 2px;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Grid_Cell\/White_OpenLeft {
  background-color: #ffffff;
  background-image: linear-gradient(to top, rgb(220,220,220), rgb(255,255,255));
  border-color: #00FF00;
  border-style: groove;
  border-width: 2px;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Grid_Cell\/White_OpenRight {
  background-color: #ffffff;
  background-image: linear-gradient(to top, rgb(220,220,220), rgb(255,255,255));
  border-color: #00FF00;
  border-style: groove;
  border-width: 2px;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Header_Section\/Black {
  background-image: linear-gradient(to bottom, rgb(0,0,0) 0%, rgb(70, 70, 70) 10%, rgb(0,0,0) 100%);
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Header_Section\/Gray {
  background-image: linear-gradient(to bottom, rgb(128,128,128)0%, rgb(200,200,200) 10%, rgb(128,128,128) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Header_Section\/Green {
  background-image: linear-gradient(to bottom,rgb(40, 165, 22)0%, rgb(0,255,0)10%,rgb(40, 165, 22) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Header_Section\/Red {
  background-image: linear-gradient(to bottom, rgb(175, 22, 7) 0%, rgb(255,0,0) 10%,rgb(175, 22, 7) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Header_Section\/Yellow {
  background-image: linear-gradient(to bottom, rgb(242, 214, 0) 0%, rgb(245,245,0) 10%, rgb(242, 214, 0) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/LabelText {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
}

.psc-GESStyle\/Panel {
  border-style: solid;
  border-top-left-radius: 2%;
  border-top-right-radius: 2%;
  border-bottom-left-radius: 2%;
  border-bottom-right-radius: 2%;
  margin-bottom: 10px;
  overflow: hidden;
}

.psc-GESStyle\/Pipes\/PipeCorner_Blue {
  background-image: radial-gradient(farthest-side at 0% 0%, rgba(0,0,128) 0%, rgba(0,0,255) 52%, rgba(0,0,128) 100%);
  border-bottom-right-radius: 100%;
}

.psc-GESStyle\/Pipes\/PipeCorner_Brown {
  background-image: radial-gradient(farthest-side at 0% 0%, rgba(97,61,25) 0%, rgba(120,120,0) 52%, rgba(97,61,25) 100%);
  border-bottom-right-radius: 100%;
}

.psc-GESStyle\/Pipes\/PipeCorner_Gray {
  background-image: radial-gradient(farthest-side at 0% 0%, rgba(128,128,128) 0%, rgba(255,255,255) 52%, rgba(128,128,128) 100%);
  border-bottom-right-radius: 100%;
}

.psc-GESStyle\/Pipes\/PipeCorner_Green {
  background-image: radial-gradient(farthest-side at 0% 0%, rgba(0,128,0) 0%, rgba(0,255,0) 52%, rgba(0,128,0) 100%);
  border-bottom-right-radius: 100%;
}

.psc-GESStyle\/Pipes\/PipeCorner_Indigo {
  background-image: radial-gradient(farthest-side at 0% 0%, rgba(128,0,128) 0%, rgba(255,0,255) 52%, rgba(128,0,128) 100%);
  border-bottom-right-radius: 100%;
}

.psc-GESStyle\/Pipes\/PipeCorner_Red {
  background-image: radial-gradient(farthest-side at 0% 0%, rgba(128,0,0) 0%, rgba(255,0,0) 52%, rgba(128,0,0) 100%);
  border-bottom-right-radius: 100%;
}

.psc-GESStyle\/Pipes\/PipeCorner_Teal {
  background-image: radial-gradient(farthest-side at 0% 0%, rgba(0,128,128) 0%, rgba(0,255,255) 52%, rgba(0,128,128) 100%);
  border-bottom-right-radius: 100%;
}

.psc-GESStyle\/Pipes\/PipeCorner_Yellow {
  background-image: radial-gradient(farthest-side at 0% 0%, rgba(128,128,0) 0%, rgba(255,255,0) 52%, rgba(128,128,0) 100%);
  border-bottom-right-radius: 100%;
}

.psc-GESStyle\/Pipes\/Pipe_Blue {
  background-image: linear-gradient(to bottom, rgb(0,0,128), rgb(0,0,255), rgb(0,0,128));
}

.psc-GESStyle\/Pipes\/Pipe_Brown {
  background-image: linear-gradient(to bottom, rgb(97,61,25), rgb(120,120,0), rgb(97,61,25));
}

.psc-GESStyle\/Pipes\/Pipe_Gray {
  background-image: linear-gradient(to bottom, rgb(128,128,128), rgb(255,255,255), rgb(128,128,128));
}

.psc-GESStyle\/Pipes\/Pipe_Green {
  background-image: linear-gradient(to bottom, rgb(0,128,0), rgb(0,255,0), rgb(0,128,0));
}

.psc-GESStyle\/Pipes\/Pipe_Indigo {
  background-image: linear-gradient(to bottom, rgb(128,0,128), rgb(255,0,255), rgb(128,0,128));
}

.psc-GESStyle\/Pipes\/Pipe_Red {
  background-image: linear-gradient(to bottom, rgb(128,0,0), rgb(255,0,0), rgb(128,0,0));
}

.psc-GESStyle\/Pipes\/Pipe_Teal {
  background-image: linear-gradient(to bottom, rgb(0,128,128), rgb(0,255,255), rgb(0,128,128));
}

.psc-GESStyle\/Pipes\/Pipe_Yellow {
  background-image: linear-gradient(to bottom, rgb(128,128,0), rgb(255,255,0), rgb(128,128,0));
}

.psc-GESStyle\/Setpoint {
  background-image: linear-gradient(to bottom, #4747FF 10%, rgb(0,0,255));
  border-color: #AAAAAA;
  border-style: solid;
  border-width: 2px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/SilverHeader {
  background-image: linear-gradient(0deg, rgb(128,128,128) 0%, rgb(255,255,255) 8%, rgb(200,200,200) 95%, rgb(128,128,128) 100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.psc-GESStyle\/SilverPlate {
  background-image: linear-gradient(rgb(230,230,230) 8%, rgb(180,180,180)100%);
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.psc-GESStyle\/States\/Alarm {
  background-color: #FF0000;
  background-image: linear-gradient(to bottom, rgb(255,0,0) 10%, rgb(190, 9, 29));
  border-color: #000000;
  border-style: solid;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/States\/AutoOff {
  background-color: #000000;
  background-image: linear-gradient(to bottom, rgb(200,200,200) 10%, rgb(128,128,128));
  border-color: #000000;
  border-style: solid;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/States\/AutoOn {
  background-color: #00FF00;
  background-image: linear-gradient(to bottom, rgb(0,255,0) 10%, rgb(40, 165, 22));
  border-color: #000000;
  border-style: solid;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/States\/Manual {
  background-color: #FFFF00;
  background-image: linear-gradient(to bottom, rgb(255,255,0) 10%, rgb(230,200,10));
  border-color: #000000;
  border-style: solid;
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/States\/Off {
  background-color: #000000;
  background-image: linear-gradient(to bottom, rgb(80, 80, 80), rgb(0,0,0) 90%);
  border-color: #FFFFFF;
  border-style: solid;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/TextCenteredWhiteHeader {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/TextCenteredWhiteHeader_Double {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/TexturedPanels\/Beveled_Flat {
  background-image: linear-gradient(0deg, rgb(128,128,128) 0%, rgb(255,255,255) 8%, rgb(200,200,200) 95%, rgb(128,128,128) 100%));
}

.psc-GESStyle\/TexturedPanels\/Beveled_Out {
  background-image: linear-gradient(0deg, rgb(128,128,128) 0%, rgb(200,200,200) 8%, rgb(255,255,255) 50%, rgb(200,200,200) 92%, rgb(128,128,128));
}

.psc-GESStyle\/ValueDisplay {
  background-image: linear-gradient(180deg, rgba(170,170,170,1) 0%, rgba(255,255,255,1) 5%, rgba(187,187,187,1) 85%, rgba(255,255,255,1) 95%, rgba(170,170,170,1) 100%);
  border-color: #AAAAAA;
  border-style: solid;
  border-width: 2px;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Value_Display\/BlackWhite {
  background-color: #000000;
  border-color: #FFFFFF;
  border-style: groove;
  border-width: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Value_Display\/Blue {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, rgb(0,0,255), rgb(0,0,160));
  border-color: #AAAAAA;
  border-style: groove;
  border-width: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Value_Display\/Gray {
  background-image: linear-gradient(to top, rgb(170,170,170), rgb(200,200,200));
  border-color: #000000;
  border-style: groove;
  border-width: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Value_Display\/Green {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, rgb(0,255,0), rgb(0,200,0));
  border-color: #AAAAAA;
  border-style: groove;
  border-width: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Value_Display\/Red {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, rgb(255,0,0), rgb(186,0,0));
  border-color: #AAAAAA;
  border-style: groove;
  border-width: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Value_Display\/Teal {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, rgb(0,255,255), rgb(0,200,200));
  border-color: #AAAAAA;
  border-style: groove;
  border-width: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Value_Display\/White {
  background-color: #ffffff;
  background-image: linear-gradient(to top, rgb(220,220,220), rgb(255,255,255));
  border-color: #AAAAAA;
  border-style: groove;
  border-width: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-GESStyle\/Value_Display\/Yellow {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, rgb(255,255,0), rgb(186,186,0));
  border-color: #AAAAAA;
  border-style: groove;
  border-width: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #000000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.psc-Header\/Header {
  background-color: #FFFFFF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  fill: #000000;
}

.psc-Header\/Icon {
  cursor: pointer;
  fill: #FFFFFF;
}

.psc-Menu\/All_Header {
  background-color: #57584F;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-transform: none;
}

.psc-Menu\/Item {
  background-color: #FFFFFF;
  border-color: #9B9B9B;
  border-width: 1px;
  border-left-color: #BEBEBE;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #BEBEBE;
  border-right-style: solid;
  border-right-width: 1px;
  color: #2E2E2E;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.psc-Menu\/Item_Selected {
  background-color: #E6EAEE;
  border-color: #9B9B9B;
  border-width: 1px;
  color: #2E2E2E;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.psc-Menu\/Menu {
  background-color: #000000;
}

.psc-PageBackground {
  background-color: #D5D5D5;
}

.psc-ScreenTitle {
  color: #AC0000;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.psc-TextCenteredBlack {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.psc-TextCenteredBlackHeader {
  color: #000000;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.psc-TextCenteredGreenHeader {
  color: #00FF00;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.psc-TextCenteredRedHeader {
  color: #FF0000;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.psc-TextCenteredWhiteHeader {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.psc-TextLeftBlackHeader {
  color: #000000;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

@keyframes psc-Header\/Alarm_Active-anim {
  0% {
    color: #000000;
    fill: #E7F5FF;
  }
  100% {
    color: #FFCCCC;
    fill: #FFCCCC;
  }
}
.psc-Header\/Alarm_Active {
  animation-name: psc-Header\/Alarm_Active-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-Header\/Alarm_Active_Dark-anim {
  0% {
    color: #2E2E2E;
    fill: #2E2E2E;
  }
  100% {
    color: #FF4747;
    fill: #FF4747;
  }
}
.psc-Header\/Alarm_Active_Dark {
  animation-name: psc-Header\/Alarm_Active_Dark-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
