table.imgshint {
	border-collapse: collapse;
}

.imgshint td {
	margin: 0px;
	padding: 0px;
	width: auto;
	border: none;
}

.imgshint tr {
	margin: 0px;
	padding: 0px;
	border: none;
}

td.void {
	background-color: #FFFFE1;
}

td.tlc {
	background: transparent url('../imgs/imgshint/tlc.gif') no-repeat top;
	width: 3px;
	height: 3px;
}

td.blc {
	background: transparent url('../imgs/imgshint/blc.gif') no-repeat top;
	width: 3px;
	height: 3px;
}

td.brc {
	background: transparent url('../imgs/imgshint/brc.gif') no-repeat top;
	width: 3px;
	height: 3px;
}

td.trc {
	background: transparent url('../imgs/imgshint/trc.gif') no-repeat top;
	width: 3px;
	height: 3px;
}

td.ll {
	background: #FFFFE1 url('../imgs/imgshint/ll.gif') repeat-y top;
}

td.rl {
	background: #FFFFE1 url('../imgs/imgshint/rl.gif') repeat-y top;
}

td.tl {
	background: #FFFFE1 url('../imgs/imgshint/tl.gif') repeat-x top;
}

td.bl {
	background: #FFFFE1 url('../imgs/imgshint/bl.gif') repeat-x top;
}

