/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: #fff;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 999999; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker {
	margin-top:8px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
	font-weight: bold;
	padding: 3px 0 3px 3px;
	text-decoration: none;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker-current {
	float: left;
	width: 25%;
	text-align: center;
	font-weight: bold;
	padding: 3px 0 3px 0;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
	font-weight: bold;
	padding: 3px 3px 3px 0;
	text-decoration: none;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
	text-decoration: none;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker-days-cell {
/*	color: #000;*/
	border: 1px solid #FFFFFF;
	width: 20px;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-days-cell-over {
/*	background: #fff;*/
	border: 1px solid #777777;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-status {
	text-align: center;
	font-weight: bold;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #cccccc;
}
/* ________ 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;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	color: #000 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-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*/
}
/* New Class 
Allows the movement of the calendar.png icon.
*/

.ui-datepicker-trigger {
	padding-left:3px;
	vertical-align: middle;
	padding-bottom: 5px;
	}

#ui-datepicker-div a, #ui-datepicker-div a:link, #ui-datepicker-div a:visited, #ui-datepicker-div a:hover {
	text-decoration : none;
	}

.ui-datepicker-current-day, .ui-datepicker-today {
	border: 1px solid #CCCCCC;
	}
