.idGameSudoku {
	display: block;
	float: left;
	width: 155px;
	font-family:Arial, Helvetica, sans-serif;
}
.idGameSudoku {
	margin-right: 5px;
}
.idGameSudoku table {
	padding: 0px;
	margin: 0px;
}
.idGameSudoku table tr {
	border-bottom: 1px solid #EAEAEA;
	padding: 0px;
	margin: 0px;
}
.idGameSudoku table tr td {
	padding: 2px 3px;
	font-size:11px;
}
.idGameSudoku table tr.idGameSudoku_header {
	background-color: #929395;
	color: #FFFFFF;
}
tr.idGameSudoku_Row {
	background-color: #EAEAEA;
}
.idGameSudokuClear {
	clear: both;
}
.idGameSudoku_rowNumb {
	width:15px;
	text-align:center;
}
.idGameSudoku_rowName span {
	display:block;
	overflow:hidden;
	width:75px;
	white-space:nowrap;
}
.idGameSudoku_rowTime {
	width:45px;
	text-align:center;
}
