body, input, textarea, select
{
    font-family: Arial, Helvetica, sans-serif;
}
body
{
    margin: 10px;
}
a:link, a:visited, a:active
{
    color: #0000CC;
}
input.StandardInput
{
    width: 144px;
}
.StandardInput
{
    width: 150px;
    font-size: 12px;
}
.StandardButton
{
    width: 150px !important;
}
textarea
{
    width: 162px !important;
    height: 58px;
}
.LanguageSwitch
{
    font-size: 8pt;
    width: 70px;
    background-color: #DEDEDE;
    border-color: #DEDEDE;
}
.DropDownMini
{
    font-size: 8pt;
}
#tblSystem
{
    font-size: 8pt;
}
#tblLegend
{
    font-size: 8pt;
}
#calReservations
{
    font-size: 8pt;
}
.ResNone
{
    height: 26px;
}
.ResSome
{
    height: 26px;
}
.ResFull
{
    color: #fff;
    height: 26px;
}
#SelectedDay div
{
    width: 27px;
    height: 21px;
    text-align: center;
    padding-top: 5px;
}
#pnlDayInfo td
{
    font-size: 12px;
}
.StatisticLinks a
{
    display: block;
    margin: 3px 0px 3px 0px;
}
.CalendarHeader
{
    border: none;
}
.CalendarDayHeader
{
    height: 26px;
}
.CalendarOtherMonthDay a
{
    text-decoration: none;
    color: #D6D6D6;
}
#calReservations a
{
    font-size: 8pt;
    text-decoration: none;
    color: #000;
}
.ResNoneSelected
{
    height: 26px;
}
.ResSomeSelected
{
    height: 26px;
}
.ResFullSelected
{
    color: #fff;
    height: 26px;
}
.ResNoneToday
{
    height: 26px;
}
.ResSomeToday
{
    height: 26px;
}
.ResFullToday
{
    color: #fff;
    height: 26px;
}
.CalendarOtherMonthDay
{
    height: 26px;
}
em
{
    font-style: normal;
    color: #6F0000;
}
td
{
    font-size: 11px;
}
.CalendarHeader td
{
    border: none;
    font-size: 16px;
    font-weight: bold;
}
.ResDeactivated
{
    height: 26px;
}
.ResDeactivatedSelected
{
    height: 26px;
}


/* Day link */
.ResFull a, .ResFullToday a, .ResFullSelected a, .ResNone a, .ResNoneToday a, .ResNoneSelected a, .ResSome a, .ResSomeToday a, .ResSomeSelected a
{
    display: block;
    width: 26px;
    vertical-align: bottom;
    padding: 6px 0px 6px 0px;
}

.ErrorMessage
{
    color: #B71717;
}

.AutoDeleteDate
{
    display: block;
    margin-left: 22px;
}

.OnlinePayment a
{
    display: block;
}

.OnlinePayment a img
{
    border: none;
    margin: 2px;
}

.hidden
{
    position: absolute;
    display: block;
    float: left;
    left: -999em;
}