.loginFormTitle {
  text-align: left;
  background-color: #eeeeee;
  font-weight: bold;
  height: 30px;
  padding-bottom: 10px;
}

.loginFieldLabel {
  text-align: right;
  padding: 4px;
  font-weight: bold;
  white-space: nowrap;
}

.loginFieldBody {
  text-align: left;
  white-space: nowrap;
  padding: 4px;
}

.importFolderTableCol {
  width: 100%;
}

.icePnlCnf {
  background-color: #F5F5F5;
  border: 1px solid #d9d9d9;
  width: 300px;
  padding: 0;
  z-index: 1000;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}

.icePnlCnfHdr {
  background: #FFF url( './css-images/PnlHdr_bgslice.gif' ) repeat-x top left;
  border-bottom: 1px solid #d9d9d9;
  height: 2.0em;
  padding: 4px;
  text-align: left;
  vertical-align: middle;
  font: 11px tahoma;
  color: #484848;
  font-weight: bold;
}

.icePnlCnfBody {
  padding: 10px 10px 5px 10px;
  font-size: 1em;
  font-weight: normal;
}

.icePnlCnfBtns {
  padding: 5px 10px 10px 10px;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
}

.icePnlCnfBtns input {
  margin: 0 20px 0 20px;
}

.kfiButton {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  width: 85px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
  background: #FFF url( './Btn_bgslice.gif' ) repeat-x top left;
}

.kfiButton-large {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 150px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
  background: #FFF url( './Btn_bgslice.gif' ) repeat-x top left;
}

.importFolderPnlPop {
  padding: 0px;
  z-index: 1000;
  background: #F5F5F5;
  border: 1px solid #888888;
  color: #666666;
  width: 640px;
}

.msgPnlPop {
  padding: 0px;
  z-index: 1000;
  background: #F5F5F5;
  border: 1px solid #888888;
  color: #666666;
  width: 400px;
}

.kfiLink {
  text-decoration: underline;
  color: blue;
}

.kfiLink-dis {
  text-decoration: underline;
  color: gray;
  font-style: italic;
}

.kfiSliderTrack {
  background-image: url("../images/track.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 16px;
}

.kfiSliderHandle {
  background-image: url("../images/handle.gif");
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
}

.kfiSliderHandle_dis {
  background-image: url("../images/handle_dis.gif");
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
}

.kfiSliderLabel {
  color: black;
  font-style: normal;
}

.kfiSliderLabel_dis {
  color: #333333;
  font-style: italic;
}

.kfiPanelData {
  width: 250px;
  padding-left: 10px;
}

.kfiPanelLabel {
  font-weight: bold;
  white-space: nowrap;
}