/* CSS Document */
/* modificado 13 abril 2012 - 12:35 */

table.jCalendar {
	/*background : #fff;
border-collapse : separate;
border-spacing : 2px;*/
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	background : none;
	border-collapse : separate;
	border-spacing : 2px;
}
table.jCalendar th {
	background : none;
	color : #333;
	font-weight : bold;
	text-align: center;
}
table.jCalendar td {
	color : #1C94C4;
	text-align : right;
	font-weight:bold;
	border: 1px solid #CCC;
	background: #F6F6F6 url(/fcs_images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	padding: 2px;
}
table.jCalendar td.other-month {
	background : #fff;
	color : #fff !important;
	font-size:0px;
}
table.jCalendar td.today {
	border: 1px solid #FED22F;
	background: #FFE45C url(/fcs_images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
table.jCalendar td.selected {
	border: 1px solid #FBD850;
	background: white url(/fcs_images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x !important;
	font-weight: bold;
	color: #EB8F00;
}
table.jCalendar td.selected:hover {
	background : #298ccd;
	color : #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(/fcs_images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background : #fff;
	color :#D2CDC5;
}
table.jCalendar td.weekend, table.jCalendar td.weekend:hover {
	background : #F6F4F4;
}
div.dp-popup {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	position : relative;
	background : #fff;
	border: 1px solid #DDD;
	font-size : 1.1em;
	padding : 2px;
	width : 171px;
	line-height : 1.2em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div#dp-popup {
	position : absolute;
	z-index : 199;
	background:#EEE url(/fcs_images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x
}
div.dp-popup h4 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	color : #ffffff !important;
	font-weight:bold;
	font-size : 13px;
	text-align : center;
	margin : 0;
	padding : .6em 0;
	border: 1px solid #e78f08;
	background: #f6a828 url(/fcs_images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
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 : #000;
	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;
}
/* 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 : 20px;
}
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;
}
.dp-nav-next-month {
	background: url(/fcs_images/ui-icons_ffffff_256x240.png) no-repeat -48px -192px;
	padding: 0;
	margin-top: 6px;
	width: 14px;
	z-index:10;
}
.dp-nav-prev-month {
	background: url(/fcs_images/ui-icons_ffffff_256x240.png) no-repeat -80px -192px;
	padding: 0;
	margin-top: 6px;
	width: 14px;
	z-index:10;
}
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float : left;
	width : 19px;
	height : 19px;
	padding : 0;
	margin : 0 3px 0;
	display : block;
	text-indent : -2000px;
	overflow : hidden;
	background : url(/img/ico_calendari.gif) no-repeat 0 0;
}
a.dp-choose-date.dp-disabled {
	background-position : 0 -20px;
	cursor : default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width : 114px;
	float : left;
	padding:2px;
}

