.sectionButtonBar {
  color:            #4B4B4B;
  background-color: #EEEEEE;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     0px;
  margin-top:       8px;
  padding-bottom:   0px;
  padding-left:     0px;
  padding-right:    0px;
  padding-top:      0px;
  border-bottom:    2px solid white;
  border-left:      none;
  border-right:     none;
  border-top:       2px solid white;
  font-family:      Verdana, Sans-serif;
  font-size:        11px;
  height:           21px;
  line-height:      21px;
}

.sectionButton {
  color:            #FFFFFF;
  background-color: #B5B7BD;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     0px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     7px;
  padding-right:    14px; /** 30px; **/
  padding-top:      0px;
  border-bottom:    none;
  border-left:      2px solid white;
  border-right:     none;
  border-top:       none;
  font-family:      Verdana, Sans-serif;
  font-size:        11px;
  font-weight:      bold;
  height:           21px;
  line-height:      21px;
  cursor:           pointer;
}

.sectionButtonDisabled {
  color:            #C6C9D1;
  background-color: #B5B7BD;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     0px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     7px;
  padding-right:    14px; /** 30px; **/
  padding-top:      0px;
  border-bottom:    none;
  border-left:      2px solid white;
  border-right:     none;
  border-top:       none;
  font-family:      Verdana, Sans-serif;
  font-size:        11px;
  font-weight:      bold;
  height:           21px;
  line-height:      21px;
  cursor:           default;
}

.sectionButtonText {
  color:            #4B4B4B;
  background-color: transparent; /** #EEEEEE; **/
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     0px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     7px;
  padding-right:    14px; /** 30px; **/
  padding-top:      0px;
  border-bottom:    none;
  border-left:      none;
  border-right:     none;
  border-top:       none;
  font-family:      Verdana, Sans-serif;
  font-size:        11px;
  height:           21px;
  line-height:      21px;
  cursor:           default;
}





/**********
*
* Obsolet. Mes endevant, per evitar duplicitats, se ha de substituir per footerButton.css
*
************/

.footerButtonBar {
  color:            #4B4B4B;
  background-color: #B5B7BD;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     0px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     0px;
  padding-right:    0px;
  padding-top:      0px;
  border-bottom:    2px solid white;
  border-left:      none;
  border-right:     none;
  border-top:       none;
  font-family:      Verdana, Sans-serif;
  font-size:        11px;
  height:           23px; /** 21 de texte i 2 de border bottom **/
  line-height:      21px;
}


.footerButton {
  color:            #FFFFFF;
  background-color: #B5B7BD;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     0px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     7px;
  padding-right:    14px; /** 30px; **/
  padding-top:      0px;
  border-bottom:    none;
  border-left:      2px solid white;
  border-right:     none;
  border-top:       none;
  font-family:      Verdana, Sans-serif;
  font-size:        11px;
  font-weight:      bold;
  height:           21px;
  line-height:      21px;
  cursor:           pointer;
}

.footerButtonDisabled {
  color:            #C6C9D1;
  background-color: #B5B7BD;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     0px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     7px;
  padding-right:    14px; /** 30px; **/
  padding-top:      0px;
  border-bottom:    none;
  border-left:      2px solid white;
  border-right:     none;
  border-top:       none;
  font-family:      Verdana, Sans-serif;
  font-size:        11px;
  font-weight:      bold;
  height:           21px;
  line-height:      21px;
  cursor:           default;
}

.footerButtonText {
  color:            white;
  background-color: #B5B7BD;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     0px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     7px;
  padding-right:    14px; /** 30px; **/
  padding-top:      0px;
  border-bottom:    none;
  border-left:      none;
  border-right:     none;
  border-top:       none;
  font-family:      Verdana, Sans-serif;
  font-size:        11px;
  height:           21px;
  line-height:      21px;
  cursor:           default;
}

.cellFooterUpperSpace {
  color:            #4B4B4B;
  background-color: #EEEEEE;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     0px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     0px;
  padding-right:    0px;
  padding-top:      0px;
  border-bottom:    2px solid white; /** none; **/
  border-left:      none;
  border-right:     none;
  border-top:       none; /* 1px solid #DEDFE0; */
  font-family:      Verdana, Sans-serif;
  font-size:        11px;
  height:           12px;
  line-height:      12px;
}

