.calendar{
	margin:-21px 0 0 -19px;
	background:url(/img/template/bg-ttl.gif) repeat-x 0 34px;
}
#datepicker .ui-datepicker-prev,
#datepicker .ui-datepicker-next{
	display:inline;
}
/*
#datepicker .ui-datepicker-prev {
	left: 2px;
}
#datepicker .ui-datepicker-next {
	right: 2px;
}
*/
#datepicker .ui-datepicker-prev span,
#datepicker .ui-datepicker-next span {
	cursor: pointer;
	display:block;
	margin-top:5px;
	position:absolute;
}
#datepicker .ui-datepicker-prev span{
	margin-left:3px;
}
#datepicker .ui-datepicker-next span {
	margin-left:200px;
}
#datepicker .ui-datepicker-prev .ui-icon{
	background-image:url(/img/template/fleche-gauche.gif);
}
#datepicker .ui-datepicker-next .ui-icon {
	background-image:url(/img/template/fleche-droite.gif);
}
/*
.ui-widget-header .ui-icon {
	background-image:url(/img/template/ico-color2.gif);
}

.ui-widget-content .ui-icon {
	background-image:url(/img/template/ico-color2.gif);
}

.ui-icon-circle-triangle-w {
	background-position:-80px -192px;
}
*/
.ui-icon {
	background-image:url(/img/template/ico-color2.gif);
	height:16px;
	width:16px;
}

.ui-icon {
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-99999px;
}

#datepicker .with-event a{
	border:1px solid #5A5A5A !important;
	height:auto;
	padding:2px 2px 2px 0;
	width:auto;
}

#datepicker .with-event span{
	border:1px solid #5A5A5A !important;
	height:11px;
	padding:3px 1px 0 0;
	width:21px;
}
