
/*custom*/

.ui-datepicker
{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #777;
    z-index: 40!important;
}

.ui-datepicker-header
{
    padding: 10px;
    text-align: center;
    position: relative;
    font-weight: bold;
    color: #fff;
    background: #ff6061; /* Old browsers */
    background: -moz-linear-gradient(top, #ff6061 0%, #ce0804 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6061), color-stop(100%,#ce0804)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff6061 0%,#ce0804 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff6061 0%,#ce0804 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff6061 0%,#ce0804 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff6061 0%,#ce0804 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6061', endColorstr='#ce0804',GradientType=0 ); /* IE6-9 */
}

    .ui-datepicker-header a
    {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 22px;
        text-indent: -999px;
        overflow: hidden;
        background-image: url(../img/button/PublicCalendarNextPrev.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

        .ui-datepicker-header a:hover
        {
            opacity: 0.8;
        }

        .ui-datepicker-header a.ui-datepicker-prev
        {
            left: 10px;
            background-position: left center;
        }

        .ui-datepicker-header a.ui-datepicker-next
        {
            right: 10px;
            background-position: right center;
        }

.ui-datepicker table
{
    border-collapse: separate;
    border-spacing: 1px;
    background: #ccd2d5;
    table-layout: fixed;
    max-width: 240px;
    width: 100%;
}

    .ui-datepicker table thead th
    {
        line-height: 38px;
        font-weight: normal;
        text-transform: uppercase;
        background: #ffe9e9;
    }



    .ui-datepicker table tbody td
    {
        text-align: center;
        background: #fff;
    }

.ui-datepicker-other-month
{
    color: #a6a6a6;
}

.ui-datepicker table tbody td a
{
    background: #fff;
    display: block;
    text-align: center;
    color: #61524e;
    padding: 5px;
}

    .ui-datepicker table tbody td .ui-state-active, .ui-datepicker table tbody td a:hover
    {
        background: #96c174;
        color: #fff;
    }

.ui-datepicker table.ui-state-disabled tbody td a
{
    background: #fff!important;
    color: #666262!important;
}

.ui-datepicker table tbody td .ui-state-highlight
{
    background: #ffd800;
    color: #fff;
}

.ui-datepicker table.ui-state-disabled tbody td .ui-state-highlight
{
    background: #acacac!important;
    color: #fff!important;
}


.ui-datepicker-trigger
{
    vertical-align: middle;
    margin-right: 15px;
    cursor: pointer;
}

.ui-datepicker-title select
{
    margin: 0 10px;
    color: #000;
}

/*日期disabled反灰 add by eva 2015/02/11*/
.ui-datepicker table tbody td .ui-state-disabled, .ui-datepicker table tbody td
{
	text-align: center;
	background: #BEBEBE;
}
