
/*  rules for the operation list  */

/* content caption - default text */
.CONTENT_TABLE caption:before
{
	text-transform: uppercase;
	content:"operation list";
	font-size: larger;
}

/* --------- hide all cells  ----------- */
.CONTENT_TABLE_HEADER th, .CONTENT_TABLE_BODY td{
    display:none;
}

/* show these cells only */
.CONTENT_TABLE .th_29, .CONTENT_TABLE .td_29	/* Op No. */
, .CONTENT_TABLE .th_30 , .CONTENT_TABLE .td_30	/* Operation type */
, .CONTENT_TABLE .th_21 , .CONTENT_TABLE .td_21	/* Comment */
, .CONTENT_TABLE .th_37 , .CONTENT_TABLE .td_37	/* Stock XY */
, .CONTENT_TABLE .th_38 , .CONTENT_TABLE .td_38	/* Stock Z */
, .CONTENT_TABLE .th_20 , .CONTENT_TABLE .td_20	/* Cutter comp */
, .CONTENT_TABLE .th_112 , .CONTENT_TABLE .td_112	/* Tl # */
, .CONTENT_TABLE .th_111 , .CONTENT_TABLE .td_111	/* Tl name */
, .CONTENT_TABLE .th_118 , .CONTENT_TABLE .td_118	/* Tl type */
, .CONTENT_TABLE .th_102 , .CONTENT_TABLE .td_102	/* Tl diam. */
, .CONTENT_TABLE .th_114 , .CONTENT_TABLE .td_114	/* Tl corner rad */
, .CONTENT_TABLE .th_127 , .CONTENT_TABLE .td_127	/* Tl OA length */
, .CONTENT_TABLE .th_22 , .CONTENT_TABLE .td_22	/* Coolant */
, .CONTENT_TABLE .th_106 , .CONTENT_TABLE .td_106	/* Holder (new) */
, .CONTENT_TABLE .th_120 , .CONTENT_TABLE .td_120	/* Z-Min */
, .CONTENT_TABLE .th_24 , .CONTENT_TABLE .td_24	/* Cycle time */
{
	display:table-cell;
}









