﻿/* myNEDWizard */

.wizardStyle
{
    font-family: Verdana;
    font-size: 11px;
    color: #3d4d7e; 
    background-color:#E4E4E4;
    text-decoration: none;
    width:650px;
    border: none;
    margin: none;
}

.wizardHeader
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #3d4d7e; 
    background-color:#E4E4E4;
    padding-left: 20px;
    text-decoration: none;
}

.wizardNavigation
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #3d4d7e; 
    background-color:#E4E4E4;
    padding-left: 20px;
    text-decoration: none;
}

 .wizardStep
{
    font-family: Verdana;
    font-Size:11px; 
    color:#333333;
    background-color:#E4E4E4;
    width:428px;
}

 .wizardSideBarStyle
{
   font-family: Verdana;
   background-color:#CCCCCC; 
   /*color:White;*/
   font-Size:11px; 
   vertical-align:top;
   width:220px;
   height:100%;
   padding-top:16px;
}

.wizardSideMenuItems
{
    font-family: Verdana;
    font-weight: bold;
    background-color:#CCCCCC;
    font-size: 11px;
    color:White;
    /*padding-top: 16px;*/
    padding-left: 20px;
    text-decoration: none;
    vertical-align: top;
    /*min-height:30px;*/

}
a.wizardSideMenuItems:link
{
    font-family: Verdana;
    font-weight: bold;
    background-color:#CCCCCC;
    font-size: 11px;
    color:#3d4d7e;
    /*padding-top: 16px;*/
    padding-left: 20px;
    text-decoration: none;
    vertical-align: top;
    /*min-height:30px;*/
}

a.wizardSideMenuItems:hover
{
    font-family: Verdana;
    font-weight: bold;
    background-color:#CCCCCC;
    font-size: 11px;
    color:#3d4d7e;
    /*padding-top: 16px;*/
    padding-left: 20px;
    text-decoration: underline;
    vertical-align: top;
    /*min-height:30px;*/

}

.wizardButton
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #3d4d7e; 
    padding-bottom: 16px;
    padding-right: 20px;
    text-decoration: none;

}

.myNEDWizardLabel
{
 text-align:right;
 font-size:11px;
 padding-right:10px;
}
.myNEDWizardInput
{
 text-align:left;
 font-size:12px;
}

.myNEDPersonalLabel
{
 text-align:right;
 font-size:10px;
 padding-right:10px;
}
.myNEDPersonalInput
{
 text-align:left;
 font-size:11px;
}

.wizardBox 
{
    display:block; 
    background:#ccc; 
    border-bottom: 0px;
    border-top: 0px;
    /*border:3px solid #ccc; 
    border-width:0 3px;*/
}



