/* FIRST! in order to disable selected days */
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #ccc;
	color: #888;
	font-weight: normal }

table.jCalendar {
	background: #fff;
    border-collapse: separate;
    border-spacing: 2px }
	
table.jCalendar th {
	background: #eee;
	text-align: center; 
	font-weight: bold;
	color: #000;
	font-weight: bold;	
	padding: 3px 5px }

table.jCalendar td {
	background: #eee;
	padding: 3px 5px;
	color: #041F88;
	font-weight: bold;
	text-align: center }
	
table.jCalendar td.other-month {
	background: #f6f6f6;
	color: #aaa }

table.jCalendar td.today {
	background: #C49A81;
	color: #fff;
}
table.jCalendar td.selected {
	background: #D76500;
	color: #fff;
}
table.jCalendar td.yourDays {
	background: #041F88;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #041F88; 
	color: #fff }
	


/* For the popup */
/* Date picker specific styles follow */
div.dp-popup {
	background: #fff;
	border: 2px solid #893503;
	font-size: 0.9em;
	padding: 4px;
	width: 184px;
	line-height: 1.2em }
	
div#dp-popup {
	position: absolute;
	z-index: 199 }
	
div.dp-popup h2 {
	font: bold 1.3em "Trebuchet MS", Arial, sans-serif;
	color: #893503;
	margin: 0 0 3px 0;
	text-align: center }
	
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block }
	
a#dp-close:hover {
	text-decoration: underline }
	
div.dp-popup a {
	color: #041F88;
	text-decoration: none;
	padding: 3px 2px 0 }

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px }
	
div.dp-popup div.dp-nav-prev a {
	float: left }

div.dp-popup-inline { position: relative !important }

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied { }

/* creates a little calendar icon
 * instead of a text link for "Choose date"
 */
 
/*
a.dp-choose-date {
	display: block;
	float: right;
	width: 21px; height: 19px;*/
/*	margin: -21px 4px 0 0; */
	/*margin: -20px 7px 0 0;*/
	/*padding-left: 24px;*/
	/*text-indent: -2000px;*/
/*	position: relative;
	overflow: hidden;
/*	position: absolute;
	top: -4px; /* _top: 0; */
/*	left: 4px; */
/*	cursor: pointer;  */
/*	background: url(../img/icon_cal.gif) no-repeat }*/


a.dp-choose-date {
	display: block;
	width: 21px;
	height: 21px;
	margin: 0px 0px 0px 3xp;
	border: 0px;
	padding: 0px;
	background: url(icona_calendari.png) no-repeat
}
	
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default }


/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
