/* ------- MiniCal Styles ------- */
#MiniCal {
	position: relative;
	color: black;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 0;   
	margin-left:0;
	margin-right:0;
	text-align: center;
	padding: 0;
}

.MiniCalHeader { /* NB: This class was created and is not part of the default R25 configuration. */
	white-space:nowrap;
}

.MiniCalDate {
	font-size: 130%;
	font-weight: normal;
	color: #98002E;
	text-decoration: none;
	text-align: left;
	padding: 10px 0 1em 0;
	margin: 0;
	display: block;
}

	.MiniCalDate a {
	color: #98002E;
	text-decoration: none;
	}

	.MiniCalDate a:hover {
	text-decoration: underline;
	}

a.MiniCalNav {
	color: #336699;
	background: transparent;
	line-height: 15px;
	vertical-align:middle;
	font-weight:bold;
	text-decoration:underline; /* LR: Underline links */
}

a.MiniCalNav:hover {
	color: #ccc;
}

a.Today {
	color:#336699;
	background:transparent;
	line-height:14px;
	text-decoration:underline;
}

a.Today:hover {
	color:#ccc;
	background:transparent;
	text-decoration:none;
}

.CalSelectorOuter {
   white-space: nowrap;
   border:0px;
   padding:0px;
   margin:0px;
}

a.CalSelector {
	color:#003366;
	background: transparent;
	line-height: 26px;
	border: 2px outset #000000;
	padding: 2px 2px 2px 4px;
	margin: 2px 2px 2px 2px;
	text-decoration:none;
}

a.CalSelector:hover {
	color:#003366;
	background:#ccc;
	border:2px inset #000000;
}

a.CalSelectorCurrent,

a.CalSelectorCurrent:hover {
	color:#003366;
	background:#ccc;
	font-weight:bold;
	line-height: 26px;
	border: 2px inset #000000;
	padding: 2px 2px 2px 4px;
	margin: 2px 2px 2px 2px;
	text-decoration:none;
}

#WeekLabels {
   position: relative;
   height: 24px; /* LR: Increase height to 24px */
}

.WeekDayLabel,
.WeekEndLabel {
	position: absolute;
	color: black;
	background: transparent;
	text-align: center;
	width: 14%;
	padding-bottom:8px;
}

.MonthList {
	position: relative;
}

.QtrLabels {
	position: relative;
	width: 100%;
	height: 14px;
}

.MonthListLabel {
	position: relative;
	float: left;
	text-align: left;
	padding-left: 11px;
	width: 33%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 25%;
	}

html>body #MonthListLabel {
	width: 25%; /* ie5win fudge ends */
	}

.MiniCalRow {
   position:relative;
   height: 24px; /* LR: Increase height to 24px */
}

.MiniCalRowCurrent {
   position:relative;
   height: 14px;
   border: 1px solid #999966;
}

.CalendarDayOuter {
   position: absolute;
   text-align: center;
   width: 14%;
}

a.CalendarDay,
a.CalendarToday {
	display:block;
	margin:0 2px;
	text-decoration: underline; /* LR: Underline links */
	color: #000000;
	background: transparent;
}

/* LR: Omit date-specific highlighting
a.CalendarViewDay {
	display:block;
	margin:0px 2px;
	text-decoration: none;
	color:#660000;	
	background: transparent;
	font-weight:bold;
}
*/

a.CalendarExtraDay {
	display:block;
	margin:0 2px;
	text-decoration: none;
	color: #888888;
	background: transparent;
}



a.CalendarDay:hover,
a.CalendarToday:hover,
a.CalendarViewDay:hover,
a.CalendarExtraDay:hover {
	color:#003366;
	background:#ccc;
	text-decoration:none;
}

/* CALENDAR STYLES REVISED FOR JQUERY 06.24.2009 ----------------------------------------------------------------------------------------- */
#MiniCal div span {display: none;}
.MiniCalHeader {display: none;}
#MiniCal a.CalendarDay, #MiniCal a.CalendarExtraDay  {text-decoration: none;padding: 3px;}
a.CalendarViewDay {margin: 0; padding: 3px; border: solid 1px #98002E; background: #F7EDD4; text-decoration: none; line-height: 1.3;}
a:hover.CalendarViewDay {text-decoration: none;}

