/*
This Stylesheet is used to define the rules for displaying the parts that 
make up the Wizard control.

*/

.WizardSideBarButton
{
   color:White;
   font-family:Verdana;
   
}

.WizardNavigationButton
{
   background-color:#FFFBFF;
   border:solid 1px #CCCCCC;
   font-size: 0.9em;
   color:#284775;
}

.WizardHeader
{
   color:Gray;	
	font-size: 0.8em;
	padding-top:5px;
}

.WizardStepContainer
{
  
   vertical-align:top;
}
.Wizard
{
   width:100%;
}

div.NavButtonContainer
{
   position: relative;
   text-align: center;
   margin-top: 5px;
   margin-bottom: 5px;
   padding-top: 4px;
}
