@charset "utf-8";

.greenbg {
	background-color: #CCFF99;
}
#chartwritingunits .chart .heading {
	padding-top: 10px;
	padding-bottom: 10px;
}
#chartwritingunits .chart .leftcell {
	text-align: left;
}
#chartwritingunits .chart .rightcell {
	text-align: left;
}
#chartheader h5 {
	text-align: left;
	padding-left: 10px;
}
.subtext {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
.hilight {
	font-weight: bold;
}
.rightcell .hilight {
	background-color: #00B0F0;
}
.leftcell .hilight {
	background-color: lime;
}
#chartwritingunits .chart h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
/*comment out when creating the pdf via acrobat professional > create pdf > create pdf from web site
.page-break {
	display:none;
}*/
/*uncomment when creating pdf*/
 .page-break {
	display:block;
	page-break-after:always;
	text-align: center; 
 }
