.wizardOptionsFalse
{
	display: none;
	visibility: hidden;
}
.wizardOptionsTrue
{
    display: block;
    visibility: visible;
    margin-left: 20px;
    margin-top: 5px;
}
.wizardInputFalse
{
    cursor: hand;
    color: dimgray;
    background-color: whitesmoke;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    padding: 2px;
    margin-right: 10px;
}
.wizardInputTrue
{
    color: black;
    background-image: url(Images/correction.gif);
    background-position-x: right;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.wizardInputReadOnly
{
    color: #ACA899;
    border-right: #C9C7BA 1px solid;
    border-top: #C9C7BA 1px solid;
    border-left: #C9C7BA 1px solid;
    border-bottom: #C9C7BA 1px solid;
    padding: 2px;
    margin-right: 10px;
}
.wizardHiddenFields
{
    font-size: 10pt;
    color: orangered;
    font-family: Arial;
    display: none;
    visibility: hidden;
}
.wizardImgTrue
{
    visibility: visible;
    margin-right: 10px;
}
.wizardImgFalse
{
    visibility: hidden;
    display: none;
}
.wizardInput
{margin-right: 10px;
    }
.inputView
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
    border-bottom-style: none;
    color: black;
}
.inputViewNumber
{
    border-right: #DEE6EF 1px solid;
    border-top: #DEE6EF 1px solid;
    border-left: #DEE6EF 1px solid;
    border-bottom: #DEE6EF 1px solid;
    background-color: transparent;
    color: black;
    padding-right: 15px;
    text-align: left;
}
.begroting td
{
    font-size: 8pt;
}
select
{
    width: 220px;
}
.TableForm td
{
    font-size: 10pt;
}
.btnOptions
{
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100px;
}
.BtnWizard
{
    font-size: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right:10px;
    width: 100px;
}
.FormSubTitle
{
    font-size: 10px;
    margin-top: 8px;
    margin-bottom: 2px;
    font-weight: bold;
}