﻿.wizardProgress
{
	padding: 0px;
	text-align: left;
	width: 100%;
	border: 4px;
	background-color: #EEEEEE;
	border: solid 1px #C0C0C0;
	margin-bottom: 20px;
	margin-top: 10px;
	border-radius: 5px;
	padding: 4px;
}

.wizardProgress td
{
	vertical-align: top;
	color: #5D5D5D;
	border: 2px solid #EEEEEE;
	border-radius: 6px;
    font-size: 14px;
}
.wizardProgress .active
{
	color: #5D5D5D;
	font-weight: bold;
}

.wizardProgress a
{
	color: #5D5D5D;
    font-size: 14px;
}

.wizardProgress .completed a
{
	color: #5D5D5D;
    font-size: 14px;
}
    
.wizardProgress .completed
{
	color: #5D5D5D;
	border-radius: 4px;
	font-weight: normal;
    font-size: 14px;
}
.wizardProgress .activecell
{
	background-color: #FFCC00;
	border-radius: 4px;
	height: 14px;
}

.wizardProgress .completedcell
{
	background-color: #808080;
	border-radius: 4px;
	height: 14px;
}

.wizardProgress .pendingcell
{
	background-color: #FFFFFF;
	height: 14px;
}

.wizardNavigator
{
    display: inline-block;
    padding-top: 15px;
}

.wizardErrors
{
    padding-top: 10px;
}

.wizardErrors .error
{
    color: Red;
}

ul.wizardErrors
{
    color: Red;
    padding-left: 15px;
}

ul.wizardErrors li
{
    margin: 0px;
}

