﻿.WizardPanel
{
	border-top: solid 1px #57636F;
	width: 100%;
}

.WizardPanel .StagePart
{
	text-align: left;
}

.WizardPanel .ButtonPart
{
	text-align: right;
}

.WizardPanel .StageBase
{
	font-size: 12pt;
}

.WizardPanel .CompletedStage
{
	color: #40A040;
	font-weight: bold;
}

.WizardPanel .CurrentStage
{
	color: #202020;
	font-weight: bold;
}

.WizardPanel .NextStage
{
	color: #A0A0A0;
}

.WizardPanel .Seperator
{
	width: 15px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	font-size: 10pt;
	color: #A0A0A0;
}

.IE_Compatible .WizardPanel .Arrow
{
	position: static;
}

.WizardPanel .Arrow
{
	height: 25px;
	/*
	background-image: url(../images/WizardArrow.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	top: -1px;
	*/
}
