/* CSS for the index file and the individual image containers */
td	{   /* For body cells in ITEMS table */
	    vertical-align: baseline ; 
	    text-indent: -2em ;
	    padding-left: 2em ;
	}
td.xim	{   /* For index thumbnail cells */
	    text-align: center ;
	    text-indent: 0 ;
	    margin-left: 0 ;
	    padding: 0 0.5em ;
	}
td.tsep	{ padding-left: 8em }	/* For separator rows in long ITEMS table */
td.pic	{   /* For picture separators in the printed report */
	    padding-left: 8em ;
	    font-weight: bold ;
	}
th	{ text-align: left }
table	{ 
	    width: 100% ;
	    border-collapse: collapse ;
	}
@media print {
    tr:	{   page-break-inside: avoid ;
	    orphans: 3 ;
	    widows : 3 ;
	}
}
