.RedRow {
    background-color: pink;
}

.YellowRow {
    background-color: yellow;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.centered {
    text-align: center;
    vertical-align: middle;
}

    .centered img {
        display: block;
        margin: 0 auto;
    }

.header {
    background-color: blue;
    color: white;
    font-weight: bold;
    padding-right: 5px;
}

.alert {
    background-color: white;
    color: red;
    font-weight: bold;
    padding-right: 5px;
}

.bluealert {
    background-color: white;
    color: blue;
    font-weight: bold;
    padding-right: 5px;
}


body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    padding-bottom: 20px;
    padding-top: 50px;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 280px;
}


.coolCell {
    background-color: #99FFFF;
    font-size: 24px;
    height: 50px;
    text-align: center;
}

#tblSearch td {
    padding-right: 15px;
    white-space: nowrap;
}

.confirmationclick {
    font-size: x-large;
}

.hiddenrow {
    visibility: collapse;
}
