/**
 * these styles are for the calendar widget 
 */


/* only the calendar has a line, not the individual cells */
.calendar {
	padding: 1px 5px;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	}
.calendarHeader {
	font-weight: bold;
	font-size: 11px;
	color: #CC3300;
	background: #E8E8E8;
	margin:	0px;
	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: 0px solid #666;*/
        background-color: #E8E8E8;
	padding: 0px;
	width: 100%;
	}
.calendarHeader a, .calendar a {
	font-weight: bold;
	color: #F8B781;
	text-decoration: none;
	}
/* some default styles for the calendar.. */
.defcalendar {
	font-size: 12px;
	}
.defcalendar td {
	padding: 1px 4px;
	}
.defcalendar td:hover {
	background-color: #F8F8F8;
	}
.defcalendarlink {
	font-size: 10px;
	}
.defcalendartoday {
	background-color: #F8F8F8;
	border: 1px solid #999;
	font-weight: bold;
	}
/* JM - removed as an inline style for accessibility */
.calendarHeaderControl {
	font-size:13px;
	}	



.calendarHeaderControl {
	font-size:13px;
}
