/*

Darko Bunic
http://www.redips.net/
Nov, 2009.

*/

body{
	font-family: arial;
	margin: 0px; /* for IE6 / IE7 */
}

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


/* drag objects (DIV inside table cells) */
.drag{
	position: relative;
	cursor: move;
	margin: auto;
	z-index: 10;
}


/* drag objects border for the first table */
.t1 {border: 0px solid #000000;}
/* drag object border for the second table */
.t2 {border: 0px solid #000000;}
/* cloned objects - third table */
.t3 {border: 0px solid #000000;}
/* allow / deny access to cells marked with 'mark' class name */
.mark{color: white; background-color: #000000;}
/* trash cell */
.trash{color: white; background-color: #000000;}

/* button message */
.message_line{
	padding-left: 10px;
	font-size: 10pt;
	color: #888;
}

/* append here cloned object before land to some table cell */
#obj_new{
	height: 23px;
	width: 10px;
}
