﻿/* WIZARD */
.wzd-class
{
    margin: 0px auto;
}
.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;
}

.wizard-nav table
{
    border-collapse: collapse;
}

.wizard-nav table td, table th
{
    padding: 0; /* 'cellpadding' equivalent */
}

.wizard-btn
{
    display: block;
    float: right;
    background-color: #C7C5C7;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande" , Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding: 4px 8px 5px 6px; /* Links */
}

.wizard-btn button
{
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
.wizard-btn button[type]
{
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}
*:first-child + html button[type]
{
    padding: 4px 10px 3px 7px; /* IE7 */
}

div.transaction
{
    height: 25px;
    padding-top: 10px;
    width: 140px;
    background-color:#C7C5C7;
    margin-top:2px;
}

div.transaction:hover
{
    background: #fffff;
    background: -moz-linear-gradient(top, #f6f2f2, #dcd9d9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f2f2), to(#dcd9d9));
    background: -o-linear-gradient(top, #f6f2f2, #dcd9d9);
}

div.transaction a
{
    margin-left:20px;
    color:white;
}

div.transaction-selected
{
    height: 25px;
    padding-top: 10px;
    width: 140px;
    background: #fffff;
    background: -moz-linear-gradient(top, #f6f2f2, #dcd9d9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f2f2), to(#dcd9d9));
    background: -o-linear-gradient(top, #f6f2f2, #dcd9d9);
}

div.transaction-selected a
{
    margin-left:20px;
    color:white;
}