*
{
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body
{
    font-family: arial;
    font-weight: 300;
}
h1
{
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.clear
{
    clear: both;
    width: 100%;
}
.spacer
{
    margin-bottom: 10px;
}
ul
{
    padding-left: 25px;
}
ul li
{
    list-style: disc outside;
    overflow: visible;
}
#Container
{
    margin: 10px;
    min-width: 300px;
    width: 92%;
}
#Calendar
{
    margin-top: 15px;
}
.Selection
{
    width: 100%;
}
.SelectionField
{
    color: #FFFFFF;
    background-color: #AB0132;
    line-height: 30px;
    display: block;
    float: left;
    padding: 0 1%;
    margin-right: 1px;
    width: 31%;
}
@media (max-width:320px)
{
    .SelectionField     {font-size: 90%;}
    .SelectionField1    {width: 109px;}
    .SelectionField2    {width: 84px;}
    .SelectionField3    {width: 74px;}
}
.CalendarMonthTitle
{
    border-bottom: 1px solid #DDDDDD;
    color: #000000;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
}
#MonthName
{
    display: inline-block;
    width: 200px;
}
.ButtonChangeMonth
{
    color: #000000;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 50px;
}
.ButtonChangeMonthPlaceholder
{
    color: #DDDDDD;
    display: block;
    text-align: center;
    width: 50px;
}
#ButtonPrevMonth
{
    float: left;
}
#ButtonNextMonth
{
    float: right;
}
table
{
    border-collapse: collapse;
    margin: 0 auto 20px;
    width: 99%;
}
thead
{
}
th
{
    line-height: 30px;
    margin: 0;
    text-align: center;
    width: 14%;
}
tr
{
    margin: 0;
}
td
{
    color: #000000;
    line-height: 30px;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 14%;
}
td.PrevMonth
{
    visibility: hidden;
}
td.NextMonth
{
    visibility: hidden;
}
td.SelectDate
{
    border: 1px solid #DDDDDD;
    color: #000000;
    cursor: pointer;
}
td.IsClosed
{
    color: #CCCCCC;
}
td.IsFull
{
    color: #CCCCCC;
}
.Link
{
    color: #AB0132;
    cursor: pointer;
    float: right;
    line-height: 30px;
}
.BackButton
{
    background-color: #AB0132;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    line-height: 30px;
    text-align: center;
    width: 100px;
}
.NextButton
{
    background-color: #AB0132;    
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    line-height: 30px;
    text-align: center;
    width: 100px;
}
#SelectAantalPersonenContainer
{
}
.SelectAantalPersonen
{
    border: 1px solid #DDDDDD;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 1% 1% 0;
    text-align: center;
    width: 18%;
}
#SelectTijdstipContainer
{
}
.SelectTijdstip
{
    border: 1px solid #DDDDDD;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 1% 1% 0;
    text-align: center;
    width: 18%;
}
.InputField
{
    border: 1px solid #DDDDDD;
    color: #000000;
    font-family: arial;
    font-weight: 300;
    line-height: 30px;
    padding: 0 5px;
    margin-bottom: 5px;
    width: 100%;
}
.InputError
{
    border: 1px solid #AA020A;
    color: #AA020A;
}
.ErrorMessage
{
    border: 1px solid #AA020A;
    color: #AA020A;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    width: 99.5%;
}
@media (max-width:320px)
{
    .ErrorMessage   {width: 98.5%;}
}
#ConfirmationContainer
{
    padding: 5px;
    border: 1px solid #066812;
    color: #066812;
}