.btnSubmit {
  cursor: pointer;
  height: 27px;
  padding: 3px 10px 5px;
  margin: 3px;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 100%;
  color: #356684;
  background: url("/images/fast/btn_bkgd.gif") repeat-x #b6b6b6;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}
.btnSubmit.disabled {
  color: red;
}
.btnSubmit:active {
  background: url("images/fast/btn_bkgd_active.gif") repeat-x #acacac;
  color: #fff;
}
.btnSubmit:hover {
  color: #103547;
  background: url("/images/fast/btn_bkgd_hover.gif") repeat-x #e4e4e4;
}

.simpleSubmit {
  cursor: pointer;
  height: 27px;
  padding: 3px 10px 5px;
  margin: 3px;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 100%;
  color: #356684;
  background: url("/images/fast/btn_bkgd.gif") repeat-x #b6b6b6;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}
.simpleSubmit:hover {
  color: #103547;
  background: url("/images/fast/btn_bkgd_hover.gif") repeat-x #e4e4e4;
}
.simpleSubmit:active {
  background: url("/images/fast/btn_bkgd_active.gif") repeat-x #acacac;
  color: #fff;
}
.simpleSubmit.disabled {
  color: red;
}

.simpleSubmitToggle {
  cursor: pointer;
  height: 27px;
  padding: 4px 10px 5px;
  margin: 3px;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 100%;
  background: url("/images/fast/btn_bkgd_active.gif") repeat-x #acacac;
  color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
}
.simpleSubmitToggle:hover {
  color: #103547;
  background: url("/images/fast/btn_bkgd_hover.gif") repeat-x #e4e4e4;
}
.simpleSubmitToggle:active {
  color: #356684;
  background: url("/images/fast/btn_bkgd.gif") repeat-x #b6b6b6;
}

.simpleSubmitDark {
  cursor: pointer;
  height: 27px;
  padding: 4px 10px 5px;
  margin: 3px;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 100%;
  color: #e4ecef;
  background: url("/images/fast/btnDark_bkgd.gif") repeat-x #343434;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  float: right;
}
.simpleSubmitDark:hover {
  color: #fff;
  background: url("images/fast/btnDark_bkgd_hover.gif") repeat-x #666666;
}
.simpleSubmitDark:active {
  background: url("images/fast/btn_bkgd_active.gif") repeat-x #acacac;
  color: #fff;
}

.simpleSubmitD {
  cursor: default;
  height: 27px;
  padding: 4px 10px 5px;
  margin: 3px;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 100%;
  color: #777777;
  background: url("../img/btn_bkgd_hover.gif") repeat-x #b6b6b6;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.simpleBtn {
  cursor: pointer;
  color: #356684;
  position: relative;
  margin: 3px 10px 3px 0;
  width: auto;
  float: left;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}
.simpleBtn a {
  background-image: url("/images/fast/btn_bkgd.gif");
  display: block !important;
  padding: 1px 9px 7px;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
}
.simpleBtn a:hover {
  background-image: url("/images/fast/btn_bkgd_hover.gif");
  color: #103547;
}
.simpleBtn a:active {
  background-image: url("/images/fast/btn_bkgd_active.gif");
  color: #fff;
}

.simpleBtn2 {
  color: #356684;
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
  line-height: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.simpleBtn2 a {
  display: block !important;
  margin: 0 -1px;
  padding: 0 0 0 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ccc;
  cursor: pointer;
  text-decoration: none;
}
.simpleBtn2 a:hover {
  background: #e4ecef;
}
.simpleBtn2 a:active {
  background-color: #d84a19;
  color: #fff;
}

.highlightButton {
  display: block !important;
  line-height: 29px;
  margin: 0 -1px;
  padding: 0 0 0 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  background: #d84a19;
}
.highlightButton a {
  color: #fff;
}

.simpleBtn3 {
  color: #e4ecef;
  position: relative;
  margin: 3px 0 3px 10px;
  width: auto;
  float: right;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}
.simpleBtn3 a {
  color: #e4ecef;
  background-image: url("/images/fast/btnDark_bkgd.gif");
  display: block !important;
  padding: 4px 9px;
  height: 19px;
  text-decoration: none;
}
.simpleBtn3 a:hover {
  background-image: url("/images/fast/btnDark_bkgd_hover.gif");
  color: #fff;
}
.simpleBtn3 a:active {
  background-image: url("/images/fast/btn_bkgd_active.gif");
  color: #fff;
}

.simpleBtnD {
  position: relative;
  margin: 3px 10px 3px 0;
  width: auto;
  float: left;
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  background-image: url("/images/fast/btn_bkgd_hover.gif");
  color: #777777;
  padding: 1px 9px 7px;
  height: 19px;
  line-height: 27px;
  text-decoration: none;
}
.simpleBtnD a {
  color: #777777;
  cursor: default;
  background-image: url("/images/fast/btn_bkgd_hover.gif");
  display: block !important;
  padding: 1px 9px 7px;
  height: 19px;
  line-height: 27px;
  text-decoration: none;
}

.ui-stepper .ui-stepper-plus2 {
  width: 14px;
  height: 12px;
  border: 1px solid #999;
  background: #ccc;
  padding: 0;
  margin: 0;
  z-index: 100;
  align: left;
  position: absolute;
  right: 0;
  font-family: "Courier New", "Courier", "monospace";
}
.ui-stepper .ui-stepper-minus2 {
  width: 14px;
  height: 12px;
  border: 1px solid #999;
  background: #ccc;
  padding: 0;
  margin: 0;
  z-index: 100;
  align: left;
  position: absolute;
  right: 0;
  font-family: "Courier New", "Courier", "monospace";
  bottom: 0;
}
.ui-stepper .ui-stepper-plus2::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ui-stepper .ui-stepper-minus2::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btDeleteScore {
  display: inline-block;
  margin: 0 5px -7px -5px;
  width: 24px;
  height: 24px;
  background: url("/images/fast/btDeleteScore.png") no-repeat 0 0;
}
.btDeleteScore:hover {
  background-position: 0 -24px;
}
.btDeleteScore span {
  position: absolute;
  top: -999em;
}

.btNotAssessed {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/images/fast/btAssessmMissed.png") no-repeat 0 0;
}

.btProcessing {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}

.processingSpinner {
	font-size: 1.7em;
	color: #7d7d7d;
}

.btNotValid {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/images/fast/btnMinus.png") no-repeat 0 0;
}

.btNotVisible {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/images/fast/btAssessmNotVisible.png") no-repeat 0 0;
}

.btClickToAssess {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/images/fast/btClickToAssess.png") no-repeat 0 0;
}
.btClickToAssess:hover {
  background-position: 0 -24px;
}
.btClickToAssess span {
  position: absolute;
  top: -999em;
}

.btClickToResume {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/images/fast/btClickToResume.png") no-repeat 0 0;
}
.btClickToResume span {
  position: absolute;
  top: -999em;
}

.btExpand {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 24px;
  height: 24px;
  background: url("/images/fast/btExpand.png") no-repeat 0 0;
}
.btExpand:hover {
  background-position: 0 -24px;
}
.btExpand span {
  position: absolute;
  top: -999em;
}

.btHighRisk {
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url("/images/fast/risk.png") no-repeat 0 0;
}

.simpleBtnTouch {
  color: #356684;
  position: relative;
  margin: 3px 30px 3px 0;
  width: auto;
  float: left;
  border: 1px solid #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  letter-spacing: 1px;
}
.simpleBtnTouch a {
  background-image: url("/images/fast/btn_bkgd_touch.gif");
  display: block !important;
  padding: 1px 12px 7px;
  height: 34px;
  line-height: 42px;
  text-decoration: none;
}
.simpleBtnTouch a:hover {
  background-image: url("/images/fast/btn_bkgd_touch_hover.gif");
  color: #103547;
}
.simpleBtnTouch a:active {
  background-image: url("/images/fast/btn_bkgd_touch_active.gif");
  color: #fff;
}

.simpleBtnSAP {
  color: #356684;
  position: relative;
  margin: 3px 15px;
  min-width: 200px;
  float: left;
  border: 2px solid #999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  letter-spacing: 2px;
  font-size: 170%;
  overflow: hidden;
}
.simpleBtnSAP a {
  background-image: url("/images/fast/btn_bkgd_sap.gif");
  display: block !important;
  padding: 1px 18px 7px;
  height: 92px;
  line-height: 100px;
  text-decoration: none;
}
.simpleBtnSAP a:hover {
  background-image: url("/images/fast/btn_bkgd_sap_hover.gif");
  color: #103547;
}
.simpleBtnSAP a:active {
  background-image: url("/images/fast/btn_bkgd_sap_active.gif");
  color: #fff;
}

.simpleBtnSAP_alert {
  color: #356684;
  position: relative;
  margin: 3px 15px;
  min-width: 200px;
  float: left;
  border: 2px solid #d84a19;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  letter-spacing: 2px;
  font-size: 170%;
  overflow: hidden;
}
.simpleBtnSAP_alert a {
  background-image: url("/images/fast/btn_bkgd_sap.gif");
  display: block !important;
  padding: 1px 18px 7px;
  height: 92px;
  line-height: 100px;
  text-decoration: none;
}
.simpleBtnSAP_alert a:hover {
  background-image: url("/images/fast/btn_bkgd_sap_hover.gif");
  color: #103547;
}
.simpleBtnSAP_alert a:active {
  background-image: url("/images/fast/btn_bkgd_sap_active.gif");
  color: #fff;
}

.simpleBtnSAP_green {
  color: #00ff00;
  position: relative;
  margin: 3px 15px;
  min-width: 200px;
  float: left;
  border: 2px solid #00ff00;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  letter-spacing: 2px;
  font-size: 170%;
  overflow: hidden;
}

.simpleBtnAut {
  color: #356684;
  position: relative;
  margin: 3px 6px;
  min-width: 42px;
  float: left;
  border: 2px solid #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  font-size: 120%;
  overflow: hidden;
}
.simpleBtnAut a {
  background-image: url("/images/fast/btn_bkgd_sap.gif");
  display: block !important;
  padding: 1px 12px 2px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}
.simpleBtnAut a:hover {
  background-image: url("/images/fast/btn_bkgd_sap_hover.gif");
  color: #103547;
}
.simpleBtnAut a:active {
  background-image: url("/images/fast/btn_bkgd_sap_active.gif");
  color: #fff;
}

.listAdd {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 24px;
  height: 24px;
  background: url("/images/icon/list-add-4-24.png") no-repeat 0 0;
}

.listDelete {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 20px;
  height: 20px;
  background: url("/images/icon/list-remove-4-24.png") no-repeat 0 0;
}

.listEdit {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 24px;
  height: 24px;
  background: url("/images/icon/list-edit-16.png") no-repeat 0 0;
  opacity: 1;
}

.pageEdit {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 24px;
  height: 24px;
  background: url("/images/icon/list-edit-16.png") no-repeat 0 0;
}

.listSave {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 24px;
  height: 24px;
  background: url("/images/icon/dialog-ok-3-24.png") no-repeat 0 0;
}

.listCancel {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 24px;
  height: 24px;
  background: url("/images/icon/dialog-close-22.png") no-repeat 0 0;
}

.btnRemove {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 24px;
  height: 24px;
  background: url("/images/icon/process-stop-6.png") no-repeat 0 0;
}

.simpleSelect {
  position: relative;
  margin: 3px 10px 3px 0;
  float: left;
  height: 29px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: url("/images/fast/btn_bkgd.gif") center #ddd;
}
.simpleSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url("/images/fast/btn_triangle.png") no-repeat right;
  padding: 2px 8px;
  line-height: 27px;
  height: 29px;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 100%;
  color: #356684;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}

.simpleSelectR {
  position: relative;
  margin: 3px 10px 3px 0;
  float: right;
  height: 29px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: url("/images/fast/btn_bkgd.gif") center #ddd;
}
.simpleSelectR select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url("/images/fast/btn_triangle.png") no-repeat right;
  padding: 2px 8px;
  line-height: 27px;
  height: 29px;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 100%;
  color: #356684;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}

.simpleBtnR {
  cursor: pointer;
  color: #356684;
  position: relative;
  margin: 3px 10px 3px 0;
  width: auto;
  float: right;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}
.simpleBtnR a {
  background-image: url("/images/fast/btn_bkgd.gif");
  display: block !important;
  padding: 1px 9px 7px;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  cursor: pointer;
}
.simpleBtnR a:hover {
  background-image: url("/images/fast/btn_bkgd_hover.gif");
  color: #103547;
}
.simpleBtnR a:active {
  background-image: url("/images/fast/btn_bkgd_active.gif");
  color: #fff;
}

.listDisable {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 24px;
  height: 24px;
  background: url("/images/icon/dialog-disable-22.png") no-repeat 0 0;
}

.listDisableGrayed {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 24px;
  height: 24px;
  background: url("/images/fast/btAssessmMissed.png") no-repeat 0 0;
}

.listEnable {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 24px;
  height: 24px;
  background: url("/images/icon/edit-enable-22.png") no-repeat 0 0;
}

.loadingGif {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 32px;
  height: 32px;
  background: url("/images/colorbox/loading.gif") no-repeat 0 0;
}

.simpleBtnWid {
  color: #356684;
  position: relative;
  margin: 3px 13px 8px 0;
  width: 100px;
  float: left;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  font-size: 90%;
  text-align: left;
}
.simpleBtnWid a {
  background: #e4e4e4;
  background-image: url("/styles/images/btn_bkgd_Wid.gif");
  display: block !important;
  padding: 3px;
  height: 42px;
  line-height: 14px;
  text-decoration: none;
}
.simpleBtnWid a:hover {
  background: #e5e5e5;
  color: #103547;
}
.simpleBtnWid a:active {
  background: #ecccba;
}
.simpleBtnWid a.disabled {
  background: #d6d6d6;
  display: block !important;
  padding: 3px;
  height: 42px;
  line-height: 14px;
  text-decoration: none;
}
.simpleBtnWid .txtOrange {
  color: #d84a19;
  display: block;
}

.listViewStatistics {
  display: inline-block;
  margin: 0 0 -7px 3px;
  width: 24px;
  height: 24px;
  background: url("/images/icon/view-statistics.png") no-repeat 0 0;
  opacity: 1;
}
