@import url(../../compono/calendar/calendar.css);


input.calendar
	{
	border:1px solid #7F9DB9;
	color:#2766A5;
	font-size:12px;
	padding:2px 22px 2px 2px;	
	/*background-image:url(img/ico-calendar.gif);
	background-position:left 0px !important;*/
	background:none;
	width:65px;
	}
	
input:hover.calendar
	{
	background-position:99% -19px;
	}
	
input:active.calendar
	{
	background-position:99% -38px;
	}

input.calendar-blank
	{
	background-image:none !important;
	background-position:99% 1px !important;
	}
	
div.calendar
	{
	width: 148px;
	padding:0;
	border:2px solid #7f9db9;
	border-top-width: 2px;
	font-size: 0.9em;
	background: #2766a5;
	z-index:10001;	
	}
	
	
div.calendar div.header
	{
	border-bottom:1px solid #7f9db9;
	}
	
div.calendar div.days a.cur
	{
	background: #2766a5;
	color: white;
	}	
	
div.calendar div.days a:hover
	{
	background: #7f9db9;
	}	
	
div.calendar a.today
	{
	color:#2766a5;
	background-image:url(img/form-calendar-today.gif);
	}	
	
div.control-calendar
	{
	margin-right:40px !important;
	background: transparent url(img/bg-date.gif) no-repeat left bottom;
	height:35px;
	}
		
div.control-calendar span.validation-error
	{
	margin:0pt 0pt 0pt 20px !important;
	}	

div.control-calendar a.info
	{
	margin:0pt 0pt 0pt 20px !important;
	}	
