﻿.wizardProgress
{
	padding: 0px;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border: 0px;
}

.wizardProgress td
{
	vertical-align: top;
	color: Silver;
	height: 10px;
	border-right: solid 2px white;
}
.wizardProgress .active
{
	color: #333399;
	font-weight: bold;
	padding-bottom: 5px;
    font-size: 12px;
}
.wizardProgress .completed, .wizardProgress a
{
	color: #333399;
	font-weight: normal;
	padding-bottom: 5px;
    font-size: 12px;
}
.wizardProgress .activecell
{
	background-color: #66CC33;
	font-size: 6px;
	height: 10px;
}

.wizardProgress .completedcell
{
	background-color: #333399;
	font-size: 6px;
	height: 15px;
}

.wizardProgress .pendingcell
{
	background-color: #DCDCDC;
	font-size: 6px;
	height: 15px;
}

.wizardNavigator
{
	text-align: right;
}

.wizardNavigator table
{
    	margin-top: 15px;

}

.wizardNavigator td
{
}

ul.wizardErrors
{
    color: Red;
    padding-left: 15px;
}

ul.wizardErrors li
{
    margin: 0px;
}
