/*

Darko Bunic
http://www.redips.net/
Mar, 2011.

*/

body {
  padding-top: 13px;
  font-family: "Gill Sans", "Lato" , Helvetica, Arial, sans-serif; 
  /*background-color: #003A82;*/
/*  font-weight: 100; */
}

/* main container */
#main_container {
	//margin: auto;
	//width: 1000px;
}
		/* container for the left table */
		#main_container #left {
			float: left;
			width: 300px;
			/*height: 200px;*/
		}
		/* container for the right table */
		#main_container #right {
			width: 290px;
			height: 690px;
			/* align container to the right */
			margin-left: 5px;
			float: left;
		}
#btn-verify{
float: left;
}	
.ResEx5{
display:inline-block;
}
.ResEx5-Score{
display:inline-block;
}	

/* drag area */
#redips-drag {
	display: table;
	width: 600px;
	margin: auto;
	
}

/* drag objects (DIV elements inside table cells) */
.redips-roles {
	
	margin: 12;
	z-index: 10;
	background-color: red;
	text-align: left;
	font-size: 12pt; /* needed for cloned object */
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* without width, IE6/7 will not apply filter/opacity to the element&nbsp;?! */
	width: 100px;
	height: 70px;
	line-height: 49px;
	/* round corners */
	border-radius: 20px; /* Opera, Chrome */
	-moz-border-radius: 20px; /* FF */
}


/* drag objects (DIV elements inside table cells) */
.redips-drag {
	cursor: move;
	margin: auto;
	//z-index: 10;
	background-color: white;
	text-align: center;
	font-size: 10pt; /* needed for cloned object */
	//opacity: 0.7;
	//filter: alpha(opacity=70);
	/* without width, IE6/7 will not apply filter/opacity to the element ?! */
	//width: 400px;
	height: 50px;
	padding-left:4px;
	padding-right:4px;	
    padding-top: 6px;
	
	//line-height: 49px;
	/* round corners */
	border-radius: 10px; /* Opera, Chrome */
	-moz-border-radius: 4px; /* FF */
}


/* styles for left table */
#table1, #tableleft {
	background-color: #eee;
	border-collapse: collapse;
	margin-top: 7px;
}
	/* border for table1 */
	#tableleft td {
		border: 1px solid #DDC5B5;
		height: 80px;
		text-align: left;
		font-size: 10pt;
		padding-left:6px;
		padding-right:6px;
		
	}
	#table1 td {
		border: 1px solid #DDC5B5;
		height: 80px;
		text-align: left;
		font-size: 10pt;
		padding-bottom: 12px;
		padding-top: 12px;
		padding-left:6px;
		padding-right:6px;
	}
	

/* green objects */
.green {
	border: 1px solid #499B33;
}

/* orange objects */
.orange {
	border: 1px solid #BF6A30;
}

