  .tabT {
    border: none;
    padding: 0em;
  }
  .tabR {
    border: none;
    padding: 0em;
  }
  .tabD {
    border: none;
    padding: 0em;
  }
  .tabBgColorLight {
    background-color: transparent;
    border-color: transparent;
  }
  .tabBgColorDark {
    background-color: #ded89a;
    border-color: #ded89a;
  }
  .tabHeader{
    font-weight: bolder;
    text-decoration: underline;
  }
  .imageTabView {
    width: 5em;
  }
  .tabImage{
    vertical-align: top;
    width: 5em;
    height: 5em;
  }
  .tabSmallInfo{
    font-weight: bold;
    width: 12em;
  }
  .tabMedInfo{
    width: 24em;
  }
  .tabBigInfo{
    width: 30em;
  }
  .tabNull{
    background-color: transparent;
    border-color: transparent;
  }

  .tabDiscrete{
    margin:auto;
  }
  .tabDatDiscrete{
    margin:1em;
  }
  .divDiscrete{
    background-color: #ded89a;
    width:100%;
    text-align: center;
  }