/* Custom */
.year-picker-table {
    background: #fff none repeat scroll 0 0;
    border-collapse: separate;
    border-spacing: 5px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    padding: 5px;
    display: inline-block;
    position: absolute;
    z-index: 9999;
    left: 45px;
}
.year-picker-table .ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.year-picker-table .ui-button-text {
    line-height: 0.8;
}
.year-picker-table td {
    height: 40px;
    width: 70px;
}
.year-picker-table td div {
    border: 1px solid #d8d8d8;
    margin: 2px;
    height: 35px;
    color: #d8d8d8;
}
.year-picker-table td div:HOVER {
    cursor: pointer;
}

.year-picker-table td div p{
    padding-top: 10px;
    color: #555;
    text-align: center;
    border-radius: 5px;
}
.year-picker-table td div.current{
    background: #fbf9ee repeat-x scroll 50% 50%;
    border: 1px solid #fcefa1;
    color: #363636;
}
