H1 {
    font-weight: normal;
    font-size: 16px;
    color: black;
    margin-left: 10px;
    text-align: left;
}

H2 {
    font-weight: bold;
    font-size: 14px;
    color: black;
    margin-left: 10px;
    text-align: left;
}

H3 {
    font-weight: bold;
    font-size: 13px;
    font-variant: small-caps;
    color: black;
    margin-left: 10px;
    text-align: center;
}

BODY {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #003366;
    margin-left: 10px;
    background-color: #F7F7D4;
}

TABLE.border {
    border-style: solid;
    border-width: 1px;
    border-color: #7EAEFF;
    background-color: #7EAEFF;
}

TABLE.cell_border {
    background-color: #7EAEFF;
}

TABLE.legend {
    background-color: #7EAEFF;
}

TR {
    font-size: 11px;
    color: #000000;
}

TR.title {
    background-color: #660000;
    color: #F7F7D4;

}

TR.normal {
    background-color: #FFFFFF;
}

TR.alternate {
    background-color: #EEEEEE;
}

.body {
    background-color: #F3F3F3;
}

TD {
/*    color: black;*/
    font-size: 11px;
}

TD.alternate {
    background-color: #FFFFFF;
}

TD.title {
    background-color: #AAAA66;
    color: #660000;
}

.alert {
    color: #aa0000;
    font-weight: bold;
}

.available {
    color: #00aa00;
    font-weight: bold;
}

.overbooked {
    color: #aa0000;
    font-weight: bold;
}

TEXTAREA {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: black;
}

INPUT {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: black;
}

SELECT {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: black;
}


OPTION {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: black;
}

A {
    color:#336699;
    text-decoration:none;
}

A:visited {
    text-decoration:none;
}

A:hover {
    text-decoration:underline;
}

.title {
    font-weight: bold;
}

.error {
    font-weight: bold;
    color: red;
    border-style: dotted;
    border-width: 2px;
}

.message {
    font-weight: bold;
    border-style: dotted;
    border-width: 2px;
    color: #7EAEFF;
}

.reginfo {
    font-family: "Lucida Console", "Courier", sans-serif;
    font-weight: normal;
    margin-left: 20px;
}

.room-assigned {
    color: black;
}

.room-checked-in {
    color: black;
    font-weight: bold;
}

.room-checked-out {
    color: grey;
}

.room-cancelled {
    color: red;
}

.subtext {
    color: grey;
}

.bigCheckbox {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}