﻿/*****************************************************************************/
/* Steps
/*****************************************************************************/

.step-bar
{
	font-size: 16px;
	margin-bottom: 10px;
	border-top-color: #8DB2E3;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-color: #8DB2E3;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.step-bar span
{
	margin-right: 25px;
	color: #8DB2E3;
}

.step-done
{
	font-weight: bold;
	color: #3B7BCD !important; /* #E5428C; /* #3B7BCD; */
}

.step-selected
{
	background-image:url(/Company2/Images/NavSecondaryWhitearrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.step-bar span a
{
	text-decoration: none;
}