/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font: bold 11px arial;
	padding: 0;
	margin: 0;
	background: #fff;
	width: 188px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #333;
	z-index: 9999; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 1px solid #666 !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #fff;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #000;
}
.ui-datepicker-control {
	background: #000;
	padding: 2px 0px;
	display:none;
}
.ui-datepicker-links {
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	 font: bold 11px arial;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #ebeef1;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
	display:none;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {float: left;	text-align: left;}  /* next link */
.ui-datepicker-header {background: #ff9933;	text-align: center;	font: 11px arial; color: #fff; letter-spacing:.05em;	height:2em;	padding-top:.5em;}  /* name of month */

.ui-datepicker-header select {
	background: #fff;
	font: 11px arial;	color: #000;
	border: 0px;

}
.ui-datepicker {
	background: #fff;
	text-align: center;
	font: bold 11px arial;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {background: #fff; height:2em;}  /* height of days of week */
.ui-datepicker-days-row {background: #fff;	height:2em;}   /* height of day numbers */

.ui-datepicker-week-col {font: bold 11px arial; color: #000;}
.ui-datepicker-days-cell {
	font: bold 11px arial; color: #000; height:2em;
	border: none;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #fff;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #fff;
}
.ui-datepicker-days-cell-over {
	background: #fbf541;
	border: none;
}
.ui-datepicker-unselectable {	font: bold 11px arial;	color: #999;	cursor: default;	background-color: #ebeef1;} /* greyed out days */
.ui-datepicker-today {
	background: #bec3c7 !important;
}
.ui-datepicker-current-day {
	background: #fbf541 !important;
}
.ui-datepicker-status {
	background: #fff;
	width: 100%;
	font-size: 1em;
	text-align: center;
}


/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #fff !important;
}
.ui-datepicker-title-row a {color: #ff9933 !important;}   /* color of weekdays */

.ui-datepicker-control a:hover {background: #fff !important; color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #fff !important;
	color: #ff9933 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #666;
}
.ui-datepicker-one-month {
	float: left;
	width: 188px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */
.ui-datepicker-cover {
	position:absolute;
	margin:0;
	padding: 0;
	background: #666;
	z-index:-1;
	opacity:0;
	width:100%;
	height:100%;
	top:-1px;
	left:-1px;
}

/*--- end ---*/