@charset "utf-8";
/* Defines Calendar Styling */

table.calTextStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

td.calHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #d3222a;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 12px;
	font-weight: bold;
}

td.calDayHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #333333;
	padding: 6px;
}

td.calWeekendDay {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

td.calWeekDay {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

td.calSunday {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

td.calSaturday {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.calLink {
}
a.calLink:link {
	color: #d3222a;
	text-decoration: underline;
}
a.calLink:visited {
	color: #d3222a;
	text-decoration: underline;
}
a.calLink:hover {
	color: #009966;
	text-decoration: none;
}
a.calLink:active {
	color: #d3222a;
	text-decoration: underline;
}

.calArrowLink {
}
a.calArrowLink:link {
	color: #d3222a;
	text-decoration: none;
}
a.calArrowLink:visited {
	color: #d3222a;
	text-decoration: none;
}
a.calArrowLink:hover {
	color: #009966;
	text-decoration: underline;
}
a.calArrowLink:active {
	color: #d3222a;
	text-decoration: none;
}