/**
 * Organizational Chart WebBlue Skin
 */




/*----------------------------------------------------------------------------*/




/** Global wrapper */
.RadOrgChart_WebBlue {
	color: #333333;
	font: normal 12px/22px "Segoe UI", Arial, sans-serif;
}




/** Viewport */
.RadOrgChart_WebBlue .rocViewport {}




/** NodeList */
.RadOrgChart_WebBlue .rocNodeList {}




/** Node */
.RadOrgChart_WebBlue .rocNode {}




/** Group */
.RadOrgChart_WebBlue .rocGroup {
	border-radius: 10px;
	background-color: #dae2e8;
}




/** ItemList */
.RadOrgChart_WebBlue .rocItemList {}




/** ItemWrap */
.RadOrgChart_WebBlue .rocItemWrap {}




/** Items */
.RadOrgChart_WebBlue .rocItem {
	color: #ffffff;
}


	.RadOrgChart_WebBlue .rocItemContent,
	.RadOrgChart_WebBlue .rocItemTemplate {
		border-color: #768ca5;
		border-radius: 5px;
		background-color: #718ca1;
		background-image: url('../Common/OrgChart/rocItemTileLight.png');
		_background-image: none;
	}




/** Toggle handle */
/*.RadOrgChart_WebBlue .rocToggleHandle,*/
.RadOrgChart_WebBlue .rocExpandArrow,
.RadOrgChart_WebBlue .rocCollapseArrow,
.RadOrgChart_WebBlue .rocExpandGroupArrow,
.RadOrgChart_WebBlue .rocCollapseGroupArrow {
		border-color: #768ca5;
		border-radius: 3px;
		background-color: #718ca1;
		background-image: url('../Common/Actions/actionExpandCollapseLight.png');
}




/** Node lines */
.RadOrgChart_WebBlue .rocLineUp,
.RadOrgChart_WebBlue .rocLineDown,
.RadOrgChart_WebBlue .rocLineHorizontal {
	background-image: url('../Common/OrgChart/rocLinesDark.png');
}




/** Drag and Drop */
.rocDetachedItemContainer.RadOrgChart_WebBlue,
.rocDetachedNodeContainer.RadOrgChart_WebBlue {}




	/** Drag ghost */
	.rocDetachedItemContainer.RadOrgChart_WebBlue .rocGhostItem,
	.rocDetachedNodeContainer.RadOrgChart_WebBlue .rocGhostNode {
		border-color: #768ca5;
		border-radius: 5px;
		color: #ffffff;
		background-color: #718ca1;
		background-image: url('../Common/OrgChart/rocItemTileLight.png');
		_background-image: none;
	}




	/** Drag Drop Clue */
	.rocDetachedItemContainer.RadOrgChart_WebBlue .rocDropClue,
	.rocDetachedNodeContainer.RadOrgChart_WebBlue .rocDropClue {
		background-image: url('../Common/Actions/actionDragDropLight.png');
	}