/* Main Grand Chorale CSS */

body {
        background-color: lightblue;
}
img, table, form {
        max-width: 100%;
}
#banner {
        text-align: center;
}
#whoweare {
        font-size: large;
        color: black;
}
#objective {
        font-size: large;
        color: black;
}
#eventschedule {
        font-size: large;
        color: black;
}
#join {
        font-size: large;
        color: black;
}
#contactus {
        color: black;
}
#contactus table {
        color: blue;
        background-color: white;
}
#contactus table td {
        padding: 10px;
}
#memberpage {
        color: black;
}
.contactemail {
        display: none;
}
a {
        padding: 2px 1px 0px 1px;        
}
a:link {
        color: #505050;
}
a:visited {
        color: #505050;
}
a:hover {
        background-color: yellow;
}
#memberstuff {
        text-align: center;
}

/* For Member's Page */

#loginMsg {
        text-align: center;
}
#loginMsg a {
        font-variant: small-caps;
        font-size: x-large;
}
#parent {
        border: 4px outset gray;
        color: white;
        position: relative;
        top: -10px;
        padding-right: 1em;
        padding-left: 1em;
        background-color: red;
}
#child {
        display: inline;
        margin-left: 3px;
}
#child a {
        border: 1px solid black;
        display: block;
        padding: 2px 5px;
        background-color: white; /* #FFFFEE; */
}        

#todayGuests, #todayGuests * {
        background-color: white;
        border: 1px solid black;
}
#todayGuests * {
        padding: 5px;
}

/* For email.php amd multmail.php */

#mailform table input {
        width: 100%;
        border: 0;
        background-color: #FFC0CB; /* pink; */
}
#mailform textarea {
        width: 100%;
        border: 0;
        background-color: #FFC0CB; /* pink; */
}

#mailform table {
        width: 100%;
}
#mailform .left {
        text-align: left;
        width: 20%;
}
.itemdate {
        font-size: 8pt;
        color: gray;
}