/* Default styling for jQuery Datepicker v4.0.4. */
.datepick
{
    background-color: #fff;
    color: #000;
    border: 5px solid #495563;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-family: "Myriad Pro" ,Arial,sans-serif;
    font-size: 90%;
}
.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: #fff;
    text-decoration: none;
}
.datepick a.datepick-disabled
{
    color: #888;
    cursor: auto;
}
.datepick button
{
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl
{
    float: left;
    width: 50px;
    height:200px;
    background-color: white;
    color: #fff;
    
}
.datepick .selectBox-label
{
    margin-top:10px;
}
.datepick #selectmonth
{
    width:90px;
}
.datepick #selectyear
{
    width:60px;
}
.datepick .leftbutton
{
    width:27px;
    height:27px;
    background-image:url(images/leftbutton.png);
}
.datepick .rightbutton
{
    width:27px;
    height:27px;
    background-image:url(images/rightbutton.png);
}
.datepick-ctrl
{
    background-color: #222;
    display:none
}
.datepick-cmd
{
    width: 27px;
    margin-top:92.5px;
    margin-left:10px;
    margin-right:10px;
}
.datepick-ctrl .datepick-cmd:hover
{
    background-color: #f08080;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump
{
    width: 8%;
}
a.datepick-cmd
{
    height: 1.5em;
}
button.datepick-cmd
{
    text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear
{
    float: left;
    padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today
{
    float: left;
    width: 35%;
    text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close
{
    float: right;
    padding-right: 2%;
    text-align: right;
}
.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-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
{
    float: left;
    background-color: #777;
    text-align: center;
}
.datepick-month-nav div
{
    float: left;
    width: 12.5%;
    margin: 1%;
    padding: 1%;
}
.datepick-month-nav span
{
    color: #888;
}
.datepick-month-row
{
    clear: left;
}
.datepick-month
{
    float: left;
    background-color:White;
    text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input
{
    background-color: white;
    color: #495563;
    font-weight:bold;
    height:40px;
}
.datepick-month-header select, .datepick-month-header input
{
    border: none;
}
.datepick-month-header input
{
    position: absolute;
    display: none;
}
.datepick-month table
{
    width:250px;
}
.datepick-month thead
{
    border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td
{
    margin: 0em;
    padding: 0em;
    font-weight: normal;
    text-align: center;
}
.datepick-month thead th span, .datepick-month thead td span
{
    padding-left:3px;
}
.datepick-month th span, .datepick-month td span
{
    width:25px;
    margin:2px 2px 2px 2px;
}
.datepick-month th
{
    
}
.datepick-month th, .datepick-month th a
{
    background-color: white;
    color: #8f9498;
}
.datepick-month td
{
    background-color: white;
    
}
.datepick-month td.datepick-week
{
    border: 1px solid #777;
}
.datepick-month td.datepick-week *
{
    background-color: #777;
    color: #fff;
    border: none;
}
.datepick-month a
{
    display: block;
    width: 100%;
    padding: 0.125em 0em;
    background-color: white;
    color: #7d7d7d;
    text-decoration: none;
    font-weight:bold;
}
.datepick-month span
{
    display: block;
}
.datepick-month td span
{
    color: #888;
}
.datepick-month td .datepick-other-month
{
    background-color: #fff;
}
.datepick-month td .datepick-weekend
{
    background-color: white;
}
.datepick-month td .datepick-today
{
    color:Red;
    /*background-color: #f0c0c0;*/
}
.datepick-month td .datepick-highlight
{
    background-color:#1287be;
    color:White;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    /*background-color: #f08080;*/
}
.datepick-month td .datepick-selected
{
    background-color: #1287be;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    color: #fff;
}
.datepick-month th.datepick-week
{
    background-color: #777;
    color: #fff;
}
.datepick-status
{
    clear: both;
    background-color: #ddd;
    text-align: center;
}
.datepick-clear-fix
{
    clear: both;
}
.datepick-cover
{
    display: none;
    display: /**/ block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}
/*********** time **************/
.timeH
{
    width: 18px;
}
.timeM
{
    width: 18px;
}
.selMM, .selHH
{
    position: absolute;
    display: none;
    width: 116px;
    height: 125px;
    border: red solid 1px;
    top: 50px;
    padding: 2px 2px 2px 2px;
    background-color: white;
}
.selMM
{
    height: 75px;
    top:100px;
}
.selMM span, .selHH span
{
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    border: blue solid 1px;
    margin-left: 1px;
    margin-top: 2px;
    text-align: center;
}
/*********** time **************/
