.clickable
{
    cursor: pointer;
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.scrollButton
{
    cursor: pointer;
    width: 75px;
    height: 75px;
}
.required
{
    font-size: 20px;
}

.enrolled
{
    background-color: lightgreen;
    color: black;
    text-align: center;
    border: 2px solid black;
}

.notEnrolled
{
    background-color: red;
    color: white;
    text-align: center;
    border: 2px solid black;
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px 10px 10px;
    margin: 10px;
    cursor: default;
    text-decoration: none;
}

#resultInformation
{
    font-size: 20px;
    width: 330px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

.eventFormat
{
    width: 375px;
    height: 75px;
    margin: 0 10px 0 0;
    position: relative;
    padding: 0 5px 5px 5px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    overflow: hidden;
    float: right;
}

.comingSoon
{
    color: #666666;
    background: url('../images/eventComingSoonBackground.png') no-repeat;
}

.available
{
    cursor: pointer;
    color: #000000;
    background: url('../images/eventBackground.png') no-repeat;
}

.unavailable
{
    cursor: pointer;
    color: gray;
    background: url('../images/eventFullBackground.png') no-repeat;
}

.employeeAndLocationTable
{
    width: 380px;
}

.employeeAndLocationTable td div
{
    width: 126px;
    height: 50px;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.eventFullImage
{
    position: absolute;
    top: 10px;
    right: 20px;
}

#header
{
    clear: both;
}

#pageContainer
{
    margin: 0 auto;
    width: 990px;
    height: 630px;
}

#bodyContainer
{
    border: green 3px solid;
    clear: both;
    height: 100%;
}
#eventBox
{
    height: 540px;
    width: 560px;
}

#eventScrollBox
{
    /*Hide scroll bar*/
    height: 102%;
    width: 104%;
    overflow: auto;
}

#eventListContainer
{
    height: 500px;
    width: 510px;
    overflow: hidden;
}
#logoContainer
{
    padding: 20px;
    height: 80%;
}

.error
{
    color: red;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

#ajaxErrorMessage
{
    background: rgb(150, 150, 150); /* fallback */
    background: rgba(150, 150, 150, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    display: none;
}

#ajaxErrorMessageContent
{
    font-size: 25px;
    background: rgb(55,55,55);
    color: indianred;
    width: 60%;
    height: 300px;
    opacity: 1;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 3px 5px black;
    text-align: center;
    /* Make border rounded in browsers < IE9 */
    behavior: url("css3pie/PIE.htc");
}

.message
{
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.minor
{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noneFound
{
    font-size: 20px;
    font-weight: bold;
}

.important
{
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-overflow: ellipsis;
}

#errorMessageContainer
{
    width: 650px;
    padding: 10px;
    margin: 10px;
    border: 1px solid darkgray;
    border-radius: 15px;
    /* Make border rounded in browsers < IE9 */
    behavior: url("css3pie/PIE.htc");
}

a:link, .ui-widget-content a:link
{
    cursor: pointer;
    color: #0000FF;
    text-decoration: underline;
}

a:active, .ui-widget-content a:active
{
    cursor: pointer;
    color: #0000FF;
    text-decoration: underline;
}

a:visited, .ui-widget-content a:visited
{
    cursor: pointer;
    color: #0000FF;
    text-decoration: underline;
}

a:hover, .ui-widget-content a:hover
{
    cursor: pointer;
    color: #0000FF;
    text-decoration: underline;
}
