/* Table Input */
/* ANGABEN ÜBERLADEN JENE DES globalen system.css für rheumexpert! */

td.layerMainInputTableTdParameterModel1 {
  min-width:        250px; /* ie 6 interpretiert dieses element noch nicht, daher width */
  width:            350px;
  
  font-weight:      bold;
  white-space:      nowrap;
  border-style:     none;
  border-width:     0px;
  padding-top:      0px;
  padding-bottom:   0px;
  padding-left:     0px;
  padding-right:    0px;
}
    
td.layerMainInputTableTdParameterModel2 {
  min-width:        250px; /* ie 6 interpretiert dieses element noch nicht, daher width */
  width:            350px;
  
  font-weight:      bold;
  white-space:      nowrap;
  border-style:     none;
  border-width:     0px;
  padding-top:      0px;
  padding-bottom:   0px;
  padding-left:     0px;
  padding-right:    0px;
}

/* +++++++++++++++++++++ */

table.systemMenu {
  width:            100%;
  font-weight:      normal;
  border-collapse:  separate;
  border-style:     none;
  border-width:     0px;
  border-spacing:   0px;
  padding:          0px;
  vertical-align:   top;
}

td.systemMenu {
  border-collapse:  separate;
  border-style:     none;
  border-width:     0px;
  border-spacing:   0px;
  padding:          0px;
  vertical-align:   top;
}

a.systemMenu {
  display:          block;
  border-style:     none;
  border-width:     0px;
  width:            100%;
  margin:           0px;
  padding-top:      10px;
  padding-bottom:   10px;
  padding-right:    15px;
  padding-left:     0px;

  font-weight:      normal;
  text-align:       center;
  text-decoration:  none;
  cursor:           pointer;
}

a.systemMenu:link    {
  color:            #000000;
  background-color: rgb(255,255,255);
}

a.systemMenu:visited {
  color:            #000000;
  background-color: rgb(255,255,255);
}

a.systemMenu:hover   {
  font-weight:      bold;
  text-decoration:  none;
  color:            #000000;
  background-color: rgb(255,255,255);
}

a.systemMenu:active  {
  color:            #000000;
  background-color: rgb(255,255,255);
}

a.systemMenuActive {
  display:          block;
  border-style:     groove;
  border-width:     0px;
  width:            100%;
  margin:           0px;
  padding-top:      10px;
  padding-bottom:   10px;
  padding-right:    15px;
  padding-left:     0px;

  font-weight:      bold;
  text-align:       center;
  text-decoration:  none;
  cursor:           pointer;
}

a.systemMenuActive:link    {
  color:            #000000;
  background-color: rgb(255,255,255);
}

a.systemMenuActive:visited {
  color:            #000000;
  background-color: rgb(255,255,255);
}

a.systemMenuActive:hover   {
  font-weight:      bold;
  text-decoration:  none;
  color:            #000000;
  background-color: rgb(255,255,255);
}

a.systemMenuActive:active  {
  color:            #000000;
  background-color: rgb(255,255,255);
}

