/* these styles are for the calendar widget */

table.calendar, table.dlCalendar {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 175px;
}
td.calendarHeader, th.dlCalendarHead {
	background-color: inherit;
	color: #000000;
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
}
th.calendarHeader, th.dlCalendarHead {
	background-color: inherit;
	color: #000000;
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
}
td.calendar {
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 14%;
}
td.calendartoday, td.dlCalendarCurrentDay {
	background: url(images/calendartoday.png) center no-repeat;
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.defcalendar {}
.defcalendar td {}
.defcalendarlink {}
.defcalendartoday {}

.calendarHeader a, .calendar a {
	font-weight: bold; 
	text-decoration: none;
}
.calendarHeader a:hover, .calendar a:hover {
	font-weight: bold; 
	text-decoration: underline;
}


/* new calendar widget styles */
div.dlCalendarTable {
	text-align: center;
}
table.dlCalendar {
	margin-left: 9px;
}
table.dlCalendar td, table.dlCalendar th {
	text-align: center;
	width: 25px;
}
a.dlCalendarDivLink {
	cursor: pointer;
	cursor: hand;
	color: #ffb937;
}
div#dlCalendarEntries {
	text-align: left;
}
