/*

Darko Bunic
http://www.redips.net/
Aug, 2009.

*/




/* add bottom margin between tables */
#table1, #table2
{
	margin-bottom: 20px;
}


/* drag container (contains two tables) */
#drag
{
	margin: auto;
	width: 734px;
}


/* drag objects (DIV inside table cells) */
.dragaaa
{
	position: relative;
	cursor: move;
	margin: auto;
	z-index: 10;
	background-color: white;
	text-align: center;
	font-size: 10pt; /* needed for cloned object */ /* without width, IE6/7 will not apply filter/opacity to the element ?! */
	width: 200px;
}


/* drag objects border for the first table */
.t1
{
	border: 2px solid #ffffff;
}
/* drag object border for the second table */
.t2
{
	border: 2px solid #2D4B7A;
}
/* cloned objects - third table */
.t3
{
	border: 2px solid #BF6A30;
}
/* forbidden cells */
.forbid
{
	color: white;
	background-color: #9B9EA2;
}
/* trash cell */
.trash
{
	color: white;
	background-color: #2D4B7A;
}

/* tables */
div#drag table
{
	
	border-collapse: collapse;
}


/* needed for IE6 because cursor "move" shown on radio button and checckbox ?! */
div#drag input
{
	cursor: auto;
}


/* table cells */
div#drag td
{
	/*height: 32px;
	border: 1px solid white;
	text-align: center;
	font-size: 10pt;
	padding: 2px;*/
}





/* "Click" button */
.button
{
	background-color: #6A93D4;
	color: white;
	border: 2px solid #052D6E;
	width: 40px;
	padding: 0px;
}


/* toggle checkboxes at the bottom */
.checkbox
{
	margin-left: 13px;
	margin-right: 14px;
	width: 13px; /* needed for IE ?! */
}


/* button message */
.message_line
{
	padding-left: 10px;
	margin-bottom: 3px;
	font-size: 10pt;
	color: #888;
}

/* append here cloned object before land to some table cell */
#obj_new
{
	height: 23px;
	width: 10px;
}

.setLeft
{
	float: left;
}

.setRight
{
   float: right;
}

html > /**/ body .setRight
{
   float: right;
   padding:0px 25px 0 0;
}

/*IE 6 and below*/
* html #.drag
{
	position: relative;
	cursor: move;
	margin: auto;
	z-index: 10;
	background-color: white;
	text-align: center;
	font-size: 10pt; /* needed for cloned object */ /* without width, IE6/7 will not apply filter/opacity to the element ?! */
	width: 220px;
	height:170px;
	display: block;
	/*background-color: #C7B185;*/
	vertical-align: top;
	text-align: center;
	padding: 10px 0 0 0;	border:solid 0px red;
	
	background: url(../../../images/Gallery/GalleryImage/frame.png) no-repeat top left;
}
/*Css For IE 7*/
*:first-child + html.drag
{
	position: relative;
	cursor: move;
	margin: auto;
	z-index: 10;
	background-color: white;
	text-align: center;
	font-size: 10pt; /* needed for cloned object */ /* without width, IE6/7 will not apply filter/opacity to the element ?! */
	width: 220px;
	height:170px;
	display: block;
	/*background-color: #C7B185;border:solid 3px #EFEFEF;*/
	vertical-align: top;
	text-align: center;
	padding: 4px;
	background: url(../../../images/Gallery/GalleryImage/frame.png) no-repeat top left;
}
/*Modern browsers only (not IE 7)*/
html > /**/ body .drag
{
	position: relative;
	cursor: move;
	margin: auto;
	z-index: 10;
	background-color: white;
	font-size: 10pt; /* needed for cloned object */ /* without width, IE6/7 will not apply filter/opacity to the element ?! */
	width: 220px;
	height:170px;
	float: left;
	text-align: center;
	display: block;
	/*background-color: #C7B185;border:solid 3px #EFEFEF;*/
	vertical-align: top;
	text-align: center;
	padding: 10px 0 0 0;
	
	background: url(../../../images/Gallery/GalleryImage/frame.png) no-repeat top left;
}
