﻿#ProcessSteps {}
#ProcessSteps td.header { padding-right: 20px; }

#ProcessSteps td.stepOn {
	background-color: #fbaf5c;
	font-size: large;
	font-family:Verdana;
	color: white;
	font-weight: bold;
	padding: 0 5px 1px 5px; 
}
#ProcessSteps td.smallOn {
	background-color: #fbaf5c;
	font-size: 12px;
	font-weight:bold;
	font-family:Verdana;
	color: white;
	padding: 0 5px 1px 0px; 
}
#ProcessSteps td.stepOff {
	background-color: #cbe2f0;
	font-size: large;
	color: white;
	font-family:Verdana;
	font-weight: bold;
	padding: 0 5px 1px 5px; 
}
#ProcessSteps td.smallOff {
	background-color: #cbe2f0;
	font-size: 12px;
	font-weight:bold;
	color: white;
	font-family:Verdana;
	padding: 0 5px 1px 0px; 
}
#ProcessSteps td.stepDone {
	background-color: #cccccc;
	font-size: large;
	color: white;
	font-family:Verdana;
	font-weight: bold;
	padding: 0 5px 1px 5px; 
}
#ProcessSteps td.smallDone {
	background-color: #cccccc;
	font-size: 12px;
	font-weight:bold;
	color: white;
	font-family:Verdana;
	padding: 0 5px 1px 0px; 
}
#ProcessSteps td.dash { 
	background-color: #fff; 
	font-size: large;
	color: #cbe2f0; 
	font-family:Verdana;
	padding: 0; 
}
.StepOnFont {
	font-family:Verdana;
	font-size:large;
	color:#fbaf5c;
}
.StepOffFont {
	font-family:Verdana;
	font-size:large;
	color:#cbe2f0;
}
