﻿* {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body {background-color:gainsboro;}

.InputError {
    border: 2px solid red;
}

.ValidatorCallout {
    display: none;
}



h1 {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    margin: 0 auto 10px auto;
}

h2 {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    margin: 10px auto;
}

h3 {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    margin: 2px;
}

.rblOne {
    display: table;
    margin: 10px auto;
    font-size: 14pt;
}

.divHeader {
    background-color: #ff972a;
    color: #FFF;
    padding: 10px;
}

.divInstruction {
    display: table;
    margin: 10px auto;
    max-width: 400px;
    font-size: 12pt;
    text-align: center;
}

.divError {
    display: table;
    margin: 10px auto;
    width: 400px;
    font-size: 12pt;
    color: red;
}

.divLogout {
    text-align: center;
    font-size: 10pt;
    margin: 5px auto 0 auto;
}

.divSection {
    background-color: #FFF;
    width: calc(100% - 40px);
    margin: 10px auto;
    border: 2px solid #CCC;
    display: table;
    padding: 20px 5px 5px 5px;
}

.divSubtitle {font-size:14pt;text-align:center;font-weight:bold;margin-bottom:15px;}

.tbl01 {
    margin: 10px auto;
}

    .tbl01 tr {
        vertical-align: top;
    }

    .tbl01 th {
        display: block;
        text-align: left;
        font-size: 9pt;
    }

    .tbl01 td {
        display: block;
        text-align: left;
    }

        .tbl01 td input[type=text], .tbl01 td input[type=password] {
            width: 300px;
            height: 30px;
            font-size: 14pt;
            padding: 5px;
            font-weight: bold;
            margin-bottom: 5px;
        }

.tblProfile {
    margin: 10px auto;
    border-spacing: 0;
    width: 60%;
}

    .tblProfile tr {
        vertical-align: top;
    }

    .tblProfile th {
        padding: 2px 5px;
        display: block;
        text-align: left;
        background-color: #dfe0e2;
        font-size: 12pt;
    }

    .tblProfile td {
        padding: 2px 5px 10px 5px;
        display: block;
        text-align: left;
        font-size: 14pt;
    }

.tblGuestInfo {
    display: table;
    margin: 10px auto;
    border-collapse: collapse;
    border-bottom: 1px solid #000;
    min-width: 350px;
}

.divPair {
    vertical-align: top;
    display: table-row;
}

.divLabel {
    display: block;
    text-align: left;
    padding: 3px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 10pt;
    font-weight: normal;
}

.divValue {
    display: block;
    text-align: left;
    padding: 5px 10px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 14pt;
    font-weight: bold;
}

    .divValue input[type=text] {
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        padding: 5px 15px;
        font-weight: bold;
        font-size: 18pt;
    }

    .divValue textarea {
        width: 100%;
        box-sizing: border-box;
        padding: 5px 15px;
        font-weight: bold;
        font-size: 16pt;
    }

    .divValue input[type=checkbox] {
        font-weight: bold;
        font-size: 20pt;
    }

    .divValue select {
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        padding: 5px 15px;
        font-weight: bold;
        font-size: 18pt;
    }

.btn01 {
    width: 300px;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
    display: table;
    margin: 20px auto;
}

.btn03 {
    width: 300px;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px;
    display: table;
    margin: 20px auto;
}

.btn03c {
    color: red;
    width: 300px;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px;
    display: table;
    margin: 20px auto;
}

.btn04 {
    font-size: 8pt;
    font-weight: bold;
    padding: 5px;
}

.btn05 {
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 25px;
}

@media only screen and (min-width:0px) and (max-width: 799px) {
}

@media only screen and (min-width:800px) {
}
