/*

Darko Bunic
http://www.redips.net/
Aug, 2009.

*/


.imgbg
{
	
	background: url(../../images/CaptchaImages/dropiconhere.png) no-repeat center  7px;
	
}


.imgchange
{
	
	background: url(../../images/CaptchaImages/dropiconhere04.png) no-repeat center  7px;
	
}

.imgbig
{
	
	background: url(../../images/CaptchaImages/bg-dropdown.jpg) no-repeat;
	

}

.imgbackground
{
border: solid 0px red; height: 125px; background: url(../../images/text_aria_contactus02.jpg) no-repeat 0px 0;
}



/* add bottom margin between tables */
#table1, #table2
{
	margin-bottom: 20px;
}


/* drag container (contains two tables) */
#drag
{
	margin: auto;
}


/* drag objects (DIV inside table cells) */
.dragaaa
{
	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 ?! */
	border: solid 1px red;
	width: 100px;
}


/* 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;
	text-align:center;
}


/* trash cell */
.trash
{
	color: white;
}
.colour
{
	color: brown;
}
/* tables */
div#drag table
{
	border-collapse: collapse;
}


/* needed for IE6 because cursor "move" shown on radio button and checckbox ?! */
div#drag input
{
	cursor: auto;
}

html > /**/ body div#drag td
{
	
	/*vertical-align: bottom;
	border: solid 0px red;*/
}

/* table cells */
div#drag td
{
	
	/*vertical-align: bottom; */
	/*height: 32px;	border: 1px solid white;	text-align: center;	font-size: 10pt;	padding: 2px;*/
}



/* button message */
.message_line
{
	
	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;
	font-size: 10pt; /* needed for cloned object */ /* without width, IE6/7 will not apply filter/opacity to the element ?! */
	display: block; /*background-color: #C7B185;*/
	vertical-align: top;
	padding: 10px 0 0 0;
}
/*Css For IE 7*/
*:first-child + html .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 ?! */
	display: block; /*background-color: #C7B185;border:solid 3px #EFEFEF;*/
	vertical-align: top;
	
}
/*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 ?! */
	display: block; /*background-color: #C7B185;border:solid 3px #EFEFEF;*/
	vertical-align: top;
	
}

