﻿table.StepIndicatorTable
{
  width:100%;
}
td.otherSteps
{
  text-align:center; 
  color:White;
  background-color:#698C42;
}
td.inactiveSteps
{
  text-align:center; 
  color:White;
  background-color:#808080;
}
td.currentStep
{
  text-align:center; 
  color:#ffffff;
  background-color:#005242;
  font-weight:bold;
}        

