.ui-datepicker-inline {
background:#281729;
padding:0px;
padding-bottom:11px;
text-align:center;
}

.ui-datepicker-calendar span {
font-family:tahoma;
font-size:12px;
color:#fff;
font-weight:normal;
width:23px;
height:16px;
}

.ui-datepicker-week-end span {
display:block;
background:#B89031;
width:23px;
height:16px;
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:normal;
}


.ui-state-hover {
font-family:tahoma;
color:#fff;
font-size:11px;
font-weight:normal;
text-decoration:underline;
}

.ui-state-default {
display:block;
background:#000;
width:18px;
height:16px;
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-align:right;
padding-right:5px;
}

.ui-datepicker-title {
padding-bottom:10px;
padding-top:10px;
}

.ui-datepicker-month {
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:normal;
font-weight:bold;
}

.ui-datepicker-year {
font-family:tahoma;
color:#fff;
font-size:12px;
font-weight:normal;
font-weight:bold;
}

.ui-datepicker-prev {
font-family:tahoma;
color:#fff;
font-size:11px;
font-weight:normal;
text-decoration:underline;
}

.ui-datepicker-next {
font-family:tahoma;
color:#fff;
font-size:11px;
font-weight:normal;
text-decoration:underline;
}

.all-calendar {background:#281729;}
.calendar {display:block; padding:0px; margin:auto; padding-bottom:10px;}

.ui-state-highlight{
	background:#FFFFFF;
	color:#000000;
}

.ui-state-highlight:visited{
	color:#000000;
}
