table.hint {
	border-collapse: collapse;
}

.hint td {
	margin: 0px;
	width: auto;
	border: none;
}

.hint tr {
	margin: 0px;
	border: none;
}

td.void {
	background-color: #FFFFE1;
}

td.ltc {
	background: transparent url('../imgs/hint/ltc.gif') no-repeat top;
	width: 5px;
	height: 5px;
}

td.lbc {
	background: transparent url('../imgs/hint/lbc.gif') no-repeat top;
	width: 5px;
	height: 5px;
}

td.rbc {
	background: transparent url('../imgs/hint/rbc.gif') no-repeat top;
	width: 5px;
	height: 5px;
}

td.rtc {
	background: transparent url('../imgs/hint/rtc.gif') no-repeat top;
	width: 25px;
	height: 10px;
}

td.ll {
	background: #FFFFE1 url('../imgs/hint/ll.gif') repeat-y top;
}

td.rl {
	background: #FFFFE1 url('../imgs/hint/rl.gif') repeat-y top;
}

td.tl {
	background: #FFFFE1 url('../imgs/hint/tl.gif') repeat-x top;
}

td.bl {
	background: #FFFFE1 url('../imgs/hint/bl.gif') repeat-x top;
}

