@media print
{
    #three-month-calendar { display: none !important; }
    #reservation-top-block { display: none !important; }
    h1#todays-date { margin-top: 0px !important; }
    div.room-reserved.free a { display: none !important; }
    #reservation-info div { height: 10px !important; }

    #reservation-table {
        color: #000000 !important;
    }

    .booked-color-2,
    .booked-color-1 {
        color: #000000 !important;

    }


}

body {
    background-color: #f9f9f9;
}

.booked-color-1 {
    background-color: #1b2325;
    color: #ffffff;
}

.booked-color-2 {
    background-color: #b81900;
    color: #ffffff;
}

#reservation-table {
    font-size: 14px;
    width: 1100px;
    color: #4f4f51;
    height: 1150px;
    margin-left: 10px;
    float: left;
}

#reservation-table div.title {
    display: block;
    clear: both;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #eef0ef;
    height: 20px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    padding: 5px;

}

#reservation-table div.title div {
    display: block;
    float: left;
    margin-right: 20px;
    width: 100px;
    text-align: center;

}

#reservation-info {
    display: block;
    clear: both;
}

#reservation-info div {
    display: block;
    width: 97px;
    padding-left: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 20px;
    height: 16px;
    text-align: center;

}

#reservation-hours {
    display: block;
    float: left;
}

#reservation-hours div {
    border-bottom: 1px solid #666666;
}

#reservation-hours div {
    padding-left: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 20px;
}

div.room-column {
    display: block;
    float: left;
}

a.available {
    cursor: pointer;
    text-decoration: underline;
    color: #e58703;


}

div.on-reservation {
    background-color: yellowgreen;
}

#reserve-window {
    width: 300px;

}

#reserve-window .title {
    color: #4f4f51;
    padding-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
}

#reserve-window label {
    width: 100px;
    display: block;
    float: left;
    color: #4f4f51;

}

#reserve-window input, #reserve-window select {
    float: right;
    width: 200px;
    background-color: #efefef;
    border: 1px solid #bebebe;
}

div.reserve-field {
    height: 30px;
}

div.reserve-field.textarea {
    height: 120px;

}

div.reserve-field.buttons {
    display: block;
    float: right;
}

label.cleared {
    clear: both;
}

div.reserve-field textarea {
    clear: both;
    background-color: #efefef;
    border: 1px solid #bebebe;
    width: 300px;
    height: 80px;
}

#reserve-window {
    margin-left: 10px;
}

#reservation-top-block a {
    text-decoration: none;
    color: #e1e1e1;
}


#reservation-top-block a:hover {
    text-decoration: none;
    color: #e1e1e1;
    cursor: pointer;
}


#reserve-window
div.reserve-field.buttons input {
    margin-left: 10px;
    width: 80px;
}

div.near-day-btn {
    cursor: pointer;
}

div.date-selection {
    display: block;
    height: 50px;
    float: left;
    width: 200px;

}

span.select-date {
    cursor: pointer;
}

div.near-date-wrapper {
    display: block;
}

div.near-date-wrapper div {
    display: block;
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
}

div#reservation-top-block {
    display: block;
    margin: 10px;
    width: 100%;
    padding: 10px;
    background-color: #1b2325;
    height: 50px;
    color: #e1e1e1;
}

#reservation-top-block div {
    float: left;
    margin-right: 10px;
}

div.current-date {
    float: left;
    display: block;
    margin-right: 20px;

}

h1#todays-date {
    margin-top: 150px;
    margin-left: 10px;
}


div.room-reserved.reserved:hover {
    cursor: pointer;
}

div.room-reserved.reserved.selected {
    background-color: #eeba71;
}

div#loginBox {
    display: block;
    border: 1px solid #bebebe;
    padding: 20px;
    margin: 20px;
    width: 280px;
    height: 70px;
}


div#loginBox label {
    margin-right: 10px;
    color: #4f4f51;
}

input.login-input {
    width: 200px;
    background-color: #efefef;
    border: 1px solid #bebebe;
}

div#loginBox
input[type="submit"] {
    float: right;
}

#loginWrapper h1 {
    margin-left: 20px;
    color: #4f4f51;
}

a.remove-item {
    display: block;
    clear: both;
    float: right;
    color: #b81900;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 3px;
}

a.remove-item:hover {
    text-decoration: none;
    cursor: pointer;
}

#three-month-calendar {
    float: left;
    width: 280px;
    margin-left: 100px;
}

#three-month-calendar h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

table.month-calendar-table {
    border: 1px solid #bebebe;
    width: 250px;
    height: 250px;
    margin-bottom: 25px;
}

table.month-calendar-table td {
    border: 1px solid #bebebe;
    text-align: center;
}

table.month-calendar-table td:hover {
    cursor: pointer;
}

table.month-calendar-table  td.today-date {
    background-color: #fbd850;
}

div.room-reserved {
    border-bottom: 1px solid #666666;
}

#reservation-top-block
div.print-table {
    text-transform: uppercase;
    margin-left: 50px;
    cursor: pointer;

}

div.reserve-field-big {
    margin-bottom: 15px;
    margin-top: 10px;
}

div.reserve-field-big span,
div.reserve-field span {
    color: #4f4f51;
}

div.room-reserved {
    border-right: 1px solid #666666;
}

div.column1 div.room-reserved {
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
}

.date-selection span {
    float: left;
    margin-right: 10px;
}

.select-date {
    background-color: #1b2325;
    border: 0;
    color: #e1e1e1;
    width: 80px;
    font-size: 15px;
    margin-top: 0;
}

.reserve-field.hall {
    height: 100px;
}