/*

Darko Bunic
http://www.redips.net/
Nov, 2009.

*/

body{
	font-family: arial;
}


/* add bottom margin between tables */
#table1,
#table2{
	margin-bottom: 20px;
}


/* drag container */
#drag{
	margin: auto;
	width: 980px;
}



/* drag container */
#nodrag{
	margin: auto;
	width: 980px;
}


/* drag objects (DIV inside table cells) */
.drag{
	position: relative;
	cursor: move;
	margin: auto;
	z-index: 10;
	background-color: white;
	text-align: center;
	font-size: 10pt; /* needed for cloned object */
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* without width, IE6/7 will not apply filter/opacity to the element ?! */
	width: 105px;
	color: #000080;
	overflow: hidden;
	height: 30px;
	vertical-align: middle;
}

.nodrag
{
    cursor: default;
	position: relative;
	margin: auto;
	z-index: 10;
	background-color: white;
	text-align: center;
	font-size: 10pt; /* needed for cloned object */
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* without width, IE6/7 will not apply filter/opacity to the element ?! */
	width: 105px;
	color: #000080;
	overflow: hidden;
	height: 30px;
	vertical-align: middle;

}


/* drag objects border for the first table */
.t1 {border: 2px solid #499B33; padding:2px;}
/* drag object border for the second table */
.t2 {border: 2px solid #2D4B7A;}
/* cloned objects - third table */
.t3 {border: 2px solid #BF6A30;}
/* allow / deny access to cells marked with 'mark' class name */
.mark{color: white; background-color: #C0C0C0;}
/* trash cell */
.trash{color: white; background-color: #2D4B7A;}
.edit{
	background-color: #6A93D4;
	color: white; 
	border-width: 1px;
	width: 40px;
	padding: 0px;
} 

/* tables */
div#drag table{
	background-color: #e0e0e0;
	border-collapse: collapse;
	margin: auto;
	width: 100%;
}
div#nodrag table{
	background-color: #e0e0e0;
	border-collapse: collapse;
	margin: auto;
	width: 100%;
}


/* needed for IE6 because cursor "move" shown on radio button and checckbox ?! */
div#drag input{
	cursor: auto;
}


/* table cells */
div#drag td, div#nodrag td{
	height: 40px;
	border: 1px solid white;
	text-align: center;
	font-size: 10pt;
	padding: 2px;
	color: #000080;
	vertical-align: middle;
}
#nodrag a, #drag a {color: #000080;text-decoration: underline}
#nodrag a:visited:, #drag a:visited: {color: #000080; }
#nodrag a:hover,#drag a:hover {color: #FFD800; }

#nodrag a.none, #nodrag a.none:hover {color: #000080 }
.clickedit 
{
 height:40px;   
}
.noedit 
{
    display:none;
}


/* "Click" butto */
.button{
	background-color: #6A93D4;
	color: white; 
	border-width: 1px;
	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;
}

.lnkPrev, a.lnkPrev {width:22px; background: url(../images/btnLeftRight.png) no-repeat;	height: 22px; background-position: 0px 30px; }
.lnkNext, a.lnkNext {width:22px; background: url(../images/btnLeftRight.png) no-repeat;	height: 22px; background-position: 0px 60px; }

#legend {color: #000080}
div#legend table{background-color: #ffffff; margin:0 auto;}
div#legend td {padding: 2px;}
.task1 {border: 2px solid blue; padding:2px; background-color: #ffffff}
.task2 {border: 2px solid yellow; padding:2px; background-color: #ffffff}
.task3 {border: 2px solid green; padding:2px; background-color: #ffffff}
.task4 {border: 2px solid red; padding:2px; background-color: #ffffff}
.task5 {border: 2px solid #660099; padding:2px; background-color: #ffffff}
.task6 {border: 2px solid #FFCC00; padding:2px; background-color: #ffffff}
.task7 {border: 2px solid #660066; padding:2px; background-color: #ffffff}
