﻿
#gridholder
{
	height: auto;
	overflow: visible;
	/* not syntactically available in vs2005 
	overflow-x: visible;
	overflow-y: visible;
	*/
}
/* Does this have any effect for gridview rows? Probably not. */
#gridholder
{
	widows: 10;
	orphans: 10;
}

/* Add this class to any items not to be printed. */
.noprint
{
	display: none;
}

