﻿.StepBar
{
    float: left;
    padding-top: 0;
    height: 29px;
    font-size: 12px; list-style:none;
}


.StepBar LI
{
    font-weight: bold;
    float: left;
    line-height: 29px;
    font-size: 12px;
    padding-right: 18px;
    width: auto;
}
.StepBar .step
{
    padding-left: 3px;
    width: auto;
    font-size: 12px;
    background-color: #E3E3E3;
    margin: 0px;
}
.StepBar .step .selected
{
}
.StepBar LI
{
    background: url(images/StepBar/SplitNoSlt.gif) no-repeat top right;
}
.StepBar LI.meSlted
{
    background: url(images/StepBar/SplitMeSlt.gif) no-repeat top right;
    color: #fff;
}
.StepBar LI.meSlted div
{
    background-color: #CC0001;
}
.StepBar LI.nextSlted
{
    background: url(images/StepBar/SplitNextSlt.gif) no-repeat top right;
}
.StepBar LI.nextSlted div
{
    background-color: #E2E2E2;
}
.StepBar LI.lastSlted
{
    background: url(images/StepBar/SplitLastSlt.gif) no-repeat top right;
    color: #fff;
}
.StepBar LI.lastSlted div
{
    background-color: #CC0001;
}
.StepBar LI.lastNoSlted
{
    background: url(images/StepBar/SplitLastNoSlt.gif) no-repeat top right;
}
.StepBar LI.lastNoSlted div
{
    background-color: #E2E2E2;
}
