.calendar-table {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    border-spacing: 0;
    margin: 2em auto;
    position: relative;
    width: 273px;
}

.calendar-table:before {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: -2px;
    left: 2px;
    background: #ffffff;
    content: " ";
    display: block;
    height: 200px;
    width: 270px;
    z-index: -1;
}

.calendar-table:after {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: -4px;
    left: 4px;
    background: #ffffff;
    content: " ";
    display: block;
    height: 200px;
    width: 266px;
    z-index: -2;
}

.calendar-table thead th {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 0 0 #e88486;
    -moz-box-shadow: inset 0 1px 0 0 #e88486;
    -ms-box-shadow: inset 0 1px 0 0 #e88486;
    -o-box-shadow: inset 0 1px 0 0 #e88486;
    box-shadow: inset 0 1px 0 0 #e88486;
    background-color: #e56568;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e56568), color-stop(100%, #bd3f41));
    background-image: -webkit-linear-gradient(top, #e56568, #bd3f41);
    background-image: -moz-linear-gradient(top, #e56568, #bd3f41);
    background-image: -ms-linear-gradient(top, #e56568, #bd3f41);
    background-image: -o-linear-gradient(top, #e56568, #bd3f41);
    background-image: linear-gradient(top, #e56568, #bd3f41);
    border-bottom: 1px solid #ac2826;
    border-top: 1px solid #ac2826;
    color: white;
    font-size: 13pt;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}

.calendar-table thead th.arrow:first-child {
    border-left: 1px solid #ac2826;
    text-align: right;
}

.calendar-table thead th.arrow:last-child {
    border-right: 1px solid #ac2826;
    text-align: left;
}

.calendar-table thead th.arrow a {
    color: white;
    font-family: 'MS Gothic';
}

.calendar-table thead th.arrow a:hover { color: #333333 }

.calendar-table tbody th {
    -webkit-box-shadow: inset 0 1px 0 0 white;
    -moz-box-shadow: inset 0 1px 0 0 white;
    -ms-box-shadow: inset 0 1px 0 0 white;
    -o-box-shadow: inset 0 1px 0 0 white;
    box-shadow: inset 0 1px 0 0 white;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e8e8e8));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: -ms-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: -o-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: linear-gradient(top, #f5f5f5, #e8e8e8);
    border-bottom: 1px solid #d4d4d4;
    color: #666666;
    font-size: 7.5pt;
    font-weight: normal;
    padding: 4px 0;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    text-transform: uppercase;
    width: 34px;
}

.calendar-table tbody td.calendar_week_nbrs {
    background-color: #80bfff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80bfff), color-stop(100%, #80bfff));
    background-image: -webkit-linear-gradient(top, #80bfff, #80bfff);
    background-image: -moz-linear-gradient(top, #80bfff, #80bfff);
    background-image: -ms-linear-gradient(top, #80bfff, #80bfff);
    background-image: -o-linear-gradient(top, #80bfff, #80bfff);
    background-image: linear-gradient(top, #80bfff, #80bfff);
    border-left: 1px solid #c4c4c2;
    border-bottom: 1px solid #c4c4c2;	
}

.calendar-table tbody th:first-child { border-left: 1px solid #abb6bf }

.calendar-table tbody th:last-child { border-right: 1px solid #abb6bf }

.calendar-table tbody td {
    background-color: #fcfdfd;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    color: #444444;
    font-size: 11pt;
    font-weight: bold;
    height: 27px !important;
    padding: 0;
    text-align: center;
    width: 34px;
}

.calendar-table tbody td.today {
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e8e8e8));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: -ms-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: -o-linear-gradient(top, #f5f5f5, #e8e8e8);
    background-image: linear-gradient(top, #f5f5f5, #e8e8e8);
	border-radius:14px;
    border-left: 1px solid #c4c4c2;
    border-bottom: 1px solid #c4c4c2;
}

.calendar-table tbody td.last-week { border-bottom: 1px solid #c4c4c2 }

.calendar-table tbody td.tomorrow { border-left: 1px solid #c4c4c2 }

.calendar-table tbody td.off { color: #d8dbde }

.calendar-table tbody td:last-child { border-right: 1px solid #abb6bf }

.calendar-table tbody td:first-child { border-left: 1px solid #abb6bf }

.calendar-table tbody td:not(:last-child) {
    -webkit-box-shadow: inset -1px 0 0 0 #eeefef;
    -moz-box-shadow: inset -1px 0 0 0 #eeefef;
    -ms-box-shadow: inset -1px 0 0 0 #eeefef;
    -o-box-shadow: inset -1px 0 0 0 #eeefef;
    box-shadow: inset -1px 0 0 0 #eeefef;
}

.calendar-table tbody td:not(:last-child).today {
    -webkit-box-shadow: inset -1px 0 0 0 #d8d8d7;
    -moz-box-shadow: inset -1px 0 0 0 #d8d8d7;
    -ms-box-shadow: inset -1px 0 0 0 #d8d8d7;
    -o-box-shadow: inset -1px 0 0 0 #d8d8d7;
    box-shadow: inset -1px 0 0 0 #d8d8d7;
}

.calendar-table tbody td.event { position: relative }

.calendar-table tbody td.event:after {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 0 #e88486;
    -moz-box-shadow: inset 0 1px 0 0 #e88486;
    -ms-box-shadow: inset 0 1px 0 0 #e88486;
    -o-box-shadow: inset 0 1px 0 0 #e88486;
    box-shadow: inset 0 1px 0 0 #e88486;
    background-color: #e56568;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e56568), color-stop(100%, #bd3f41));
    background-image: -webkit-linear-gradient(top, #e56568, #bd3f41);
    background-image: -moz-linear-gradient(top, #e56568, #bd3f41);
    background-image: -ms-linear-gradient(top, #e56568, #bd3f41);
    background-image: -o-linear-gradient(top, #e56568, #bd3f41);
    background-image: linear-gradient(top, #e56568, #bd3f41);
    position: absolute;
    right: 2px;
    bottom: 2px;
    border: 1px solid #ac2826;
    content: " ";
    display: block;
    height: 4px;
    width: 4px;
}

.calendar-table tbody td.booked_date {
    background-color: #ff9999;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9999), color-stop(100%, #ffb3b3));
    background-image: -webkit-linear-gradient(top, #ff9999, #ffb3b3);
    background-image: -moz-linear-gradient(top, #ff9999, #ffb3b3);
    background-image: -ms-linear-gradient(top, #ff9999, #ffb3b3);
    background-image: -o-linear-gradient(top, #ff9999, #ffb3b3);
    background-image: linear-gradient(top, #ff9999, #ffb3b3);
    border-left: 1px solid #c4c4c2;
    border-bottom: 1px solid #c4c4c2;
}

.calendar-table tbody td.disabled_dates {
    background-color: #e0e0e0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e0e0e0));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e0e0e0);
    background-image: -moz-linear-gradient(top, #f5f5f5, #e0e0e0);
    background-image: -ms-linear-gradient(top, #f5f5f5, #e0e0e0);
    background-image: -o-linear-gradient(top, #f5f5f5, #e0e0e0);
    background-image: linear-gradient(top, #f5f5f5, #e0e0e0);
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.calendar-table tbody td.selected_dates {
    background-color: #b3f0ff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3f0ff), color-stop(100%, #e6faff));
    background-image: -webkit-linear-gradient(top, #b3f0ff, #e6faff);
    background-image: -moz-linear-gradient(top, #b3f0ff, #e6faff);
    background-image: -ms-linear-gradient(top, #b3f0ff, #e6faff);
    background-image: -o-linear-gradient(top, #b3f0ff, #e6faff);
    background-image: linear-gradient(top, #b3f0ff, #e6faff);
    border-left: 1px solid #c4c4c2;
    border-bottom: 1px solid #c4c4c2;
}

.calendar-table tbody td.bookable {
	cursor:default;
}

.calendar-table tbody td.bookable:hover {
	background-color: #d9ffff;
}