table.icTab{
  
}

table.icTab tr {
  height: 10px;
}

.icTabBottomSpacer {
  height:auto !important;
}

table.icTabRahmen{
  border: 1px solid #005DA7;
  /*width: 100%;*/
}
td.icTabHead{
  background-color: #FBDA43;
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight:bold;
  text-indent:10px;
  color:black;
  height:25px;
}
tr.icFooterLine{
  height: 1px !important;
  background-color: #005DA7;
}

p.icInputCaption{
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight:normal;
  color:#000000;
}

input.icButtonPassiv {
  border: #5a6361 1px solid;
  font-size: 11px;
  width: 100px;
  height: 20px;
  color: #faf3ee;
  background-color: #5a6361;
  border-style: outset;
  cursor:pointer;
}
input.icButtonAktiv {
  border: #5a6361 2px solid;
  font-size: 11px;
  width: 100px;
  height: 20px;
  font-weight:bold;
  color:#5a6361;
  background-color: #faf3ee;
  border-style: inset;
}
input.icButtonOver {
  border: #5a6361 1px solid;
  font-size: 11px;
  width: 100px;
  height: 20px;
  color: #5a6361;
  background-color: #faf3ee;
  cursor:pointer;
}
input.icButtonDisabled {
  border: #5a6361 1px solid;
  font-size: 11px;
  width: 100px;
  height: 20px;
  background-color: #cccccc;
  border-style: outset;
  cursor:pointer;
}

input.icTextField {
  border: black 1px solid;
  border-radius: 4px;
  color: #000000;
  background-color: #ffffff;
  font-size: 11px;
  font-family: Arial, Tahoma;
  padding-left:2px;
}

input.icTextFieldDisabled, input.icTextField[disabled]{
  border: #cccccc 1px solid;
  border-radius: 4px;
  color: #000000;
  background-color: #E6EAEC;
  font-size: 11px;
  font-family: Arial, Tahoma;
  padding-left:2px;
}
textarea.icTextField {
  border: black 1px solid;
  border-radius: 4px;
  color: #000000;
  background-color: #ffffff;
  font-size: 11px;
  font-family: Arial, Tahoma;
  padding-left:2px;
}
textarea.icTextFieldDisabled {
  border: #cccccc 1px solid;
  border-radius: 4px;
  color: #000000;
  background-color: #E6EAEC;
  font-size: 11px;
  font-family: Arial, Tahoma;
  padding-left:2px;
}

select.icCombo {
  border: black 1px solid;
  border-radius: 4px;
  color: #000000;
  background-color: #ffffff;
  font-size: 11px;
  font-family: Arial, Tahoma;
}
select.icComboDisabled, select.icComboDisabled[disabled] {
  border: #cccccc 1px solid;
  border-radius: 4px;
  color: #000000;
  background-color: #ffffff;
  font-size: 11px;
  font-family: Arial, Tahoma;
}
input.icCombo {
  border: black 1px solid;
  border-radius: 4px;
  color: #000000;
  background-color: #ffffff;
  font-size: 11px;
  font-family: Arial, Tahoma;
}
input.icComboDisabled, input.icComboDisabled[disabled] {
  border: #cccccc 1px solid;
  border-radius: 4px;
  color: #000000;
  background-color: #ffffff;
  font-size: 11px;
  font-family: Arial, Tahoma;
}