/* CSS Document */

#ui-datepicker-div{
	background-color: #292929;
	border: 2px solid #000;
}

.ui-datepicker-title{
	color: #dfb425;
	display: block;
	text-align:center;
}


.ui-datepicker-prev{
	margin-right: 35px;
}

.ui-datepicker-next{
	margin-left: 40px;
}

.ui-datepicker-next, .ui-datepicker-prev{
	cursor:pointer;
	text-decoration: none;
}


.ui-datepicker-calendar tr th, .ui-datepicker-calendar tr td a{
	background-color: #ebebeb;
	border: 2px solid #292929;
	text-align:center;
	width: 22px;
}

.ui-datepicker-calendar tr td a{
	background-color: #f3f3f3;
	color: #b00;
	display: block;
}

.ui-datepicker-calendar tr td a:hover{
	background-color: #a00;
	color: #f3f3f3;
}

.ui-datepicker-today .ui-state-highlight{
	background:none;
	background-color: #dfb425;
	color: #ebebeb;
}

.ui-datepicker-current-day .ui-state-active{
	background-color: #a00;
	color: #f3f3f3;
}