/* line table */
table.linetable {
	margin: 1em 0;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 100%;
	width: 100%;
}
table.linetable td, table.linetable th {
	padding: 5px 8px;
	border: solid 1px gray;
}
table.linetable th {
	white-space: nowrap;
	width: 6em;
	text-align: left;
	background-color: #f5f5f5;
}
/* inner */
table.linetable table{
	width: auto;
	margin: 0;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 100%;
}
table.linetable table td, table.linetable table th {
	padding: 0 5px 0 0;
	border: none;
}
table.linetable table th {
	white-space: nowrap;
	text-align: left;
	background-color: white;
}

/* info_playguid table */
table.playguid {
	margin: 0 0 1em 0;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 100%;
	width: 100%;
}
table.playguid td, table.playguid th {
	padding: 5px 8px;
	border: solid 1px gray;
	text-align:center;
	line-height: 1.4em;
}
table.playguid th {
	white-space: nowrap;
	text-align: center;
	background-color: #f5f5f5;
}
table.playguid td.textctr { text-align: center; }
table.playguid td.textrt { text-align: right; }
table.playguid td.textlt { text-align: left; }

table.playguid td.bggray { background-color: #f5f5f5; }


