﻿.Rightalign
{
    text-align:right;
    width: auto;
    padding-right: 5px;
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 5px;
    font-weight:bold;
    vertical-align:top;
}
.UpperCase input
{
    text-transform: uppercase;
}
input[type="text"]
{
    width: 160px;
}
.lowerCase
{
    text-transform: lowercase;
}
.lowerCase input
{
    text-transform: lowercase;
}
#wizHeader li .prevStep
{
    background-color: #3778BC;
}
#wizHeader li .prevStep:after
{
    border-left-color: #3778BC !important;
}
#wizHeader li .currentStep
{
    background-color: #FFFFFF;
    color: #3778BC;
}
#wizHeader li .currentStep:after
{
    border-left-color: #FFFFFF !important;
    color: #3778BC !important;
}
#wizHeader li .nextStep
{
    background-color: #C2C2C2;
}
#wizHeader li .nextStep:after
{
    border-left-color: #C2C2C2 !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    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: #4863A0;
    color: White;
}
#wizHeader li a:hover:after
{
    border-left-color: #4863A0 !important;
    color: White;
}
.content
{
    height: 150px;
    padding-top: 75px;
    text-align: center;
    background-color: #F9F9F9;
    font-size: 48px;
}
.Formtableclass
{
    text-align: left;
    width: auto;
    padding-right: 5px;
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 5px;
    vertical-align:top;
}

.MyWizard
{
    font-family: Verdana;
    size: 100%;
}
.ContentDiv
{
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 15px;
}
