

/* The field that allows the user to type the date: */
.app-datepicker {
	border:1px solid #C0C0C0;
	width: 100px;
	font-family: Verdana;
	font-size: 11px;
	background:#FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
}

.app-datepicker-noSize {
    border:1px solid #C0C0C0;
    font-family: Verdana;
    font-size: 11px;
    background:#FFFFFF;
    padding-left: 4px;
    padding-right: 4px;
}

/* Fix up jquery datepicker calendars' background colour
	It can become transparent, especially when used with
	curvey corners: */
.ui-datepicker table {
	background-color: #f8f8f8;
}

/* Set it to the right size.  Otherwise it would be way too big: */
div.ui-datepicker{
 font-size:10px;
}

/* Need these if we are not specifying DOCTYPE: */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width:35%;
}
