#calendar .ui-datepicker-header.ui-widget-header{
    background-color: #fff;
/*    margin-bottom: 0;*/
/*    margin-top: -3px;*/
    padding-bottom: 10px;
	margin: 0 auto;
	width: 99%;
}
.calendar .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-datepicker-calendar {
    width: 99% !important;
    margin: 0 auto 10px;
}
.calendar .ui-datepicker-inline.ui-datepicker.ui-widget{
    width: 100%;
	padding: 0;
}
.calendar .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-datepicker-calendar table {
    border-collapse: separate;
    border-spacing: 0px;
}
.calendar tbody tr td.date-holiday{
    background-color: #FFE5E5 !important;
    color: #cc0000 !important;
}
.calendar tbody tr td.date-holiday span, .calendar tbody tr td.date-holiday a{
    background-image: none;
    background-color: #FFE5E5 !important;
    color: #cc0000 !important;
}

.calendar table.ui-datepicker-calendar tbody tr td, .calendar tbody tr td {
    padding: 0 !important;

}

.calendar tbody tr td a.ui-state-default {
    color: #4a4a4a;

}

.calendar tbody tr td a, .calendar tbody tr td span {
    border: none !important;
    text-align: center;
    background-color: transparent !important;
    padding: 6px;
    font-size: 120%;
    font-family: Verdana,Roboto,"Droid Sans","�ｿｽ�ｿｽ�ｿｽS�ｿｽV�ｿｽb�ｿｽN",YuGothic,"�ｿｽq�ｿｽ�ｿｽ�ｿｽM�ｿｽm�ｿｽp�ｿｽS ProN W3","Hiragino Kaku Gothic ProN","�ｿｽ�ｿｽ�ｿｽC�ｿｽ�ｿｽ�ｿｽI",Meiryo,sans-serif;
}
.calendar tbody tr .ui-state-disabled{
    background-color: #e0e0e0!important;
}
.calendar tbody tr .ui-state-disabled span.ui-state-default {
    background-color: transparent!important;
    color: #999999;
    background-image: none!important;
}

.calendar .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #4a4a4a;
}

.calendar .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-datepicker-prev.ui-corner-all:after {
    content: "<";
    display: inline-block;
    left: 15px;
    position: relative;
    top: 12px;
    cursor: pointer;
    font-family: WebSymbolsgfeditRegular;
}
.calendar .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-datepicker-next{
    right:8px;
}
.calendar .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-datepicker-next.ui-corner-all:after {
    content: ">";
    display: inline-block;
    left: 15px;
    position: relative;
    top: 12px;
    cursor: pointer;
    font-family: WebSymbolsgfeditRegular;
}


.calendar .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-corner-all.ui-datepicker-prev{
    margin-left: -10px;
}
.calendar .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-corner-all .ui-icon {
    background-color: #0085CD;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border:1px solid #005785;
}



.calendar .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all .ui-corner-all .ui-icon {
    background-image: none;
    cursor: pointer;
}

.calendar .ui-datepicker-inline .ui-datepicker-prev-hover {
    top: 2px;
    left: 2px;
    background: none;
    border: none;
}

.calendar .ui-datepicker-inline .ui-datepicker-next-hover {
    top: 2px;
    right: 2px;
    background: none;
    border: none;
}

.calendar .ui-state-hover, .calendar .ui-widget-content .calendar .ui-state-hover, .calendar .ui-widget-header .calendar .ui-state-hover, .calendar .ui-state-focus, .calendar .ui-widget-content .calendar .ui-state-focus, .calendar .ui-widget-header .calendar .ui-state-focus {
    border: none;
    background: none;
    font-weight: normal;
}

.calendar .ui-datepicker {
/*    background-color: #f6f6f6;*/
    background-color: #FFFFFF;
    background-image: none;
    border: none;
    border-radius: 0px;
    margin: 0 auto;
}
.calendar .ui-datepicker th,
.calendar .ui-datepicker td{
    border:1px solid #ccc;
}
.calendar .ui-datepicker .ui-datepicker-header {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #515151;
}

.bookingCalendar  .ui-datepicker-inline table td.reserved.ui-datepicker-current-day{
    background-color:#7ECEF4;
}
.bookingCalendar td.ui-datepicker-current-day a.ui-state-default:after{
    color:#fff !important;
}
.bookingCalendar td.ui-datepicker-current-day a.ui-state-default {
    background-color: #ff9900 !important;
    background-image: none;
    color: #fff !important;
    font-weight: bold;

}
.bookingCalendar td.ui-datepicker-current-day.date-holiday a{
    border:none!important;
}
.bookingCalendar td.ui-datepicker-current-day.date-holiday{
    background-color:#ff9900 !important;
}
.bookingCalendar td.ui-datepicker-today.ui-datepicker-current-day{
    background-color:#ff9900 !important;
}
.bookingCalendar .ui-datepicker-inline table.ui-datepicker-calendar tr {
    background-color: #fff
}

