﻿
#content
{
    margin-left: auto;
    margin-right: auto;
    /*width: 1024px;*/
    text-align: left;
}
#footer
{
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: auto;
    margin-right: auto;
    /*width: 1024px;*/
    height: 35px;
    text-align: center;
    font-size: 10px;
}
#header
{
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: auto;
    margin-right: auto;
    /*width: 1024px;*/
    height: 100px;
    font-size: 10px;
}
.smallTextbox
{
    width: 100px;
    background-color: white;
    color: black;
    text-align: left;
    font-weight: normal;
    font-size: small;
    vertical-align: top;
    border: 1px black solid;
    height: 18px;
}
td
{
    font-family: Verdana;
    font-size: 0.9em;
    text-align: left;
}

.gridTextbox
{
    width: 65px;
    background-color: white;
    color: black;
    text-align: left;
    font-weight: normal;
    font-size: small;
    vertical-align: top;
    border: 1px black solid;
    height: 18px;
    margin-top: 0px;
}
.grid1Textbox
{
    width: 48px;
    background-color: white;
    color: black;
    text-align: left;
    font-weight: normal;
    font-size: small;
    vertical-align: top;
    border: 1px black solid;
    height: 18px;
    margin-top: 0px;
}
#wizHeader li .prevStep
{
    background-color: #669966;
}
#wizHeader li .prevStep:after
{
    border-left-color: #669966 !important;
}
#wizHeader li .currentStep
{
    background-color: #C36615;
}
#wizHeader li .currentStep:after
{
    border-left-color: #C36615 !important;
}
#wizHeader li .nextStep
{
    background-color: #C2C2C2;
}
#wizHeader li .nextStep:after
{
    border-left-color: #C2C2C2 !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 11px Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
    height: 32px;
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 32px;
    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: 10px;
}
#wizHeader li a:hover
{
    background: #FE9400;
}
#wizHeader li a:hover:after
{
    border-left-color: #FE9400 !important;
}
.invisible
{
    position: absolute;
    left: -3000px;
}

.modalBackground
{
    background-color: black;
    filter: alpha(opacity=10);
}
.CenterPosition
{
    display: block;
    position: fixed;
    width:20%;
    text-align:center;
    top: 50%;
    left: 40%;
}
