﻿/* Positioning */
#WizardHolder
{
	margin-left: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 730px;
}

#WizardHolder .Control
{
	height: 500px;
	left: 0;
	padding: 10px;
	margin-top: 25px;
	top: 10px;
	width: 365px;
	
	_top: 50px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 440px;
	width: 345px;
}

#WizardHolder #Information
{
	height: 500px;
	left: 380px;
	padding: 10px;
	position: absolute;
	margin-top: 25px;
	top: 126px;
	width: 355px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 440px;
	width: 335px;
}

#WizardHolder #SidebarControl
{
	height: 25px;
	left: 15px;
	padding: 3px;
	position: absolute;
	top: 116px;
	width: 730px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 19px;
	width: 724px;
}
#WizardHolder #SidebarControl table
{
	position: absolute;
	right: 0;
}

/* Custom */
#WizardHolder .NavigateStepControl
{
	left: 10px;
	position: absolute;
	top: 480px;
	_top: 500px;
	width: 10px;
}

/* Styles */
#WizardHolder
{
	background-color: #f0f0f0;
	border: solid 1px #999;
}

#WizardHolder .Control table
{
	width: 100%;
}

#WizardHolder #Information
{
	border-left: solid 1px #999;
	color: #666;
	overflow: hidden;
}
#WizardHolder #Information li
{
	margin-bottom: 10px;
}
#WizardHolder #Information h1
{
	font-size: 1.2em;
	margin-top: 0;
	margin-top: 5px;
}
#WizardHolder #Information h2
{
	font-size: 1em;
	margin: 7px 0;
}
#WizardHolder #Information p
{
	margin-top: 5px;
	margin-top: 5px;
}
#WizardHolder #SidebarControl
{
	background-color: #A5CE00;
	border-bottom: solid 1px #999;
}
#WizardHolder #SidebarControl td
{
	border-left: solid 10px #fff;
	padding-left: 5px;
	padding-right: 10px;
}
#WizardHolder #SidebarControl a:hover
{
	cursor: default;
	text-decoration: none;	
}
#WizardHolder #SidebarControl .SideBarButton a
{
	color: #fff;
}
#WizardHolder #SidebarControl .SelectedSideBarButton a
{
	color: #ff0;
}