.GenericButtonGrey, GenericButtonGreyInv
  {
  background-color:#cccccc;
  border-color:#aaaaaa;
  border-left-color:#eeeeee;
  border-top-color:#eeeeee;
  }

.GenericButtonGreyInv
  {
  background-color:#cccccc;
  border-color:#eeeeee;
  border-left-color:#aaaaaa;
  border-top-color:#aaaaaa;
  }

.GenericButtonGreyActive
  {
  color:#000000;
  }

.GenericButtonGreyPassive
  {
  color:#777777;
  }
  
.StartGreen, .StartGreenInv, .StartGreenActive, .StartGreenPassive
  {
  background-color:#66FF33;
  border-color:#47B224;
  border-left-color:#A3FF85;
  border-top-color:#A3FF85;
  }

.StartGreenInv
  {
  background-color:#66FF33;    
  border-color:#A3FF85;
  border-left-color:#47B224;
  border-top-color:#47B224;
  }

.StartGreenActive
  {
  color:#000000;
  }

.StartGreenPassive
  {
  color:#33801A;
  }