﻿body {
    color: #000;
    background-color: #fff;
    font-family: Verdana;
    font-size: 8pt;
}

div#inner {
    padding-top: 15px;
    padding-bottom: 50px;
}

div#outer {
    height: 100%;
}

div#header {
    height: 200px;
    width: 100vw;
    background-position: top center;
    background-color: #004E97;
    background-repeat: no-repeat;
    background-size: contain;
}

div#footer {
    height: 50px;
    width: 100%;
    background-position: bottom center;
    background-color: #004E97;
    background-repeat: no-repeat;
    background-size: contain;
}

p {
    padding: 5px;
}

p em {
    font-weight: bold;
    font-style: italic;
}

p em.soft {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    font-family: Trebuchet MS, sans-serif;
}

h1 {
    font-size: 34px;
    font-weight: normal;
    background-color: #FFF;
    padding-bottom: 30px;
    margin-bottom: 0;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, .9);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

table#registration caption {
    text-align: left;
}

div#events div#available {
    border-right: 1px solid #faebd7;
}

div#events ul#selectedEvents li,
div#events ul#availableEvents li {
    border: 2px solid #ccc;
    background-color: #ddd;
    list-style-type: none;
}

div#events ul#selectedEvents li {
    font-size: 18pt;
    list-style-type: decimal;
}

div#events ul#selectedEvents div.selected-event {
    font-size: 8pt;
}

.ui-button {
    background-color: #aaa;
}

div#searchform li {
    list-style-type: none;
}

span.field-validation-error {
    color: #800;
    background-color: #fff;
}

.selectable-events {
}

.event-highlight {
    border-radius: 5px;
}

.ui-draggable {    
    cursor: url(../openhand.cur), move;
    border-radius: 5px;
}

.ui-not-draggable {
    cursor: not-allowed !important;
}

.ui-dragging {
    cursor: url(../closedhand.cur), move;
    border-radius: 5px;
}

div#content {
    background-color: #FFF; /*fallback color*/
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 0;
    padding-top: 20px;
}