/* Calendario */
.yui3-skin-sam .yui3-calendarnav-prevmonth, .yui3-skin-sam .yui3-calendarnav-prevmonth:hover {
	background: url("/quadis-theme/images/quadis/datepicker_previous.png") no-repeat scroll 0 0 transparent;
}

.yui3-skin-sam .yui3-calendarnav-nextmonth, .yui3-skin-sam .yui3-calendarnav-nextmonth:hover {
	background: url("/quadis-theme/images/quadis/datepicker_next.png") no-repeat scroll 0 0 transparent;
}

.yui3-skin-sam .yui3-calendarnav-prevmonth, .yui3-skin-sam .yui3-calendarnav-prevmonth:hover {
	margin-left: 0;
}

.yui3-skin-sam .yui3-calendarnav-nextmonth, .yui3-skin-sam .yui3-calendarnav-nextmonth:hover {
    margin-right: 0;
}