body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C8D5E1;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
.year {
	font-size: 22px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;	
}
.yearmissing {
	font-size: 22px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	background-color: #F2F4F7;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;	
}
.quarter {
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	text-align: center;
}
.quartermissing {
	background-color: #F2F4F7;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	text-align: center;
}
.month {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
.monthmissing {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	background-color: #F2F4F7;
}
.weekday {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #A8D3FF;
}
.day {
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}
.pagefound {
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	background-color: #A8D3FF;
}
.pagemissing {
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	background-color: #F2F4F7;
}
.calendar {
	background-color: #FFFFFF;
	vertical-align: top;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
}
.future {
	background-color: #D3D8E2;
	font-size: 10px;
	text-align: center;
	vertical-align: top;	
}
.today {
	background-color: #F49395;
	font-size: 10px;
	text-align: center;
	vertical-align: top;	
}.week {
	background-image: url(../images/WeeklyReport.gif);
	background-repeat: repeat-x;
}
.prompt {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-align: right;
}
