/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 200px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
.ui-datepicker-inline {
	float: right;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction:rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.ui-datepicker-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: right;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 200px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: right;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #400;
	padding: 2px 0px;
}
.ui-datepicker-links { /*encabezado Prev Today Next*/
	background: #B23C60; 
	padding: 5px 0px;
	height:1.8em;
}

.ui-datepicker-control, .ui-datepicker-links { /*encabezado Prev Today Next*/
	/*font-weight: bold;*/
	font-size: 100%;
	display:block;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev { /* encabezado Prev*/
	float: right;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align:right;
}
.ui-datepicker-current { /*encabezado Today*/
	float: right;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next { /* encabezado Next*/
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: right;
	text-align: left;
}
.ui-datepicker-header { /*Fondo del selector de meses y año*/
	padding: 1px 0 3px;
	background: #eeddff;
	text-align: center;
	height: 1.5em;
}
.ui-datepicker-header select { /*selectores de mes y año*/
	background: #eeddff;
	color: #000000;
	/*border: 0px;*/
	font-size:100%;
}
.ui-datepicker {
	background: #777;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row { /* encabezado dias de semana lunes a viernes*/
	background: #B23C60;
}
.ui-datepicker-days-row { /*dias de la semana de lunes a viernes*/
	background: #fafffa;
}
.ui-datepicker-week-col {
	background: #777;
	color: #B23C60;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #B23C60;
}
.ui-datepicker-days-cell a{
	display: block;
	color:#000000;
}
.ui-datepicker-week-end-cell {/*columnas de días sábados y domingos*/
	background: #eeddff;
	font-weight:bold;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {/*encabezado días sábado y domingo*/
	background: #B23C60; 
}
.ui-datepicker-days-cell-over {/*mouse over día*/
	background: #FFC7D8; 
	border: 1px solid #B23C60;
}
.ui-datepicker-unselectable {/*texto dias no habiles*/
	color: #a064b2;
}
.ui-datepicker-today {/*día de la fecha*/
	background: #FFC7D8 !important; 

}
.ui-datepicker-current-day {/*día elegido*/
	background: #B23C60 !important; 
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	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;
	text-decoration:none;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a { /*encabezado Prev Today Next*/
	padding: 2px 5px !important;
	color: #fff !important;
}
.ui-datepicker-title-row a { /*encabezado dias de semana de domingo a sabado*/
	color: #fff !important;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover { /*encabezado dias de semana de domingo a sabado y Prev Today Next*/
	background: #FFC7D8 !important;
	color:#a064b2 !important;
}
.ui-datepicker-days-cell A:hover /*mouse over día*/
{
	background: #FFC7D8 !important; 
	display:block !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: right;
	width: 200px;
}
.ui-datepicker-new-row {
	clear: right;
}

/* ___________ 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*/
}


.mark-as-special
{
	background: #6699EE;
}
.nowork_day
{
	background: #eeddff;
}
