.igdt_ClaymationControl {
	background-color:transparent;
	border:1px solid transparent;
	color:#000000;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.igdt_ClaymationControlActive
{
}

.igdt_ClaymationNode
{
	cursor:hand;
	color:#333333;
	text-decoration:none;	
	line-height: 15px;
    vertical-align: middle;
}

.igdt_ClaymationNodeRoot
{
	font-size:14px;
	vertical-align:middle;
	padding:10px;
}

.igdt_ClaymationNodeImage
{	
	vertical-align:middle;
}

.igdt_ClaymationNodeSelected
{
	color:#00BFFF;
}

.igdt_ClaymationNodeActive 
{
	background-color:#eaeaea;
	padding: 0px 3px 0px 3px;
}

.igdt_ClaymationNodeHover
{
	text-decoration:underline;
}

.igdt_ClaymationNodeDisabled
{
	color:Gray;
}

.igdt_ClaymationInternalNodeEditor
{
	border:1px solid #000000;
	padding-left:2px;
}

/* //////////////////// GROUP STYLES //////////////////// */
.igdt_ClaymationNodeGroup
{
	list-style:none;	
	margin-left:0px;
	padding-left:0px;
}

.igdt_ClaymationNodeHolder
{
	white-space:nowrap;
	clear:left;
}

.igdt_ClaymationNodeHolder img
{
	vertical-align: middle;
}

/* M.H. 8 June 2011 - fix bug 32892: add alignment for table */
.igdt_ClaymationNodeHolder table
{
	vertical-align:bottom;
	*vertical-align:middle;
}

/* //////////////////// GROUP STYLES //////////////////// */

/****************************************************/
/* Added for WebDataTree Drag And Drop funtionality */
/****************************************************/


/*CSS class that will define the style applied before or after some node. 
If the space between the nodes is accepted as potential drop target this class will define 
some separator/dashed line that will show where the new node will be placed*/
/*The DropIndicator purpose is to guide the user where the node will be inserted 
when they drop it*/
.igdt_ClaymationDropIndicator
{
    border:1px solid #D1D1D1;
    padding:1px 8px 3px 4px;
    background:#EFEFEF url(./images/igdt_DropIndicatorBg.jpg) repeat-x scroll 0 0 ;;
    
    color:#000066;
    cursor:default;
    font-family:Segoe UI,Arial,Verdana,Helvetica,sans-serif;
    font-size:12px;

    height:20px;
}

.igdt_ClaymationDropIndicator img
{
    position:relative;
    top:3px;
    margin-right:5px;
    width:16px;
    height:16px;
}

.igdt_ClaymationDropIndicator span
{
    position:relative;
    top:-1px;
}

/*CSS class that will be applied just before the Dropping event is fired on a node if it is a possible drop target. For example when you drag over concrete node its color will change to alert the user he will drop inside the highlighted node.*/
.igdt_ClaymationDropTarget
{
    background  : #eaeaea;
}

/*Applied on the cloned node that is being dragged*/
.igdt_ClaymationDragMarkup
{
    cursor:move;
    padding:1px 3px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:xx-small;
}

/* Applied to the line shown, when inserting between two nodes.*/
.igdt_ClaymationDropInsertLine
{
      border:2px dotted #eaeaea;
}

.igdt_ClaymationNodeGroupDragDrop
{
	list-style:none;	
	margin-left:0px;
	padding-left:0px;
	padding-bottom:2px;
	padding-top:2px;
}

.igdt_ClaymationNodeGroupDragDrop li
{
    clear:left;
}

.igdt_ClaymationNodeHolderDragDrop
{
	white-space:nowrap;
}

.igdt_ClaymationNodeHolderDragDrop img
{
    vertical-align:middle;
    float:left;
}

