﻿#WizardTabs
{
    position:relative;
    float:left;
    width:734px;
    height:auto;
    padding-right:10px;
    padding-left:15px;
    margin-left:15px;
    margin-right:10px;
    text-align:center;
}

.WizardTab
{
    position:relative;
    float:left;
    width:140px;
    height:45px;
    margin-right:2px;
    margin-left:2px;
}

#WizardTabsContent
{
    position:relative;
    float:left;
    width:764px;
    height:auto;
    margin-left:10px;
    margin-right:10px;
}

#WizardTabsContentTop
{
    position:relative;
    float:left;
    width:764px;
    height:12px;
    background-image:url(../fichetop.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}

#WizardTabsContentMiddle
{
    position:relative;
    float:left;
    width:744px;
    height:auto;
    background-color:#FFFFFF;
    padding-right:10px;
    padding-left:10px;
    text-align:left;
}

.WizardPanelTitle
{
    position:relative;
    float:left;
    width:744px;
    height:auto;
    font-size:10pt;
    color:#239cdb;
}

.WizardSubTitle
{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    padding-left:10px;
    margin-bottom:10px;
    font-variant:normal;
    text-decoration:underline;
    font-weight:bolder;
}

.WizardSub
{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    padding-left:20px;
    margin-bottom:20px;
}

hr
{
    color:#239cdb;
    height:1px;
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}

.WizardPanelContent
{
    position:relative;
    float:left;
    width:744px;
    height:auto;
}

.WizardPanelContentLeft
{
    position:relative;
    float:left;
    width:564px;
    height:auto;
    margin-bottom:10px;
}

.WizardPanelContentRight
{
    position:relative;
    float:left;
    width:150px;
    height:auto;
    margin-left:10px;
}

.WizardHelp
{
    position:relative;
    float:left;
    width:140px;
    min-height:80px;
    margin-left:10px;
    background-image:url(../info.jpg);
    background-repeat:no-repeat;
    background-position:top left;
}

.WizardHelpTitle
{
    position:relative;
    float:left;
    width:140px;
    height:auto;
    margin-bottom:5px;
    font-size:10pt;
    border-bottom:solid 1px #867272;
}

.WizardHelpContent
{
    position:relative;
    float:left;
    width:140px;
    height:auto;
}

#WizardTabsContentBottom
{
    position:relative;
    float:left;
    width:764px;
    height:12px;
    background-image:url(../fichebottom.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}

.EndTab
{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin-top:20px;
}

.ErrorMessage
{
    position:relative;
    float:left;
    width:526px;
    height:auto;
    text-align:left;
    color:white;
    font-weight:bold;
    padding:3px;
    margin-bottom:10px;
}

.ErrorMessage p
{
    position:relative;
    float:left;
    width:100%;
    height:100%;
    background-image:url(../errorbg.gif);
    background-repeat:no-repeat;
    background-position:top left;
    border:solid 1px red;
}


    
.Buttons
{
    position:relative;
    float:left;
    width:200px;
    height:auto;
    text-align:right;
    margin-left:10px
}

.float
{
    position:relative;
    float:left;
    width:250px;
    height:auto;
}

.floattextright
{
    position:relative;
    float:left;
    width:auto;
    height:auto;
    text-align:right;
    margin-right: 5px;
}
/*labels van controls even hoog maken als de controls zelf (ControlHeight)*/
.ch
{
    height:20px;
}


.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}