img.l{
	/* cursor: pointer; */
}
#rel{
	/*position:relative;*/
}
#puzzleContainer{
	background-color:#fff;
	
}
#DominosaTable{
	top:0px;
	left:0px;
}
#DominosaTable td{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	cursor: default;
	-moz-user-select: none;
	width: 22px;
	height: 22px;
}
#DominosaTable td.err{
	color: #c33;
}

.ui-selected { background-color: #727EA3; }
.ui-selecting { background-color: #FF0000;  }
.s{
  text-align:center;
}
td.t{
	background-color:#EEEEEE;
}

.printBox{
  padding-top: 7px;
  padding-bottom: 7px;
}
.printP{
  padding-top: 7px;
}



#DominosaTable td.bl{
	color: white;
	background: url('/dh.gif') left;
}
#DominosaTable td.br{
	color: white;
	background: url('/dh.gif') right;
}
#DominosaTable td.bt{
	color: white;
	background: url('/dv.gif') top;
}
#DominosaTable td.bb{
	color: white;
	background: url('/dv.gif') bottom;
}

#DominosaTable td.el{
	color: white;
	background: url('/dhe.gif') left;
}
#DominosaTable td.er{
	color: white;
	background: url('/dhe.gif') right;
}
#DominosaTable td.et{
	color: white;
	background: url('/dve.gif') top;
}
#DominosaTable td.eb{
	color: white;
	background: url('/dve.gif') bottom;
}

#DominosaTable td.hl{
	color: black;
	background: url('/dho.gif') left;
}
#DominosaTable td.hr{
	color: black;
	background: url('/dho.gif') right;
}
#DominosaTable td.ht{
	color: black;
	background: url('/dvo.gif') top;
}
#DominosaTable td.hb{
	color: black;
	background: url('/dvo.gif') bottom;
}

#DominosaTable td div{
  border: 0 solid #C00;
  height: 20px;
  line-height: 18px;
}
#DominosaTable td div.b1000{border-width: 1px 0 0 0; padding: 0 1px 1px 1px; }
#DominosaTable td div.b0100{border-width: 0 1px 0 0; padding: 1px 0 1px 1px; }
#DominosaTable td div.b0010{border-width: 0 0 1px 0; padding: 1px 1px 0 1px; }
#DominosaTable td div.b0001{border-width: 0 0 0 1px; padding: 1px 1px 1px 0; }
#DominosaTable td div.b1100{border-width: 1px 1px 0 0; padding: 0 0 1px 1px; }
#DominosaTable td div.b1010{border-width: 1px 0 1px 0; padding: 0 1px 0 1px; }
#DominosaTable td div.b1001{border-width: 1px 0 0 1px; padding: 0 1px 1px 0; }
#DominosaTable td div.b0110{border-width: 0 1px 1px 0; padding: 1px 0 0 1px; }
#DominosaTable td div.b0101{border-width: 0 1px 0 1px; padding: 1px 0 1px 0; }
#DominosaTable td div.b0011{border-width: 0 0 1px 1px; padding: 1px 1px 0 0; }
#DominosaTable td div.b1110{border-width: 1px 1px 1px 0; padding: 0 0 0 1px; }
#DominosaTable td div.b1101{border-width: 1px 1px 0 1px; padding: 0 0 1px 0; }
#DominosaTable td div.b1011{border-width: 1px 0 1px 1px; padding: 0 1px 0 0; }
#DominosaTable td div.b0111{border-width: 0 1px 1px 1px; padding: 1px 0 0 0; }
#DominosaTable td div.b1111{border-width: 1px 1px 1px 1px; padding: 0 0 0 0; }

.select {color: #FF6666}
.selectG {color: #3366CC}


@media print {
	#DominosaTable{
		top:0px;
		left:0px;
	}
}