.clsMcDiv {
    display: none;
}

.clsMcTable {
    background-color: #FF8080; /* Note: this color is used by fade animations */
    width: 70%;
    border: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.clsMcCenterIt {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* --- INFO message formatting --- */
.clsMcTrInfo {
    text-decoration: none;
    color: #505050;
    cursor: pointer;
    width: 100%;
}

.clsMcTdInfo {
    background-color: #D9E506;
    width: 100%;
    border-top: solid 1px #FFFFFF;
    text-align: center;
    white-space: normal; /* Need to wrap or long message center messages will look crappy. */
}

/* --- ERROR message formatting --- */
.clsMcTrError {
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
}

.clsMcTdError {
    background-color: #C60C30;
    width: 100%;
    border-top: solid 1px #FFFFFF;
    text-align: center;
    white-space: normal; /* Need to wrap or long message center messages will look crappy. */
}