.ui-datepicker {
}
.ui-datepicker-header {
    position: relative;
    height: 40px;
}

.ui-datepicker-title { 
	 
 	
}

.ui-datepicker-month {
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    top: 13px;
    left: 200px;
}
.ui-datepicker-year {
    display: none;
    
}
.ui-datepicker-calendar td.ui-datepicker-current-day{
    background: #333;
}
.ui-datepicker-calendar td.ui-datepicker-today a{
    color: white;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-prev {
}

.ui-datepicker-next {
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
    position: absolute;
}

.ui-datepicker-prev span { 
    background-position: 0px 0px; 
     right: 85px;
    font-weight: bold;
    
     top: 14px;
}

.ui-datepicker-next span { background-position: -5px 0px; right: 10PX;
    font-weight: bold;
 top: 14px;}

.ui-datepicker-prev-hover span { background-position: 0px -10px; }

.ui-datepicker-next-hover span { background-position: -5px -10px; }


.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    background: #ccc;
    color: #666;
    width: 55px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    border: 6px solid white;
    font-weight: bold;
}
.ui-datepicker-calendar .ui-state-default {
	
}
.ui-datepicker-calendar .ui-state-active {
	color: #999;
}
.ui-datepicker-other-month .ui-state-default { color: #bbb; }
.ui-datepicker-current{
    position: absolute;
    right: 20px;
    top: 15px;
    
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    display: block;
    width: 60PX;
    text-transform: uppercase;
    color: #666;
    font-weight: bold;
    font-family: Helvetica;
    cursor: pointer;
}