/* these styles are for the calendar widget */

.calendar {
	margin: 4px 0 0 0;
	font-size: 10px;
	width: 170px
}

.calendarHeader {
	font-weight: bold;
	font-size: 10px;
	color: #000;
	background: #F2F1EC;
	margin:0px;
	padding: 2px 5px;
}

.calendartoday {
	background-color: #F2F1EC;
	font-weight: bold;
}

	
table.calendar {
/* only the calendar has a line, not the individual cells */
	border: 1px solid #D4CDB4;
	padding: 0px;
}

.calendarHeader a, .calendar a {
	text-decoration: none; 
	color: #451010;
	background: url(divider.gif) repeat-x bottom;
}

/* some default styles for the calendar.. */
.defcalendar {
	font-size: 10px;
}

.defcalendar td {
	padding: 1px 4px;
}

.defcalendar td:hover {
	background-color: #ff6;
}

.defcalendarlink {
	font-size: 10px;
}

.defcalendartoday {
	background-color: #F2F1EC;
	font-weight: bold;
}

/* JM - removed as an inline style for accessibility */

.calendarHeaderControl {
	font-size:13px;
}