/* Start of CMSMS style sheet 'saflex : sacalendar' */
.calendar {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding-top: 1em;
}
.row {
	width: 100%;
	float: left;
}
td .day, .blankDay, .currDay, td.heading, .month {
	width: 12%;
	float: left;
	margin: 0px;
	font: 10px helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}
td.day {
	text-decoration: none;
	color: #AAAAAA;
	border: 1px solid #D2D2D2;
}
td a.day {
	width: 75%;
	font: 13px helvetica, sans-serif;
	margin: 0px;
	padding: 1px 3px;
	text-decoration: none;
	color: #AAAAAA;
	border: 1px solid #6891E9;
	background-color: #EEEEEE;
}
td a.day:hover {
	color: #26c;
	background-color: #EEEEEE;
	border: 1px solid #1D55CD;
}
.day:hover {
	color: #AAAAAA;
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
}
.calendar-today {
	color: #FFFFFF;
	background-color: #AAAAAA;
	border: 1px solid #AAAAAA;
}
.heading {
	color: #AAAAAA;
}
.calendar-month {
	text-decoration: none;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	color: #AAAAAA;
}
.calendar-month span {
	display: inline-block;
	width: 10px;
	height: 10px;
}
.calendar-month a {
	display: block;
	margin: 1px 0px 0px;
	width: 10px;
	height: 10px;
}
.calendar-prev a {
	background-image: url(/newest/uploads/saflex/prev.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
}
.calendar-next a {
	background-image: url(/newest/uploads/saflex/next.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
}
.calendar-month a:hover {
	background-position: left bottom;
}
.prevYear {
	text-decoration: none;
	background: url(/newest/uploads/saflex/icn_prev_yr.gif) no-repeat center center;
}
.prevYear:hover {
	text-decoration: none;
	background: url(/newest/uploads/saflex/icn_prev_yr_on.gif) no-repeat center center;
}
.nextYear {
	text-decoration: none;
	background: url(/newest/uploads/saflex/icn_next_yr.gif) no-repeat center center;
}
.nextYear:hover {
	text-decoration: none;
	background: url(/newest/uploads/saflex/icn_next_yr_on.gif) no-repeat center center;
}
/* End of 'saflex : sacalendar' */

