/* CSS for the datep.icker */

/* Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor:			pointer;
	margin: 		0;
	padding: 		0;
	background: 		none;
}


/* The row containing the Prev, Next, and Current links */
.ui-datepicker-links {
	width:			176px;
	height:			22px;
	color:			#FFFFFF;
	font-weight:		bold;
}


/* The division containing the Prev link */
.ui-datepicker-prev {
	float:			left;
	width:			68px;
}


/* The division containing the Current link */
.ui-datepicker-current {
	float:			left;
	width:			60px;
}


/* The division containing the Next link */
.ui-datepicker-next {
	float:			right;
	width:			37px;
}


/* The row containing the month and year */
.ui-datepicker-header {
	height:			25px;
	width:			176px;
}


/* Drop down menu for selecting months */
.ui-datepicker-new-month {
	width:			100px;
}


/* Drop down menu for selecting years */
.ui-datepicker-new-year {
	width:			76px;
}


/* Highlight today's date */
.ui-datepicker-today {
	color:			#AE130D;
	font-weight:		bold;
}


/* Highlight temin days */
.ui-datepicker-termin {
	font-weight:		bold;
	background-color:	#c0c0c0;
}


/* A row of day numbers on the calendar */
.ui-datepicker-days-row {
	color: 			#000000;
	background-color:	#ffffff;
}


/* The table for a single month */
.ui-datepicker {
	color:			#000000;
	width:			176px;
	text-align:		center;
}


/* A standard day number */
.ui-datepicker-days-cell {
	border:			1px solid #C0C0C0;
}


/* Mouse over state for a selectable day */
.ui-datepicker-days-cell-over {
	background-color:	#999999;
	cursor:			pointer;
	text-decoration:	underline;
	font-weight:		bold;
}


.ui-datepicker-current-day {
	cursor:			pointer;
	background-color:	#999999;
	text-decoration:	underline;
	font-weight:		bold;
}


/* The header row of the table containing day names */
.ui-datepicker-title-row {
	padding-top:		10px;
	color:			#FFFFFF;
	font-weight:		bold;
}
