<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default style sheet for jQuery date picker v3.5.1. */
#datepick-div, .datepick-inline {
	font-size: 14px;
	padding: 0;
	margin: 0;
	background:url(calender-top.png) no-repeat;
	color: #000;
	width: 220px;
}
#datepick-div {
	display: none;
	border: 0px solid #ccc;
	z-index: 100; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
	border: 0;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 0px ridge #ddd !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
	padding: 0px;
}
img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt {
	width: 220px;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepick-control {
	background: #400;
	padding: 2px 0px;
}
.datepick-links {
	background: #000;
	padding: 2px 0px;
}
.datepick-control, .datepick-links {
	font-weight: bold;
	font-size: 80%;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-clear, .datepick-prev {
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}
.datepick-current {
	float: left;
	text-align: center;
	margin:4px 0 0 25px;
	font-size:12px;
	height:25px;
}
.datepick-current a{color:white;}
.datepick-close, .datepick-next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
	float: left;
	text-align: left;
}
.datepick-header {
	margin:5px 0 12px;
	text-align: center;
	font-weight: bold;
	height: 1.6em;
}
.datepick-header select {
	background: #1586cf;
	color: #fff;
	border: 0px;
	font-weight: bold;
	height:25px;
	padding:2px 4px 4px 4px;
}
.datepick-header option {
	background: #eee;
	color: #666;
	font-weight: bold;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	text-align: center;
	font-size: 100%;
}
.datepick a {
	display: block;
	width: 100%;
}
table.datepick{width:210px;margin:1px 0 0 5px;}
.datepick-title-row {
	background: transparent;
	height:24px;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-new-month{float:left;margin-left:10px;}
.datepick-new-year{margin-right:20px;}
.datepick-days-row {
	background:transparent;
	color: #666;
	line-height:18px;
}
.datepick-week-col {
	background: transparent;
	color: #fff;
}
.datepick-days-cell {
	color: #000;
	border: 0px solid #ddd;
}
.datepick-days-cell a {
	display: block;
	color:#777;
}
.datepick-days-cell a:hover {
background:#ddd;
color:black;
}
.datepick-other-month {
	background: #fff;
}
.datepick-week-end-cell {
	background: #ddd;
}
.datepick-title-row .datepick-week-end-cell {
	background: transparent;
}
.datepick-week-over {
	background: #ddd;
}
.datepick-unselectable {
	color: #888;
}
.datepick-today {
	background: #fcc;
}
.datepick-current-day a{
	color: #1F95D0;
	font-weight:bold;
}
.datepick-days-cell-over {
	background: #fff;
	color: #000;
	border: 0px solid #777;
}
.datepick-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
	color: #eee;
}
.datepick-title-row a {
	color: #eee;
}
.datepick-control a:hover {
	background: #fdd;
	color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #ddd;
	color: #333;
}
.datepick-multi .datepick {
	border: 0px solid #777;
}
.datepick-one-month {
	float: left;
	width: 220px;
}
.datepick-new-row {
	clear: left;
}
.datepick-bottom{width:220px;height:8px;background:url(calender-bottom.png) no-repeat 0 -31px;}
.w65{width:65px;}
.datepick th, .datepick td{background:transparent;}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
</pre></body></html>