/* these styles are for the calendar widget */.

calendar {	padding: 1px 5px;	margin: 0px;	font-size: 10pt;}

.calendarHeader {	font-weight: bold;	font-size: 10pt;	color: #000; margin:0;	padding: 2px 5px;}

.calendartoday {	background-color: #fff;	font-weight: bold;	text-decoration: underline;}	

table.calendar {

/* only the calendar has a line, not the individual cells */

	border: none;	padding: 0;	width: 180px;}
.calendarHeader a, .calendar a {	font-weight: bold;	color: #ffffff;;	text-decoration: none;}

/* some default styles for the calendar.. */

	.defcalendar { font-size: 12px;  }
	.defcalendar td { padding: 1px 4px; }
	.defcalendar td:hover {font-weight: bold; text-decoration: underline; background-color: #ffffff;}
	.defcalendarlink { font-size: 10pt; }
	.defcalendartoday { background-color: #ffffff; 	border: none; font-weight: bold; }

/* JM - removed as an inline style for accessibility */

.calendarHeaderControl {	font-size:13px;}
