/* Default styling for jQuery Datepicker v4.0.5. */
.datepick {
    background-color: #FFFFFF;
    border-top: 1px solid #D9DCCF;
    color: #000000;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 12px;
    width: 148px;
    border-top:1px solid #D9DCCF;
    border-left:1px solid #D9DCCF;
    *border-right:1px solid #D9DCCF;    
    
}
.datepick-rtl {
    direction: rtl;
}
.datepick-popup {
    z-index: 1000;
}
.datepick-disable {
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.datepick a {
    color: #000000;
    text-decoration: none;
}
.datepick a.datepick-disabled {
    color: #888888;
    cursor: auto;
}

.datepick button {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    font-weight: bold;
    margin-bottom: 0.25em;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-top: 0.25em;
    padding-bottom: 0.125em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.125em;
}

.datepick-nav, .datepick-ctrl {
    background-color: #FFFFFF;
    border-right: solid #D9DCCF 1px;
    color: #000000;
    float: right;
    font-size: 11px;
    padding-right: 11px;
    width: 40%;
}
html > body .datepick-nav, x:-moz-any-link x:default {
    width: 39%;
    }
.datepick-cmd span {
    text-indent:-2000px;
}

.datepick-cmd {
    width: 30%;
    
}
.datepick-cmd:hover {
    background-color: #d9dccf;
}

.datepick-cmd:hover {
    background-color: #d9dccf;
    color: #000;
    cursor: pointer;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
    width: 8%;
}
a.datepick-cmd {
    height: 23px;
}
button.datepick-cmd {
    text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
    float: left;
    padding-left: 2%;
}
.datepick-cmd-current {
    background-color: #990000;
    color: #FFFFFF;
    float: left;
    text-align: center;
    width: 35%;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
    float: right;
}

.datepick-cmd-next {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../../images/sprite.png");
    background-position: -968px -229px;
    background-repeat: no-repeat;
    float: left;
    margin-right: -12px;
    width: 20px;
}
.datepick-cmd-next:hover {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../../images/sprite.png");
    background-position: -968px -252px;
    background-repeat: no-repeat;
    float: left;
    margin-right: -12px;
    width: 20px;
}
    
    
html > body .datepick-cmd-next, x:-moz-any-link, x:default {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../../images/sprite.png");
    background-position: -968px -229px;
    background-repeat: no-repeat;
    float: left;
    margin-right: -12px;
    width: 20px;
}   
html > body .datepick-cmd-next:hover, x:-moz-any-link, x:default {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../../images/sprite.png");
    background-position: -968px -252px;
    background-repeat: no-repeat;
    float: left;
    margin-right: -12px;
    width: 20px;
}
    
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump, .datepick-rtl .datepick-cmd-clear {
    float: right;
    padding-left: 0;
    padding-right: 2%;
    text-align: right;
}

.datepick-cmd-prev {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../../images/sprite.png");
    background-position: -949px -229px;
    background-repeat: no-repeat;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #D9DCCF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #D9DCCF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    float: left;
    margin-left: 47%;
    width: 20px;
    width: 19px\9;
    border-right:1px solid #D9DCCF;
    border-left:1px solid #D9DCCF;
}
.datepick-cmd-prev:hover {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../../images/sprite.png");
    background-position: -949px -252px;
    background-repeat: no-repeat;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #D9DCCF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #D9DCCF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    float: left;
    margin-left: 47%;
    width: 20px;
    width: 19px\9;
    border-right:1px solid #D9DCCF;---
    border-left:1px solid #D9DCCF;----
}
html > body .datepick-cmd-prev, x:-moz-any-link, x:default {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../../images/sprite.png");
    background-position: -949px -229px;
    background-repeat: no-repeat;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #D9DCCF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #D9DCCF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    float: left;
    margin-left: 49%;
    width: 18px;
    border-right:1px solid #D9DCCF;---
    border-left:1px solid #D9DCCF;----
}
html > body .datepick-cmd-prev:hover, x:-moz-any-link, x:default {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../../images/sprite.png");
    background-position: -949px -252px;
    background-repeat: no-repeat;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #D9DCCF;
    border-left-style-ltr-source: physical;

    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #D9DCCF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    float: left;
    margin-left: 49%;
    width: 18px;
    border-right:1px solid #D9DCCF;---
    border-left:1px solid #D9DCCF;----
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
    float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump, .datepick-rtl .datepick-cmd-close {
    float: left;
    padding-left: 2%;
    padding-right: 0;
    text-align: left;
}
.datepick-month-nav {
    background-color: #FFFFFF;
    border-bottom-color: #FF0000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #FF0000;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #FF0000;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #FF0000;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: center;
}
.datepick-month-nav div {
    float: left;
    margin-bottom: 1%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    width: 12.5%;
}
.datepick-month-nav span {
    color: #888888;
}
.datepick-month-row {
    clear: left;
}
.datepick-month {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    width: 148px;
}
.datepick-month table {
    border-bottom-color: #D9DCCF;
  border-bottom-style: solid;
    border-bottom-width: 1px;   
    border-collapse: collapse;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #D9DCCF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #D9DCCF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #D9DCCF;
    border-top-style: solid;
    border-top-width: 1px;
    width: 100%;
}
.datepick-month th, .datepick-month td {
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
.datepick-month thead tr.border {
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #D9DCCF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #D9DCCF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #D9DCCF;
    border-top-style: solid;
    border-top-width: 1px;
}
.datepick-month thead {
    border-right-width-value: 1px;
    border-top-color: #D9DCCF;
    border-top-style: solid;
    border-top-width: 1px;
    border-right: solid #D9DCCF 1px;
}
.datepick-month th, .datepick-month th a {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
}
.datepick-month th {
}
.datepick-month td {
    background-color: #f7f7f4; ----------------
   /* border-bottom-color: #D9DCCF;
    border-bottom-style: solid;*/
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #D9DCCF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #D9DCCF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #D9DCCF;
    border-top-style: solid;
    border-top-width: 1px;
    color: #FFFFFF;
    width: 20px;
    border:1px solid #D9DCCF;
}
.datepick-month tr {
    
}
.datepick-month td.datepick-week {
}
.datepick-month td.datepick-week * {
    background-color: #777777;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #FFFFFF;
}

.datepick-month a {
    color: #000000;
    display: block;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    text-decoration: none;
    width: 100%;
    background-color:#f7f7f4;  ------------
}

.datepick-month a:hover {
      background-color:#DADCCF;  ------------
}


.datepick-month span {
    display: block;
    padding-bottom: 0.125em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.125em;
    width: 100%;
}
.datepick-month td span {
    color: #888888;
}
.datepick-month td .datepick-other-month {
    background-color: #F7F7F4;
    color: #333333;
}
.datepick-month td .datepick-weekend {
    background-color: #F7F7F4;
    color: #333333;
}

.datepick-month td .datepick-today {
    background-color: #990000;
    color: #FFFFFF;                 ------
}

/*.datepick-month td, .datepick-highlight {
    background-color: #D9DCCF;
    color: #000000;--------
}*/

.datepick-month td .datepick-selected {
    background-color: #D9DCCF;
    color: #000;   --------
}

.datepick-month th.datepick-week {
    background-color: #F7F7F4;
    color: #333333;
}
.datepick-status {
    background-color: #000;
    clear: both;
    color: #333333;
    text-align: center;
}
.datepick-clear-fix {
    clear: both;
}
.datepick-cover {
    display: block;
    height: 100px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100px;
    z-index: -1;
}
.datepick-month-header {
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #D9DCCF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    font-size: 11px;
    font-weight: normal;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-top: 7px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}