.hidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

div#spinner {
    display: none;
    width: 130px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url('../../images/ajax-loader.gif') no-repeat center #fff;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 111;
    overflow: auto;
}

div#error_header {
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0 0 10px 0;
    text-decoration: underline;
}

.ui-dialog-titlebar {
    background: #999999;
    color: #000000;
    border: none;
}

.ui-dialog-buttonset .ui-state-default, .ui-dialog-buttonset .ui-state-default span {
    background-color: #EE145B;
    color: #FFFFFF;
}

.ui-dialog-buttonset .ui-state-hover, .ui-dialog-buttonset .ui-state-hover span {
    background-color: #001952;
    cursor: pointer;
    border: none;
}

.sub-header {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #003366;
    padding-bottom: 10px;
}

/*start: Account Menu*/
.bookings_header {
    background-color: #036;
    color: #FFF;
    text-align: center;
    padding: 5px;
}

.bookings_header a {
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

.bookings_header a.bookings_header_selected {
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
}

.bookings_group {
    text-align: center;
}

.bookings_types_header {
    background: none repeat scroll 0 0 #737C8C;
    font-size: 14px;
    margin-bottom: 4px;
    color: #FFFFFF;
    padding: 5px;
    font-weight: bold;
}

.bookings_group table {
    width: 100%;
    font-size: smaller;
    text-align: center;
    margin-bottom: 15px;
}

/*end: Account Menu*/