/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
/*	font-family: Arial, Helvetica, sans-serif;
*/	font-size: 1.2em;
/*	padding: 0;
	margin: 0;
	background: #aee3cd;*/
	width: 184px;
}
#ui-datepicker-div {
	display: none;
	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: 4px ridge #ddd !important;*/
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
/*	background: #ddd;
	color: #000;*/
}
* html .ui-datepicker-prompt {
	width: 184px;
}
.ui-datepicker-header {
	clear: both;
	float: left;
	width: 100%;
/*	color: #fff;*/
}
.ui-datepicker, .ui-datepicker-control {
	clear: both;
	float: left;
	width: 95%;
/*	color: #fff;*/	
}
.ui-datepicker-links {
	clear: both;
	float: left;
	width: 95%;
	margin: 0 0 0 2%;
	display: inline;
/*	color: #fff; */
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker {
	clear: both;
	float: left;
	width: 95%;
	margin: 0 0 0 2%;
	color: #fff;	
}
.ui-datepicker-control {
/*	background: #400;*/
	padding: 2px 0px;
}
.ui-datepicker-links {
	position: relative;
/*	background: #CFEFE1;*/
	padding: 2px 0px;
	/*color: #fff;*/
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 1px;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	position: absolute;
	top: 12px;
	left: 4px;
	width: 20px;
	clear: both;
	/*color: #000;*/
}
.ui-datepicker-prev a:hover {
	background-color: none !important;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	display: none;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	position: absolute;
	top: 12px;
	right: 2px;
	clear: both;
	text-align: right;
	/*color: #000;*/
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	margin: 5px 0 5px 0;
	padding: 3px 0 3px 0;
	/*background: #333;*/
	background: #ffeaa2; /* ---------------------- Yellow month selector */
	text-align: center;
	/*font-weight: bold;*/
/*	font-family:Arial,Helvetica,sans-serif;*/
    font-size:0.8em;
/*	color:#000;*/
}
.ui-datepicker-header select {
/*	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;*/
}
.ui-datepicker {
	/*background: #ccc;*/
/*	background: #CFEFE1;*/
	text-align: center;
	font-size: 90%;
}
.ui-datepicker a 
{
/*    background-color: #00cb77;*/
	display: block;
	width: 100%;
	font-size: 80%;
}
.ui-datepicker-title-row {
/*	background: #CFEFE1;*/
    color: #000;
}
.ui-datepicker-title-row td {
	padding: 0 0 4px 0;
}
.ui-datepicker-days-row {
	/*background: #eee;*/
	/*background: #CFEFE1;*/
	color: #666;
}
.ui-datepicker-week-col {
	/*background: #CFEFE1;*/
	color: #000;
}
.ui-datepicker-days-cell {
	color: #000;
	padding: 2px 0;
	/*border: 1px solid #ddd;*/
}
.ui-datepicker-days-cell a 
{
    /*background-color: #AEE3CD !important;*/
 /*   background-color: #CFEFE1;*/
	display: block;
	/*font-size: 0.8em;*/
	font-size: 90%;
}
.ui-datepicker-week-end-cell {
	/*background: #ddd;*/
	color: #000;
/*	background: #CFEFE1;*/
}
.ui-datepicker-title-row .ui-datepicker-week-end-celll {
	/*background: #777;*/
	/*background: #CFEFE1;*/
}
.ui-datepicker-days-cell-over {
	/*background: #fff;*/	
	/*border: 1px solid #777;*/	
}
.ui-datepicker-unselectable {
	color: #888;
	/*font-size: 0.8em;*/
	font-size: 90%
}
.ui-datepicker-today {
	/*background: #CFEFE1 !important;*/
}
.ui-datepicker-current-day {
    color: #000 !important;
	background: #ffeaa2 !important; /* ---------------------- Current day in yellow */
}
.ui-datepicker-status {
/*	background: #ddd;*/
	width: 100%;
	font-size: 90%;
	text-align: center;
}

/* -------- ui-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: #eee !important;*/
/*	color: #000 !important;*/
}
.ui-datepicker-title-row a {
/*	color: #eee !important;*/
}
.ui-datepicker-control a:hover {
/*	background: #fdd !important;*/
/*	color: #333 !important;*/
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	/*background: #ddd !important;*/
/*	color: #333 !important;*/
}

/* ----------- MULTIPLE MONTHS ---------*/

.ui-datepicker-multi .ui-datepicker {
/*	border: 1px solid #CFEFE1;*/
}

.ui-datepicker-one-month {
	float: left;
	width: 184px;
	background: #fef7dc;  /* ---------------------- Yellow box bg selector */
}
.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*/
}
.au-day {
	background: #ffeaa2 !important; /* ---------------------- Selected week */
} 