/*
Darko Bunic
http://www.redips.net/
Jun, 2011.
*/

/* drag container */
#drag {
	margin: auto;
	width: 648;
}

/* drag objects border for the first table */
.t1 {
	border: 0px solid #499B33;
}
/* allow / deny access to cells marked with 'mark' class name */
.mark {
	color: white;
	background-color: #9B9EA2;
}

/* tables */
div#drag table {
	background-color: white;
	border-collapse: collapse;
}


/* input elements in dragging container */
div#drag input {
	cursor: auto;
}

/* table cells */
div#drag td {
	height: 32px;
	border: 1px solid black;
	text-align: center;
	font-size: 10pt;
	padding: 2px;
}