.bookingCalendar td.ui-datepicker-today a.ui-state-default {
    background-image:none!important;
    background-color:transparent!important;
    border:none!important;
}
.bookingCalendar .ui-datepicker-current-day a.ui-state-default{
    background-color:#ff9900 !important;
    color:#fff!important;
}
.bookingCalendar td.ui-datepicker-today.ui-datepicker-current-day a.ui-state-default:hover{
    color:#0000ff!important;
}

.bookingCalendar  .ui-datepicker-inline table td.holiday a:hover{
    color:#CC0000;
    text-decoration:underline;
}
.bookingCalendar  .ui-datepicker-inline table td.reserved a:hover{
    color:#FFFFFF;
    text-decoration:underline;
}
.bookingCalendar .ui-datepicker-inline table th{
    background-color:#F0F0F0;
}
.bookingCalendar .ui-datepicker-inline table th:first-child,
.bookingCalendar .ui-datepicker-inline table td:first-child{
    background-color:#ffe5e5;
    color:#DD0000;
}

.bookingCalendar  .ui-datepicker-inline table th:last-child,
.bookingCalendar  .ui-datepicker-inline table td:last-child{
    background-color:#e5f6ff;
    color: #015AB1;
}
.bookingCalendar  .ui-datepicker-inline table td:last-child a{
    color:#015ab1;
    background-color:#e5f6ff;
    background-image: none;
    /*text-decoration:none;*/
}


.bookingCalendar  .ui-datepicker-inline table ul.sample{
    margin-top:5px;
    padding-left:5px;
    text-align:left;
    letter-spacing:-0.4em;
}
.bookingCalendar  .ui-datepicker-inline table ul.sample li{
    display:inline-block;
    *display:inline;
    *zoom:1;
    letter-spacing:normal;
    margin-right:10px;
    font-size:85%;
}
.bookingCalendar  .ui-datepicker-inline table ul.sample li span{
    display:inline-block;
    background-color:#FFFFFF;
    padding:2px 5px 0;
    border:1px solid #CCCCCC;
}
.bookingCalendar  .ui-datepicker-inline table ul.sample li.type2 span{
    color:#CCCCCC;
}
.bookingCalendar  .ui-datepicker-inline table ul.sample li.type3 span{
    background-color:#FF9900;
    color:#FFFFFF;
    font-weight:bold;
}
.bookingCalendar  .ui-datepicker-inline table ul.sample li.reserved span{
    background-color:#7ECEF4;
    color:#FFFFFF;
    font-weight:bold;
}
.bookingCalendar  .ui-datepicker-inline table td.reserved.ui-datepicker-current-day a.ui-state-default {
    color: #fff!important;
}
.bookingCalendar  .ui-datepicker-inline table td.reserved.ui-datepicker-current-day:last-child a.ui-state-default {
    color: #fff!important;
}
.bookingCalendar  .ui-datepicker-inline table td a.ui-state-default{
    background-image: none !important;
}
.bookingCalendar  .ui-datepicker-inline table td.ui-datepicker-today a.ui-state-default{
    background-color: #fff !important;
    border: none !important;
    color: #4a4a4a !important;
}
.bookingCalendar  .ui-datepicker-inline table td.ui-datepicker-current-day {
    background-color: #ff9900 !important;
}
.bookingCalendar  .ui-datepicker-inline table td.ui-datepicker-today.ui-datepicker-current-day {
    background-color: #ff9900 !important;
}
.bookingCalendar  .ui-datepicker-inline table td.ui-datepicker-today.ui-datepicker-current-day a.ui-state-default{
    background-color: #ff9900 !important;
    border: none !important;
    color: #fff !important;
}
.bookingCalendar .ui-datepicker-inline table td.ui-datepicker-today.date-holiday.ui-datepicker-current-day a.ui-state-default{
    background-color: #ff9900 !important;
    border: none !important;
    color: #fff !important;
}
.bookingCalendar .ui-datepicker-inline table td.ui-datepicker-today.date-holiday.ui-datepicker-current-day{
    background-color: #ff9900 !important;
}
.bookingCalendar .ui-datepicker-inline table td.ui-datepicker-today.date-holiday{
    background-color: #FFE5E5 !important;
}
.bookingCalendar .ui-datepicker-inline table td.ui-datepicker-today.date-holiday a.ui-state-default{
    background-color: #FFE5E5 !important;
    color: #cc0000 !important;
}
.bookingCalendar  .ui-datepicker-inline table td.reserved.ui-datepicker-today a.ui-state-default{
    background-color: #7ecef4 !important;
    border: none !important;
    color: #ffffff !important;
}
.ui-datepicker-year
{
    display:none;
}
.ui-datepicker td a:after
{
    content: "";
    display: block;
    text-align: center;
    color: #666666;
    font-size: 65%;
    font-weight: normal;
}
.ui-datepicker td span.zero:after
{
    content: "(0)";
    display: block;
    text-align: center;
    color: #666666;
    font-size: 65%;
    font-weight: normal;
}
.txt-center{
    text-align: center;
}
