/* Default CSS Stylesheet for a new Web Application project */

H1, H2, H3, H4, H5, TH, THEAD, TFOOT, .Title, .SubTitle, .Field, .TableHead, .respField, .respFieldInline, .respFieldLarge, .respFieldSmall {
    COLOR: #003366;
}

BODY {
    background-color: lightgray;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 100%;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

#IsMobile {
    visibility: hidden;
}

#memberScroller {
    height: 50%;
    position: absolute;
    width: 95%;
    overflow: auto;
}

#teeTimeScroller {
    height: 70%;
    position: absolute;
    width: 95%;
    overflow: auto;
    border: 1px solid lightgray;
}

#container {
    width: 800px;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2em;
    border: 1px solid gray;
    overflow: auto;
}

.Button {
    float: left;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
    min-width: 80px;
}

.ButtonSmall {
    margin-bottom: 10px;
    width: 6em;
    height: 1.5em;
    border: 1px solid gray;
}

#MenuSelect {
    float: left;
    display: none;
}

#MenuItems {
    display: inline-block;
    width: 100%;
}

.clearFloat {
    clear: both;
}

.respLabel {
    width: 130px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    float: left;
    margin-bottom: 10px;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.respField {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.respFieldSmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    float: left;
    width: 140px;
}

.respFieldLarge {
    width: 390px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.respFieldInline {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    float: left;
    margin-right: 2em;
    width: 140px;
}

/* On screens that are 600px or less */
@media screen and (max-width: 600px) {

    .respField, .respFieldInline, .respFieldLarge, .respFieldSmall {
        background-color: ghostwhite;
    }

    #IsMobile {
        visibility: visible;
    }

    #container {
        width: 100%;
        padding: 2px;
        margin-left: 0;
    }

    .bottomFloater {
        left: 0;
        position: fixed;
        text-align: center;
        bottom: 0;
        width: 98%;
        height: 7em;
        background-color: white;
        border-top-style: solid;
        border-top-color: lightgray;
    }

    .blankSpace {
        display: block;
        width: 98%;
        height: 8.5em;
        overflow: hidden;
    }

    .clearFloat:after {
        clear: both;
    }

    .Button {
        width: 98%;
        margin-top: 0.25em;
        margin-bottom: 0.25em;
        font-size: 1.25em;
    }

    .ButtonSmall {
        margin-bottom: 0.25em;
        width: 6em;
        height: 2em;
        border: 1px solid black;
        margin-left: 0.25em;
    }

    #MenuSelect {
        display: inline-block;
        float: left;
        width: 10%
    }

    #MenuItems {
        float: right;
        display: none;
        width: 90%;
    }

    .Label {
        width: 98%;
        font-weight: 600;
    }

    .respLabel {
        width: 98%;
        font-weight: 600;
        margin-bottom: 2px;
        float: none;
        height: auto;
    }

    .respField {
        margin-bottom: 10px;
        float: none;
        width: 98%;
        font-size: 1.25em;
    }

    .respFieldSmall {
        margin-bottom: 10px;
        font-size: 1.25em;
    }

    .respFieldLarge {
        margin-bottom: 10px;
        float: none;
        width: 98%;
        font-size: 1.25em;
    }

    .respFieldInline {
        margin-bottom: 10px;
        float: none;
        width: 98%;
        margin-right: 0;
        font-size: 1.25em;
    }

    .GroupLabel {
        text-decoration: none;
        background-color: lightgreen;
        text-align: center;
        vertical-align: middle;
    }

    .myCalendar { width: 95%;}
}

.Title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.Subtitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}


.Label {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.GroupLabel {
    line-height: 2em;
    margin-top: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    font-style: normal;
    text-decoration: underline;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    vertical-align: middle;
}

.Field {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.TableHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3, .Subtitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.58em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.33em;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H5, DT {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.33em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.Instruction {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 0.8em;
}

TFOOT, THEAD {
    font-size: 1em;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}

TH {
    vertical-align: baseline;
    font-size: 1em;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}


A:link {
    text-decoration: none;
    color: #3333cc;
}

A:visited {
    text-decoration: none;
    color: #333399;
}

A:active {
    text-decoration: none;
    color: #333399;
}

A:hover {
    text-decoration: underline;
    color: #3333cc;
}

SMALL {
    font-size: .7em;
}

BIG {
    font-size: 1.17em;
}

BLOCKQUOTE, PRE {
    font-family: Courier New, monospace;
}


UL LI {
    list-style-type: square;
}

    UL LI LI {
        list-style-type: disc;
    }

        UL LI LI LI {
            list-style-type: circle;
        }

OL LI {
    list-style-type: decimal;
}

OL OL LI {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}

IMG {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.calendarWrapper {
    /*padding: 10px;*/
    display: inline-block;
}

.myCalendar {
    background-color: #f2f2f2;
    width: 400px;
    border: none !important;
}

    .myCalendar a {
        text-decoration: none;
    }

    .myCalendar .myCalendarTitle {
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        background-color: #4CCAEF;
        color: #ffffff;
        border: none !important;
    }

    .myCalendar th.myCalendarDayHeader {
        vertical-align: middle;
        height: 25px;
    }

    .myCalendar tr {
        height: 40px;
        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: #4CCAEF !important;
            background: url("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: #4CCAEF !important;
            background: url("nextMonth.png") no-repeat center center;
        }

    .myCalendar td.myCalendarSelector a {
        background-color: #25bae5;
    }

    .myCalendar .myCalendarDayHeader a,
    .myCalendar .myCalendarDay a,
    .myCalendar .myCalendarSelector a,
    .myCalendar .myCalendarNextPrev a {
        display: block;
        line-height: 20px;
    }

    .myCalendar .myCalendarToday {
        background-color: #f2f2f2;
        -webkit-box-shadow: 1px 1px 8px 1px #8f8f8f;
        box-shadow: 1px 1px 8px 1px #8f8f8f;
        display: inline-block;
        width: 22px !important;
        height: 19px !important;
        border: 2px solid #f2f2f2;
        margin-left: -1px;
        margin-top: -1px;
        position: relative;
    }

        .myCalendar .myCalendarToday a {
            color: #25bae5 !important;
            font-weight: bold;
        }

            .myCalendar .myCalendarToday a:after {
                content: "TODAY";
                color: #000;
                font-size: 0.5em;
                display: inline-block;
                pointer-events: none;
                width: 100%;
                float: left;
            }

    .myCalendar .myCalendarDay a:hover,
    .myCalendar .myCalendarSelector a:hover {
        background-color: #25bae5;
    }