/* --------------------------------------------------------------------
	BED AND BREAKFAST LECCELSO - Screen Sheet
	Author: Elkos IT 
	Created: 31/10/2009
	Updated: 
-------------------------------------------------------------------- */
/*OVERRIDE CALENDARIO-UI CLASSES*/
#datepicker_div, .datepicker_inline {
	border:1px solid #000;
	background: #FFF;
	width: 150px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	width: 150px;
	color: #fff;
}

.datepicker_oneMonth {
	width: 150px;
}
.datepicker_control a, .datepicker_links a{
	width:80%;
	padding: 2px;
}

.datepicker_inline .datepicker_links a{
	width:80%;
	padding: 0pt 2px;
}
.datepicker_links {
	background: #2c444e;
}
.datepicker_links label {
	color: #aaa;
}
.datepicker_header,.datepicker_header select{
	background: #7694a4;
	color:#c93b65
}

.datepicker_titleRow {
	background: #2c444e;
}
.datepicker_weekEndCell {
	background: #b2b2b2;
}
.datepicker_titleRow .datepicker_weekEndCell {
	background: #2c444e;
}
.datepicker_daysRow {
	background: #fff;	
}

