/* Main Flora Style Sheet for jQuery UI ui-datepicker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: #fff;
	width: 380px !important;
/*	background: #fff url(../images/datepicker_head.gif) no-repeat 0 0; */
	zoom: 1;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #b2b2b2;
	z-index: 1000;
	padding-bottom: 22px;
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #83C948 !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #E0F4D7;
	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%;
	position: relative;
	zoom: 1;
	/*color: #FFF;*/
}
.ui-datepicker-control {
	/*display: none;*/
	height: 25px;
	background: #fff url(../images/dp_head.gif) no-repeat 0 0;
}
.ui-datepicker-clear, .ui-datepicker-close { display: none; zoom: 1;}
.ui-datepicker-links {
	position: relative; height: 12px;
}
.ui-datepicker-control, .ui-datepicker-links {
	
}
.ui-datepicker-links .ui-datepicker-current { display: none; }

.ui-datepicker-links .ui-datepicker-prev a, .ui-datepicker-links .ui-datepicker-next a,
.ui-datepicker-links .ui-datepicker-prev a:hover { display: block; width: 28px; height: 27px; position: absolute; top: 11px; left: 3px; background: url(/fileadmin/templates/airlinedirect/images/ui-datepicker-prev.gif) no-repeat!important; text-indent: -9999px; overflow: hidden; z-index: 1000; } 
.ui-datepicker-links .ui-datepicker-next a, .ui-datepicker-links .ui-datepicker-next a:hover { left: auto; right: 3px; background: url(/fileadmin/templates/airlinedirect/images/ui-datepicker-next.gif) no-repeat!important; }

.ui-datepicker-links .ui-datepicker-prev label,
.ui-datepicker-links .ui-datepicker-next label {display: none;}

.ui-datepicker-header {
	padding: 1px 0 10px;
	/*background: #83C948;*/
	text-align: center;
	font-weight: bold;
	height: 1.3em;
	color: #707070;
	margin-right: 30px !important;
	margin-left: 30px !important;
	width: 70% !important;
	width: 40%;
	white-space: nowrap;
}
.ui-datepicker-header {  }
.ui-datepicker-header select {
	width: 70px; margin-right: 5px;
	float: right;
}
.ui-datepicker {
	background: #fff;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	/*background: #B1DB87;*/
	color: #666;
	font-weight: bold;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	color: #1d3563;
}
.ui-datepicker-days-row {
	background: #FFF;
	color: #666;
}
.ui-datepicker-week-col {
	background: #B1DB87;
	color: #000;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #fff;
	background: #e6e6e6;
}
.ui-datepicker-days-cell a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.ui-datepicker-week-end-cell {
	/*background: #E0F4D7;*/
}
.ui-datepicker-unselectable {
	color: #888;
	background: #f4f4f4;
}
.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell {
	background: #B1DB87 !important;
}
.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell {
	/*background: #FFF !important;
	border: 1px solid #777;*/
	/*color: #ffc115;*/
}
.ui-datepicker-days-cell a:hover { color: #ffc115!important; }
#ui-datepicker-div .ui-datepicker-today a:hover { color: #000!important; }
/*
* html .ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #B1DB87 !important;
}
* html .ui-datepicker-week-end-cell {
	background: #E0F4D7 !important;
	border: 1px solid #DDD !important;
}
* html .ui-datepicker-days-cell-over {
	background: #FFF !important;
	border: 1px solid #777 !important;
}
* html .ui-datepicker-current-day {
	background: #83C948 !important;
}
*/

.ui-datepicker-today {
	background: #fdeab2 !important;
}
.ui-datepicker-current-day {
	background: #ffc115 !important;
}
/*
.ui-datepicker-status {
	background: #E0F4D7;
	width: 100%;
	position: absolute; left: 0; top: 0;
}
*/
#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: #000 !important;
}*/
#ui-datepicker-div .ui-datepicker-title-row a, #ui-datepicker-div .ui-datepicker-title-row a:hover {
	color: #666;
	text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a,
#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a:hover { color: #1d3563; }

.ui-datepicker-control a:hover {
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.ui-datepicker-multi .ui-datepicker {
	/*border: 1px solid #83C948;*/
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
	padding: 0px;
	padding-left: 5px;
}
.ui-datepicker-new-row {
	clear: left;
	padding-right: 0;
	padding-left: 0;
	margin-left: 3px;
	margin-right: -1px;
}

* html body .ui-datepicker-one-month {
	padding-left: 0;
	margin-left: 3px;
	margin-right: -3px;
}

* html body .ui-datepicker-new-row {	
	margin-left: 2px;
	margin-right: 0;
  }


.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}

.ui-datepicker-control p, .ui-datepicker-status {text-align: left; font-size: 14px; font-weight: bold; color: #555555; position: absolute; left: 5px; top: -4px !important; top: -1px; padding: 0; line-height: 1; zoom: 1; z-index: 1000;}

.ui-datepicker-status {top: 5px !important;}



