
.multibox-container {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	width: 100%;
	height: 502px;
	min-height: 502px;
}

.multiBox {
	width: 100%;
	height: 100%;
	min-height: 499px;
	table-layout: fixed;
	vertical-align: top;
	margin: auto;
	border: none;
}


.multiBox_rowOne {
	vertical-align: top;
}


.multiBox_tasks_table {
	height: 100%;
	min-height: 100%;
	width: 100%;
	padding: 0px;
}

	.multiBox_tasks_table TBODY TR TD {
		padding: 0px;
	}



.multiBox_step {
	width: 30px;
	vertical-align: top;
	padding: 0px;
}

.multiBox_step_foundation {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #fff;
	height: 0px;
	padding: 0px;
}


.multiBox_tasks_column_top {
	width: 150px;
	background-color: #fff;
	padding: 0px;
	height: 100%;
}

.multiBox_tasks_column_bottom {
	width: 150px;
	background-color: #fff;
	padding: 0px;
}


.multiBox_content_column {
	background-color: #ffffff;
	padding: 10px;
	vertical-align: top;
}


.multibox-taskitem-enablepagejumping { cursor: pointer;}


.taskPadding {
	border-right: 1px solid black;
}

UL.tasks {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

UL.tasks LI {
	list-style: none;
	line-height: 1.2em;
	border-right: 1px solid #000;
	
	margin-left: 5px;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

	UL.tasks LI.task-0 {
		background-color: #b5c8e3;	
	}

	UL.tasks LI.task-1 {
		background-color: #9aba95;
	}

	UL.tasks LI.task-2 {
		
	}

	UL.tasks LI.task-3 {
		
	}

	UL.tasks LI.task-4 {
		
	}

	UL.tasks LI.selectedTask {
		color: #fff;
		margin-left: -10px;
		background-color: #bf4fb9;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-bottom: 1px solid black;
		border-right: 1px solid #bf4fb9;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 18px;
	}

	UL.tasks LI.selectedTask A {
		color: #fff;
		text-decoration: none;
	}

	UL.tasks LI A {
		color: #000;
		text-decoration: none;
	}

	UL.tasks LI SPAN {
		color: #909090;
		text-decoration: none;
	}

	UL.tasks LI A:hover {
		//color: #fff;
		text-decoration: underline;
	}