/*
(C) Copyright Continental Automotive Trading UK Ltd. 2008. All Rights Reserved.
*/

body
{
	font-family: Arial;
	font-size: 11px;
	color: black;
	background: white;
}

a:link
{
	color: Blue;
}

a:visited
{
	color: Blue;
}

a:hover
{
	color: Red;
}

.MandatoryMarker
{
	color: Red;
}

.FormErrorText
{
	color: Red;
}

.WizardHeader
{
	color: black;
	font-family: Arial;
	background-color: white;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.WizardSideBar
{
	width: 100px;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	background: #1768a6;
	color: white;
}

.WizardSideBarStepSelected
{
	font-weight: bold;
}

a.WizardSideBarStep:link
{
	text-decoration: none;
	color: white;
}

.WizardStep
{
	width: 400px;
	height: 500px;
	font-family: Arial;
	font-size: 12px;
	background: white;
	color: black;
}

.WizardFinish
{
	position: static;
	width: 400px;
	height: 500px;
	font-family: Arial;
	font-size: 12px;
	background: white;
	color: black;
}
