table.icTab{

}

table.icTab tr {
  height: 10px;
}

.icTabBottomSpacer {
  height:auto !important;
}

table.icTabRahmen{
  /*border: 2px solid #efd076;
  width: 100%;*/
  border: 1px solid #EFD373;
}
td.icTabHead{
  /*background-color: #f5f879;
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight:bold;
  text-indent:10px;
  color:#664b30;
  height:25px;*/
  background-color: #f5f879;
  font-family: Arial, Tahoma;
  font-size: 11px;
  font-weight:normal;
  text-indent:10px;
  color:#664b30;
  height:25px;
}
tr.icFooterLine{
  /*height: 2px;
  background-color: #efd076;*/
  height: 1px !important;
  background-color: #EFD373;
}

.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: #951634 1px solid;
  FONT-SIZE: 11px;
  WIDTH: 100px;
  HEIGHT: 20px;
  font-weight:bold;
  color:#951634;
  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: #951634 1px solid;
  FONT-SIZE: 11px;
  WIDTH: 100px;
  HEIGHT: 20px;
  COLOR: #951634;
  BACKGROUND-COLOR: #FFFFFF;
  cursor:pointer;
}
input.icButtonDisabled {
  border: #951634 1px solid;
  font-size: 11px;
  width: 100px;
  height: 20px;
  background-color: #DFDFDF;
  border-style: outset;
  cursor:pointer;
}

input.icTextField {
  border: #000000 1px solid;
  color: #000000;
  background-color: #ffffff;
}
input.icTextFieldDisabled {
  border: #000000 1px solid;
  color: #000000;
  background-color: #E6EAEC;
}

select.icCombo {
  border: #000000 1px solid;
  color: #000000;
  background-color: #ffffff;
}
select.icComboDisabled {
  border: #cccccc 1px solid;
  color: #000000;
  background-color: #ffffff;
}