@import url(site-style.css);
@import url(navigation.css);

.pagebreak {
page-break-before:always;
}

.fltNonePrint {
	float:none;
}

table#cFrame {
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	text-align:left;
}

.lightGreenBox {
	border-style:solid;
	border-color: #E0FEC2;
	border-width:2px;
	background-color:#ffffff;
	width:852px;
}

.printGreenBoxHalf {
	width:432px;
}

#frozen-meals-grid {
	width: 780px;
}

.noPrint {
	display:none;
}

.noPrintLink {
	text-decoration:none;
}

.printOnly {
	display:block;
}

