table.table_cross {
	width: 540px;
	overflow: hidden;
	clear: both;
	border: 1px solid #e0e0e0;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
table.table_cross th {
	font-size: 12px;
	font-weight: bold;
	color: #121005;
	text-align: center;
	padding: 5px 4px 5px 4px;
	background-color: #eeeeee;
	white-space: nowrap;
}
table.table_cross th.option {
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	color: #121005;
	border-bottom: 1px solid #cccccc;
}
table.table_cross td {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6em;
	padding: 5px 4px 5px 4px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #cccccc;
}
table.table_cross tr.over td {
	background-color: #EEEEFF;
}
table.table_cross tr.out td {
	background-color: none;
}