div.sheet {
	position:absolute;
	display:none;
	z-index:9999;
}
table.sheet {
	background-color:rgb(235,238,242);
	border-collapse:collapse;
	border:0px;
}
table.sheet td.sheetTL, table.sheet td.sheetTR {
	background-repeat:repeat-y;
	width:7px;
	vertical-align:top;
	padding:0px;
}
table.sheet td.sheetTL {
	background-image:url(/images/sheet/sheet_f_l.gif);
}
table.sheet td.sheetTR {
	background-image:url(/images/sheet/sheet_f_r.gif);
}
table.sheet td.sheetT {
	background-image:url(/images/sheet/sheet_f_t.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:16px;
}
table.sheet td.sheetBL, table.sheet td.sheetBR, table.sheet td.sheetB {
	background-image:url(/images/sheet/sheet_f_b.gif);
	background-repeat:repeat-x;
	height:7px;
	padding:0px;
}