﻿body {
    background-color: #d0e0cd;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #67687a;
    /*    background-image: url(../images/title.png);
    background-position: top;
    background-repeat: no-repeat;*/
}

#logo {
    background-image: url(../images/Logo.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
}

.ErrorControl {
    background-color: #FBE3E4;
}

.ValidControl {
    background-color: #99FF99;
}

#PageTitle {
    font-size: large;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.bodytext {
    font-size: small;
    font-family: 'Josefin Sans', sans-serif;
}

.Medium {
    font-size: medium;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}

.HeaderText {
    font-size: large;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}

.BookingRef {
    padding: 2px;
    margin: 2px;
    background-color: White;
    border-color: Red;
    border-style: Solid;
    border-width: 2px;
    height: 18px;
    font-weight: 700;
    color: #FF0000;
    width: 54px;
}

.InputTable {
    width: 500px;
    border: 1pt solid #8bcfb1;
    text-align: center;
    background-color: #8bcfb1;
    padding: 1px;
    border-spacing: 0;
    font-weight: normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.WarningText {
    color: #FF0000;
}

.WarningTextAlt {
    color: #FF0000;
    font-weight: bold;
    background-color: White;
}

.inputTableLeftCells {
    font-size: small;
    color: #FFFFFF;
    border: 1pt solid #8bcfb1;
    text-align: right;
    background-color: #8bcfb1;
}

.inputTableLeftCellsTop {
    font-size: small;
    color: #fbfbfb;
    border: 1pt solid #8bcfb1;
    text-align: right;
    background-color: #8bcfb1;
    border-top-left-radius: 8px;
}



.inputTableLeftCellsBottom {
    font-size: small;
    color: #fbfbfb;
    border: 1pt solid #8bcfb1;
    text-align: right;
    background-color: #8bcfb1;
    border-bottom-left-radius: 8px;
}

.inputTableRightCells {
    padding: 0 2px 0 2px;
    font-size: small;
    color: #000000;
    border: solid #d4dff4;
    border-width: 1pt 0 1pt 0;
    text-align: left;
    width: 350px;
    background-color: #EFF3FB;
    /*background-image: url(../images/tablerow.gif);
    background-repeat: repeat-x*/
}

.inputTableRightCellsTop {
    padding: 0 2px 0 2px;
    font-size: small;
    color: #000000;
    border: solid #d4dff4;
    border-width: 1pt 0 1pt 0;
    text-align: left;
    width: 350px;
    background-color: #EFF3FB;
    border-top-right-radius: 8px;
    /*background-image: url(../images/tablerow.gif);
    background-repeat: repeat-x*/
}

.inputTableRightCellsBottom {
    padding: 0 2px 0 2px;
    font-size: small;
    color: #000000;
    border: solid #d4dff4;
    border-width: 1pt 0 1pt 0;
    text-align: left;
    width: 350px;
    background-color: #EFF3FB;
    border-bottom-right-radius: 8px;
    /*background-image: url(../images/tablerow.gif);
    background-repeat: repeat-x*/
}

.inputTableLeftCellsAlt {
    font-size: small;
    color: #000000;
    border: 1pt solid #cddbf3;
    text-align: right;
    width: 350px;
    background-color: #EFF3FB;
    /*background-image: url(../images/tablerow.gif);
    background-repeat: repeat-x;*/
}

.inputTableLeftCellsAltTop {
    font-size: small;
    color: #000000;
    border: 1pt solid #cddbf3;
    text-align: right;
    width: 350px;
    background-color: #EFF3FB;
    border-top-left-radius: 8px;
}

.inputTableLeftCellsAltBottom {
    font-size: small;
    color: #000000;
    border: 1pt solid #cddbf3;
    text-align: right;
    width: 350px;
    background-color: #EFF3FB;
    border-bottom-left-radius: 8px;
}

.inputTableRightCellsAlt {
    padding-bottom: 1px;
    font-size: small;
    color: #FFFFFF;
    border: 1pt solid #8bcfb1;
    text-align: left;
    width: 150px;
    background-color: #8bcfb1;
    font-weight: normal;
}

.inputTableRightCellsAltTop {
    padding-bottom: 1px;
    font-size: small;
    color: #fbfbfb;
    border: 1pt solid #8bcfb1;
    text-align: left;
    width: 150px;
    background-color: #8bcfb1;
    font-weight: normal;
    border-top-right-radius: 8px;
}

.inputTableRightCellsAltBottom {
    padding-bottom: 1px;
    font-size: small;
    color: #fbfbfb;
    border: 1pt solid #8bcfb1;
    text-align: left;
    width: 150px;
    background-color: #8bcfb1;
    font-weight: normal;
    border-bottom-right-radius: 8px;
}

.inputTableBottomRow {
    font-size: small;
    color: #FFFFFF;
    border: 1pt solid #8bcfb1;
    text-align: center;
    background-color: #8bcfb1;
    height: 18px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.inputTableBottomAlt {
    font-size: small;
    border: 1pt solid #cddbf3;
    background-color: #EFF3FB;
    /*background-image: url(../images/tablerow.gif);
    background-repeat: repeat-x;*/
    text-align: left;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.tableHighlight {
    background-color: #99FF66;
    cursor: pointer;
    background-image: url('../images/tablerowhlight.gif');
    background-repeat: repeat-x;
}

.tableheader {
    background-color: #8bcfb1;
    height: 30px;
    /*background-image: url('../images/tableheader.gif');
    background-repeat: repeat-x;*/
    color: #FFFFFF;
    border-color: #8bcfb1;
    border-right-width: 0;
}

.tableleftheader {
    background-color: #99CCFF;
    background-image: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-style: none;
}

.tableleft {
    /*   background-image: url(../images/tablerowleft.gif);
    background-repeat: repeat-x;*/
    border-bottom-style: none;
    border-left-style: none;
    border-top-style: none;
}

.tablefooter {
    background-color: #8bcfb1;
    /*    background-image: url(../images/tablefooter.gif);
    background-repeat: repeat-x;*/
    color: #FFFFFF;
}

.tableRow {
    background-color: #EFF3FB;
    /*background-image: url(../images/tablerow.gif);
    background-repeat: repeat-x;*/
    font-weight: normal;
    color: #000000;
}

.tableRowAlt {
    background-color: #f6f6f6;
    /*background-image: url(../images/tablerowalt.gif);
    background-repeat: repeat-x;*/
    font-weight: normal;
    color: #000000;
}

.tableRowSel {
    background-color: #D1DDF1;
    font-weight: bold;
    background-image: url(../images/tablerowsel.gif);
    background-repeat: repeat-x;
    color: #0000FF;
}

.tableQtyGood {
    background-color: #66FF66;
    background-image: url(../images/tableqtyhigh.gif);
    background-repeat: repeat-x;
    border-right-width: 0;
}

.tableInterest {
    background-color: #73C6FF;
    font-weight: bold;
    background-image: url(../images/tableInterest.gif);
    background-repeat: repeat-x;
    color: #FFFFFF;
    border-right-width: 0;
}

.tableQtyLow {
    background-color: #FFFF66;
    background-image: url(../images/tableqtylow.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    border-right-width: 0;
}

.tableQtyOne {
    background-color: #FFCC78;
    background-image: url(../images/tableqtyone.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    border-right-width: 0;
}

.tableQtyNone {
    background-color: #FF0000;
    background-image: url('../images/tableqtynone.gif');
    background-repeat: repeat-x;
    font-weight: bold;
    color: #FFFFFF;
    border-right-width: 0;
}

.stdbutton {
    height: 25px;
}

.centered {
    border: solid 1px #8bcfb1;
    height: 99px;
    width: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 1001;
    background-color: #F2F9FF;
    font-family: 'Josefin Sans', sans-serif;
    font-size: small;
    font-weight: bold;
    color: #8bcfb1;
    text-align: center;
    border-radius: 5px;
}

.TopRight {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.TopLeft {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 300px;
    height: 50px;
    position: absolute;
    Left: 0;
    top: 0;
    z-index: 1000;
    text-align: left;
}

.modalBackground {
    background-color: #333333;
    /*    filter: alpha(opacity=40);*/
    opacity: 0.5;
}

.ModalWindow {
    border: solid 1px #c0c0c0;
    background: #f0f0f0;
    padding: 0 10px 10px 10px;
    position: absolute;
    top: -1000px;
}

.LoginPanel {
    width: 504px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1001;
    margin-left: -252px;
    margin-top: -48px;
    text-align: center;
}

.PayPalPanel {
    border: solid 1px #99CCFF;
    height: 150px;
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -75px;
    z-index: 1001;
    background-color: #F2F9FF;
    font-family: 'Josefin Sans', sans-serif;
    font-size: small;
    color: #000;
    text-align: center;
}

.radioboxlist radioboxlistStyle {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.radioboxlist label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: -30px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    background-color: #8bcfb1;
    border-color: #160755;
    width: 320px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 6px;
}


    .radioboxlist label:hover {
        color: #fff;
        background-color: #0e0535;
        border-color: #160755;
    }

input:checked + label {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #000;
}

.radioboxlist input {
    visibility: hidden;
}
/*Calendar*/
.calendarWrapper {
    background-color: #8bcfb1;
    padding: 10px;
    display: inline-block;
}

.myCalendar {
    background-color: #f2f2f2;
    width: 200px;
    /*border: none !important;*/
}

    .myCalendar a {
        text-decoration: none;
    }

    .myCalendar .myCalendarTitle {
        font-weight: bold;
        height: 35px;
        line-height: 35px;
        background-color: #8bcfb1;
        color: #ffffff;
        /*       border: none !important;
         border-top-right-radius: 12px !important;
        border-top-left-radius: 12px !important;*/
    }

.rounded-corners {
    /*border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    */ border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    background-color: #8bcfb1;
    border: none !important;
    overflow: hidden;
}

.gv-rounded-corners {
    border: 1px solid black;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.myCalendar th.myCalendarDayHeader {
    height: 23px;
}

.myCalendar tr {
    border-bottom: solid 1px #ddd;
}

.myCalendar table tr {
    border-bottom: none !important;
}

.myCalendar tr:last-child td {
    border-bottom: none;
}

.myCalendar tr td.myCalendarDay, .myCalendar tr th.myCalendarDayHeader {
    border-right: solid 1px #ddd;
}

.myCalendar tr td:last-child.myCalendarDay, .myCalendar tr th:last-child.myCalendarDayHeader {
    border-right: none;
}

.myCalendar td.myCalendarDay:nth-child(7) a {
    color: #c52e2e !important;
}

.myCalendar .myCalendarNextPrev {
    text-align: center;
}

    .myCalendar .myCalendarNextPrev a {
        font-size: 1px;
    }

    .myCalendar .myCalendarNextPrev:nth-child(1) a {
        color: #8bcfb1 !important;
        background: url('../images/prevMonth.png') no-repeat center center;
    }

        .myCalendar .myCalendarNextPrev:nth-child(1) a:hover, .myCalendar .myCalendarNextPrev:nth-child(3) a:hover {
            background-color: transparent;
        }

    .myCalendar .myCalendarNextPrev:nth-child(3) a {
        color: #8bcfb1 !important;
        background: url('../images/nextMonth.png') no-repeat center center;
    }

.myCalendar td.myCalendarSelector a {
    background-color: #8bcfb1;
    color: #ffffff !important;
}

.myCalendar .myCalendarDayHeader a,
.myCalendar .myCalendarDay a,
.myCalendar .myCalendarSelector a,
.myCalendar .myCalendarNextPrev a {
    display: block;
    line-height: 23px;
}

.myCalendar .myCalendarToday {
    background-color: #f2f2f2;
    -webkit-box-shadow: 1px 1px 8px 1px #8f8f8f;
    box-shadow: 1px 1px 8px 1px #8f8f8f;
    display: inline-block;
    width: 23px !important;
    height: 23px !important;
    border: 2px solid #f2f2f2;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
}

.myCalendar .myCalendarOtherMonthDay {
    color: #eee;
    background-position: center center;
    background-color: #CCCCCC;
}

.myCalendar .myCalendarToday a {
    color: #8cbf40 !important;
    font-weight: bold;
}

    .myCalendar .myCalendarToday a:after {
        content: "TODAY";
        color: #000;
        font-size: 0.6em;
        display: inline-block;
        pointer-events: none;
        width: 100%;
        float: left;
    }

.myCalendar .myCalendarDay a:hover,
.myCalendar .myCalendarSelector a:hover {
    background-color: #6f3996;
    color: #ffffff !important;
}

.calendarHasEvent {
    background-position: center center;
    border-color: #66FF66;
    border-style: solid;
    border-width: 1px;
    background-color: #90EE90;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff !important;
}

.calendarHover {
    background-color: #6f3996;
    color: #ffffff !important;
}
