﻿#wizHeader li .prevStep
{    
    background-color: #669966;
}

#wizHeader li .prevStep:after
{    
    border-left-color:#669966 !important;
}
#wizHeader li .currentStep
{
    background-color: #4376A5;
    color: white;
    /*background-color: #C36615;*/
}
#wizHeader li .currentStep:after
{
    border-left-color: #4376A5 !important;
    color: white;
    /*border-left-color: #C36615 !important;*/
}
#wizHeader li .nextStep
{
    background-color:#dedede;
}
#wizHeader li .nextStep:after
{
    border-left-color:#dedede !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 12px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
    min-width: 1024px;

    background-color:#dedede;
    /*background-color:#C2C2C2;*/
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: black;
    /*color: white;*/
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
}
#wizHeader li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#wizHeader li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}       
#wizHeader li:first-child a
{
    padding-left: 10px;
}
#wizHeader li:last-child
{
    padding-right: 50px;
}
/*
#wizHeader li a:hover
{
    background: #FE9400;
}
#wizHeader li a:hover:after
{
    border-left-color: #FE9400 !important;
}    
*/   
.content
{
    height:150px;          
    padding-top:75px;
    text-align:center;
    background-color:#F9F9F9;
    font-size:48px;
}

.wizBox2 {
    background: none repeat scroll 0 0 #dedede;
    border-radius: 6px;
    box-shadow: 0 -1px 0 0 #c2c2c2 inset;
    padding: 10px;
    position: relative;
    font-family: Verdana !important;
    font-size:12px !important;
}

.wizBox2-Title {
    font-size:12px !important;
    font-weight:700;    
}

.wizBox2-SubBox {
    border: 1px solid black;
    padding: 10px;
    font-size:12px !important;
}

.wizBox2-Main {
    width: 100%;    
}

.wizBox2-Button {
    font-size:0.9em;
    padding:0.3em 1em !important;
}