﻿#wizctrl {
    background-color: white;
    padding: 3px;
    margin-bottom: 6px;
}
.rwwizstep {
    position: absolute;
    display: none;
    height: 90%;
    width: 99%;
}
.cntscrl {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
    .rwmt {
        border-spacing: 0px;
        padding: 0px;
        border: 0px;
        margin: 6px;
        width: 100%
    }

    .as {
        background-color: #426494;
        padding: 0px 6px 0px 9px;
        color: white;
        /*font-weight: bold;*/
        height: 40px !important;
        max-width:65px;
        /*text-shadow: 3px 3px 3px #333;*/
        /*vertical-align:top;*/
    }

    .ns {
        background-color: #C0D3EB; /*#A5C5FD;*/
        padding: 0px 6px 0px 9px;
        color: #666;
        max-width:65px;
    }

    .fs {
        color: #aaa;
        background-color: #DFDFDF;
        padding: 0px 6px 0px 9px;
        max-width:65px;
    }

    .pnnn {
        background-image: url("/Images/wiz-stepsbg.jpg");
        background-position: -2px;
        width: 24px;
    }

    .pnna {
        background-image: url("/Images/wiz-stepsbg.jpg");
        background-position: -25px;
        width: 22px;
    }

    .pand {
        background-image: url("/Images/wiz-stepsbg.jpg");
        background-position: -45px;
        width: 22px;
    }

    .pdnd {
        background-image: url("/Images/wiz-stepsbg.jpg");
        background-position: -68px;
        width: 22px;
    }

.smh {
    font:400 0.75em 'Open Sans', sans-serif;
    position: relative;
    /*top: -9px;*/
    /*font-size: smaller;
    font-weight: bold;*/
    /*margin-bottom: -12px;*/
    white-space:nowrap;
}

.sst {
    position: relative;
    font:300 0.75em 'Open Sans', sans-serif;
    /*bottom: -4px;*/
    overflow: hidden;
    /*height: 20px;*/
}
