.wizardMain 
{
	margin: 0px 0px 20px 0px;
	height: 100%;
	width: 100%;
	background-image:none;
}


.wizardMain > TBODY > TR > TD { background-color:white; vertical-align:top; }
.wizardHeader { display: none; }
.wizardMain > TBODY > TR > TD.wizardSideNav 
{ 
    background-color: transparent;
	  min-width: 170px;
    width: 30%;
    line-height:18px;
    font-size: 12px; 
    font-weight:bold; 
    color: rgb(172,172,172);
    vertical-align: top;
    padding: 0px 5px 35px 17px;
    height: auto;
}
.wizardSideNav H1 
{
font-weight: normal;  color: white; margin-top:10px; margin-left: 0px;  padding-left: 0px;  border-bottom: 0px solid white;  padding-bottom: 15px;  font-size: 24px;
}
.wizardItem, .wizardSelectedItem
{
	font-size: 100%;
	padding-left: 25px; 
	font-size: 12px;
	line-height:1.6em;
}
A.wizardItem 
{
	display: block;
	color: #DDE2F3;
	text-decoration: none;
}
A.wizardItem:hover 
{
	color: White;
	text-decoration: underline;
}
.wizardSelectedItem 
{
	color: rgb(252,252,122); 
	background: url(Image/reg_arrow.gif) no-repeat left top;
}

.wizardStepTable { background-color:White; }

.wizardStepPanel 
{ 
	vertical-align: top;
    padding: 30px 30px 30px 30px;
    width: auto;
    font-family: Arial, Trebuchet MS;
    font-size: 85%;
    background-color: white;
    min-height:500px;
}
.wizardStepPanel H3 {
    font-family: trebuchet MS, Century Gothic, Arial; 
    font-weight: bold;  
    font-size: 130%;
}
.wizardStepPanel .validatorError { color: Red; }
.wizardStepPanel INPUT.bigButton { font-size: 24px; line-height: 30px; margin: 3px 0px; }
.wizardBottomNav 
{
	padding: 0px 10px;
    background-color: white;
}
.wizardButton { }

.RadioButtonList {  }
.RadioButtonList TD {padding-bottom:.5em; }
.LinkSpace { display:block; margin-bottom:1em;  }
.defheading { font-weight:bold; color:#999999; font-style:italic;  }