﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

div.wizard
{
    width: 99.9%;
}

div.wizard .header
{
    padding: 8px;
}

div.wizard .sidebar
{
    float: left;
    padding: 0px;
    border: 1px solid #CCCCCC;
    width: 100%;
}

div.wizard .sidebar DIV
{
    float: left;
    padding-left: 15px;
    padding-right: 48px;
    height: 48px;
}

div.wizard .sidebar a
{
    vertical-align: middle;
    position: relative;
    top: 32.33333%;
    color: Black;
    text-decoration: none;
    cursor: default;
    pointer: default;
}

div.wizard .sidebarStep
{
    background-image: url(images/wizard/sprite.gif);
    background-position: 100% -50px;
    background-repeat: no-repeat;
}

div.wizard .sidebarStepActive
{
    background-image: url(images/wizard/sprite.gif);
    background-position: 100% 0px;
    background-repeat: no-repeat;
    background-color: #fff09a;
}

div.wizard .sidebarStepBefore
{
    background-image: url(images/wizard/sprite.gif);
    background-position: 100% -99px;
    background-repeat: no-repeat;
}


div.wizard .step
{
    clear: both;
    padding: 8px;
    height: 100%;
    min-height: 200px;
    vertical-align: middle;
}

div.wizard .step .box
{
    width: 99.5%;
}


div.wizard .nav
{
    border: 1px solid #CCCCCC;
    text-align: left;
    padding: 8px;
    background-color: #eeeeee;
}

div.wizard .nav input[type="submit"]
{
    width: 80px;
}

.selected #wizImage
{
    height: 17px;
    width: 17px;
    padding: 1px;
    background-image: url('images/general/ok.gif');
}

div.wizard .sidebar .video
{
    top: 3px !important;
    position: relative !important;
    width: 108px;
    height: 38px;
    float: right;
    background-image: url('images/wizard/video-tutorial.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 38px;
    padding-top: 3px;
    white-space: normal;
    padding-right: 8px;
    color: #0000cc !important;
    font-size: 13px !important;
    text-decoration: underline !important;
    text-align: center;
    cursor: pointer !important;
    pointer: hand !important;
}
