﻿
/*steps*/
#steps { width:175px; padding-left: 10px;
}
.stepNotCompleted
{
    background-color: #fff;
    width: 15px;
    border: 1px solid #fff;
    margin-right: 5px;
    color: #595959;
    font-size: 1em;
	font-weight:bold;
    text-align: center;
}

.stepCompleted
{
    background-color: #fff;
    width: 15px;
    border: 1px solid #fff;
    color: #595959;
    font-size: 1em;
	font-weight:bold;
    text-align: center;
}

.stepCurrent
{
    background-color: #595959;
    width: 15px;
    border: 1px solid #595959;
    color: #fff;
    font-size: 1em;
	font-weight:bold;
    text-align: center;
}

.stepBreak
{
    width: 3px;
    background-color: Transparent;
}

.wizardProgress
{
    padding-left: 17px;

    color: #595959;
    font-size: 1em;
	font-weight:bold;

}

.wizardTitle
{

    font-size: 120%;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
}
/*end of steps*/

/* old classes
.stepNotCompleted
{
    background-color: rgb(153,153,153);
    width: 15px;
    border: 1px solid rgb(153,153,153);
    margin-right: 5px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCompleted
{
    background-color: #4d4d4d;
    width: 15px;
    border: 1px solid #4d4d4d;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCurrent
{
    background-color: #e01122;
    width: 15px;
    border: 1px solid #e01122;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.stepBreak
{
    width: 3px;
    background-color: Transparent;
}

.wizardProgress
{
    padding-right: 10px;
    font-family: Arial;
    color: #333333;
    font-size: 12px;

}

.wizardTitle
{
    font-family: Arial;
    font-size: 120%;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
}

*/

 