/*$logo_width: auto;
$logo_height: auto;*/
table.icTab tr {
  height: 10px;
}

.icTabBottomSpacer {
  height: auto !important;
}

table.icTabRahmen {
  /*border: 2px solid #006699;
  width: 100%;*/
  border: 1px solid #5F5F5F;
}

td.icTabHead {
  /*background-color: #CCCCCC;
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight:bold;
  text-indent:10px;
  color:#000000;
  height:25px;*/
  background-color: #CCCCCC;
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight: normal;
  text-indent: 10px;
  color: #000000;
  height: 25px;
}

tr.icFooterLine {
  /*height: 2px;
  background-color: #006699;*/
  height: 1px;
  background-color: #006699;
}

.icFooterLine td {
  margin: 0px;
  padding: 0px;
}

.icInputCaption {
  /*font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight:normal;
  color:#000000;*/
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight: normal;
  color: #333333;
}

input.icButtonPassiv {
  BORDER: #FFFFFF 1px solid;
  FONT-SIZE: 11px;
  WIDTH: 100px;
  HEIGHT: 20px;
  COLOR: #FFFFFF;
  BACKGROUND-COLOR: #666666;
  border-style: outset;
  cursor: pointer;
}

input.icButtonAktiv {
  BORDER: #666666 1px solid;
  FONT-SIZE: 11px;
  WIDTH: 100px;
  HEIGHT: 20px;
  font-weight: bold;
  color: #666666;
  BACKGROUND-COLOR: #FFFFFF;
  border-style: inset;
}

input.icButtonOver {
  /*border: #5a6361 2px solid;
  font-size: 11px;
  height: 20px;
  color: #5a6361;
  background-color: #faf3ee;
  cursor:pointer;*/
  BORDER: #666666 1px solid;
  FONT-SIZE: 11px;
  WIDTH: 100px;
  HEIGHT: 20px;
  COLOR: #666666;
  BACKGROUND-COLOR: #FFFFFF;
  cursor: pointer;
}

input.icButtonDisabled {
  border: #666666 1px solid;
  font-size: 11px;
  width: 100px;
  height: 20px;
  background-color: #DFDFDF;
  border-style: outset;
  cursor: pointer;
}

.icTextField {
  border: #000000 1px solid;
  color: #000000;
  background-color: #ffffff;
  border-radius: 4px;
}

input.icTextFieldDisabled {
  border: #000000 1px solid;
  color: #000000;
  background-color: #E6EAEC;
  border-radius: 4px;
}

.icCombo {
  border: #000000 1px solid;
  color: #000000;
  background-color: #ffffff;
  border-radius: 4px;
}

.icComboDisabled {
  border: #cccccc 1px solid;
  color: #000000;
  background-color: #ffffff;
  border-radius: 4px;
}

td.icError {
  border-bottom: 4px solid #FF0000;
  /*background-color:#FFAAAA;*/
}

p.icInputCaptionPflichtfeld {
  /*font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight:normal;
  color:#000000;*/
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #000067;
}

/*# sourceMappingURL=inputControl.css.map */
