.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	margin: 0; 
	padding: 7px 10px 10px 10px; 
	border: 0; 
	outline: 0; 
	text-decoration: none; 
	font-size: 100%; 
	list-style: none;
	font-family: Tahoma;
	background: transparent url(../gfx/kickbox/bg_naptar.gif) no-repeat 0 0;
	font-size: 11px;
	width: 174px;
	height: 159px;
}
.ui-datepicker-div, #ui-datepicker-div {
	z-index: 9999;
	display: none;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	display: none;
}
.ui-datepicker-header select {
	border: 0;
	color: #6da3e3;
	background-color: #05162b;
	font-size: 11px;
	height: 19px;
	padding: 0 0 0 5px;
	margin: 0 0 3px 0;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
	background: #ccac7a;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em;
	margin-right: 5px;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em;
}
table.ui-datepicker {
	width: 170px;
	text-align: center;
}
table.ui-datepicker td {
	padding: 0;
	width: 25px;
	height: 19px;
	margin: 0;
	text-align: center;
}
table.ui-datepicker td.ui-datepicker-days-cell {
	text-align: center;
	padding: 0;
	width: 25px;
	height: 19px;
	margin: 0;
	background: none;
}
table.ui-datepicker td.ui-datepicker-days-cell-over {
	background: none;
}
table.ui-datepicker td a {
	display: block;
	width: 17px;
	height: 17px;
	color: #71A2E5;
	cursor: pointer;
	text-align: center;
	background-color: #0C3376;
	margin: 0 auto;
}
table.ui-datepicker td a:hover {
	background-color: #C40401;
	text-decoration: none;
	color: #fff;
}
table.ui-datepicker td a:active {
	color: #9e3300;
	background-color: #caaa79;
}
table.ui-datepicker .ui-datepicker-title-row td {
	text-align: center;
	font-size: 11px;
	color: #71A2E5;
	padding: 3px 0 5px 0;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #623b22;
	padding: 0;
}

ui-datepicker-days-cell-over {
	background-color: #CDAF7D;
}