﻿/*
 * Wizard
 */
.Wizard, .WizardStep table
{
	width: 100%;
	text-align: left;
	float: left;
}

.Wizard tbody { vertical-align:top; }

.WizardStep { padding: 16px 10px 0 10px; }

.WizardSideBar
{
	Width: 169px; 
	background-image: url(WizardSideBar.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #064f87;
	border-right: 1px solid #064f87;
}

.WizardSideBar table td a
{
	line-height: 18px;
	padding: 0 12px;	
	font-size: 0.88em;
	display: block;
}

.WizardSideBar table td a:hover
{
	text-decoration: underline;
}

.WizardNavigationBar table
{
	width: 30%;
	margin-right: 4px;
	vertical-align:bottom;
}

.WizardNavigationBar table td a
{
	color: Black;
	font-size: 0.95em;
	text-align: left;
	line-height: 18px;
	float: right;
	margin-bottom: 7px;
}

.WizardNavigationBar table td a:hover
{
	text-decoration: underline;
}
.WizardNextButton
{
	background: url(../../Images/Buttons/NextIcon.gif) no-repeat right bottom;	
	padding-right: 24px;
}

.WizardPreviousButton
{
	background: url(../../Images/Buttons/PreviousIcon.gif) no-repeat left bottom;
	padding-left: 24px;
}

.WizardFinishButton
{
	background: url(../../Images/Buttons/FinishedIcon.gif) no-repeat right bottom;
	padding-right: 24px;
}
