.ui-datepicker{background:#e2f2f2; border:1px solid #f8980e; padding:5px; font-weight: bold; color:#555; width:180px; font-size:11px; margin-top:3px; display:none; }

.ui-datepicker-header{text-align:center; margin-bottom:8px; color:#000; font-weight:bold;}

.ui-datepicker-prev{position:absolute; top:5px; left:5px; width:10px; height:10px; display:block; overflow:hidden; cursor:pointer;}
.ui-datepicker-next{position:absolute; top:5px; right:5px; width:10px; height:10px; display:block; overflow:hidden; cursor:pointer;}

.ui-datepicker-prev span{display:block; width:10px; height:10px;}
.ui-datepicker-next span{display:block; width:10px; height:10px;}

.ui-datepicker-calendar{border-collapse:collapse;}
.ui-datepicker-calendar th{padding:2px 4px; color:#a80731; font-size:11px; text-align:center; border-right:1px solid #a9b5b5;}
.ui-datepicker-calendar td{padding:2px 4px; text-align:center; border-right:1px solid #a9b5b5;} 
.ui-datepicker-calendar td:last-child, .ui-datepicker-calendar th:last-child {border-right:none;}

.ui-state-default{color:#555; text-decoration:none;}
.ui-state-default:hover{color:#000;}

.ui-state-disabled .ui-state-default{color:#a9b5b5;}
.ui-state-disabled .ui-state-default:hover{color:#a9b5b5;}

.ui-datepicker-trigger{cursor:pointer; display:inline-block; margin-left:10px; vertical-align:top;}

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
