body {
    color: #000000;
}

div#navleft {
    position: fixed;
    left: 0;
    top: 0;
    padding: 3px;
    background-color: #ffffff;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    transform: rotate(-90deg) translate(-45%, -175%);
}

div#navright {
    position: fixed;
    right: 0;
    top: 0;
    padding: 3px;
    background-color: #ffffff;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    transform: rotate(90deg) translate(45%, -225%);
}

div.content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

div.header {
    text-align: center;
}

div.bottom {
    position: relative;
    width: 100%;
}

div.sideLink div {
    padding: 5px;
    text-align: center;
    border: 2px solid #000077;
}

div.sideLink a {
    width: 100%;
    display: block;
    background-color: navy;
    border-bottom: 2px solid white;
}

div.sideLink div a:hover {
    background-color: #bbffff;
}

.bottomrunner {
    height: 5px;
    border-bottom: Ridge #000077;
    border-left: Ridge #000077;
    border-right: Ridge #000077;
    border-top: Ridge #000077;
}

.confirmtext {
    background-color: #990000;
    font-size: 14pt;
    color: gold;
    text-align: center;
    border-color: #990000;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

.optiontable {
    width: 660px;
    height: 275px;
    border-color: #990000;
    border-style: solid;
}

.optiondata {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    width: 300px;
    color: green;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

.optionlabel {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: green;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

.bodyhighlight {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12pt;
    color: green;
    border-color: #990000;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

td {
    border-right: 1px solid;
}

td:nth-child(1) {
    border-left: 1px solid;
}

tr {
    border-top: 1px solid;
}

tr:nth-child(even) {
    background-color: #eeeeee;
}

tr:nth-child(1)>td {
    border-top: 1px solid;
}

tr:nth-child(n)>td {
    border-bottom: 1px solid;
}

.floatlabels label {
    font-size: 0.75em;
    font-weight: bold;
}

div.pickuptable {
    border: solid darkgreen;
    padding: 0.5em 0.5em;
    width: 70%;
    margin: 0 auto;
}

div.topPage {
    margin: 0 auto;
}

/* Remove border around header images. */
div.header a img {
    border: 0;
}

div.title h1,
div.title h2 {
    text-align: center;
}

div.title h1 {
    font-size: 2em;
}

div.title h2 {
    font-size: 2.5em;
    margin-top: -0.25em;
}

div.content {
    font-size: 1.25em;
}

div.content p.center {
    text-align: center;
}

/* Style for the lookup response messages (success and failure). */
#lookup-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 1.5em;
    margin-bottom: 0.5em;
    border-radius: 4px;
}

#lookup-failure {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 1.5em;
    margin-bottom: 0.5em;
    border-radius: 4px;
}

/* Style for the links within the form (the option links). */
.optionlink {
    color: #0066cc;
    text-decoration: underline;
    display: inline-block;
    font-size: 0.75em;
    margin-left: 2em;
}

.optionlink:hover {
    color: #0044aa;
}

/* Styles for the pickup form error messages Error message styling for the pickup form. */
div.pickuptable form#pickupform p label.error {
    color: red;
    display: block;
    font-weight: bold;
}

div.pickuptable form#pickupform p input.error,
div.pickuptable form#pickupform p select.error {
    border: 1px solid red !important;
    background-color: #ffe6e6 !important;
}
