/* PortalCreator Custom Styles */

/* style of wizard panels */
.WizardHeader   
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    background-color: white;
}

.WizardHelp 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    background-color: white;
}

.WizardBody
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: transparent;
}

.WizardFooter
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: transparent;
}


.WizardButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: transparent;
}


