.jOrgChart .line{height:20px;width:2px}.jOrgChart .down{background-color:#000;margin:0 auto}.jOrgChart .top{border-top:2px solid #000}.jOrgChart .left{border-right:1px solid #000}.jOrgChart .right{border-left:1px solid #000}.jOrgChart td{text-align:center;vertical-align:top;padding:0}.jOrgChart .node{display:inline-block;width:96px;height:auto;z-index:10;margin:0 2px;padding:12px 10px 10px 10px}.drag-active{border-style:dotted !important}.drop-hover{border-style:solid !important;border-color:#e05e00 !important}

.role_user {
	color: #0000FF;
	font-family: tahoma;
	font-size: 15px;
	font-weight: normal;
	margin : 3px 0px;
}
		
.role_desc {
	color: #999;
	font-family: tahoma;
	font-size: 15px;
	font-weight: normal;
	margin : 3px 0px;
}
		
.jOrgChart {
	margin: 0;
	padding: 20px;
}
		
.jOrgChart .node {
	font-family: tahoma;
	background-color: #F5F5F5;
	border: 2px solid #000000;
	border-radius: 10px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
	
.ready_task {
	background-color: #75b8f1 !important;
	color: #000000 !important;
}
	
.pending_task {
	background-color: #f6bf60 !important;
	color: #000000 !important;
}
	
.delayed_task {
	background-color: #ce7070 !important;
	color: #000000 !important;
}
	
.completed_task {
	background-color: #71c571 !important;
	color: #000000 !important;
}

.future_task {
	background-color: #efefef !important;
	color: #000000 !important;
}

