/*Deprecated*/
.tree_conteiner_z {
	border: 1px solid #99BBE8;
	float: left;
	/*width: 370px;*/
	overflow: auto;
	position: relative;
	overflow-x: hidden;
        padding-right: 20px;
        padding-left: 10px;
        min-width: 150px;
}
/*Deprecated*/
.tree_conteiner_z1 {
        font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
	border: 1px solid #99BBE8;
	float: left;
	/*width: 370px;*/
	overflow: auto;
        padding-right: 20px;
        padding-left: 10px;
}

/*body, html{
   height: 98%;
   padding: 0;
}*/

.TreeBorder {
	border: 1px solid #99BBE8;
}


.TreeConteinerContent {
	border: 1px solid #99BBE8;
	float: left;
	/*width: 370px;*/
	overflow: auto;
	position: relative;
	overflow-x: hidden;
        padding-right: 20px;
        /*display:inline-block;*/
        padding: 10px;
        padding-top: 0px;
        min-width: 200px;
        /*min-height: 100%;*/
}

.TreeConteinerTitle {
        font: 10pt Helvetica, Arial, sans-serif;
        padding: 5px;
}

.conteiner {
	border: 1px solid #99BBE8;
	float: left;
	overflow: auto;
	position: relative;
}

.conteiner100 {
	border: 1px solid #99BBE8;
	overflow: auto;
	position: relative;

}

.c_selected {
	background-color: blue;
	color: white;
}

.c_unselected {
	background-color: inherit;
}

.c_dragAccepted {
	background-color: green;
}

.c_dragIgnore {
	background-color: red;
}

.Container {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}

.Container li {
	list-style-type: none;
}

/* indent for all tree children excepts root */
.Node {
	background-image: url(../img/tree/i.gif);
	background-position: 18px top;
	background-repeat: repeat-y;
	padding-left: 18px;
	clear: both;
	float: left;
	width: 100%;
	/*zoom: 1;*/
}

.IsRoot {
	margin-left: -18px !important;
	margin-left: -9px;
}

.Cross {
	margin: 2px -15px 0px 18px;
	width: 10px;
	height: 10px;
	float: left;
	border: 1px solid #cccccc;
}

.CrossCh {
	width: 12px;
	height: 12px;
}

.CrossI {
	background-image: url(../img/tree/cross2.gif);
}

.ColorBox {
	margin: 2px -15px 0px 18px;
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	border: 1px solid #cccccc;
}

.ArrowDown {
	background-image: url(../img/tree/arrow_down.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

/* left vertical line (grid) for all nodes */
.IsLast {
	background-image: url(../img/tree/i_half.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.ExpandOpen .Expand {
	background-image: url(../img/tree/expand_minus.gif);
}

/* closed is higher priority than open */
.ExpandClosed .Expand {
	background-image: url(../img/tree/expand_plus.gif);
}

/* highest priority */
.ExpandLeaf .Expand {
	background-image: url(../img/tree/expand_leaf.gif);
}

.Content {
	min-height: 18px;
	/*margin-left:-20px;*/
	text-align: left;
	cursor: default;
	/*float: left;*/
	width: 100%;
	/*padding-left:20px;*/
	text-indent: 20px;
	position: relative;
	z-index: 1;
	white-space: pre;
	font: 14px Arial;
}

* html .Content {
	height: 18px;
}

.ExpandOpen .Container {
	display: block;
}

.ExpandClosed .Container {
	display: none;
}

.ExpandOpen .Expand,.ExpandClosed .Expand {
	cursor: pointer;
}

.ExpandLeaf .Expand {
	cursor: auto;
}

.Expand {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: -20px;
	position: relative;
	z-index: 2;
}

.ExpandLoading {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: -20px;
	position: relative;
	z-index: 2;
	background-image: url(../img/tree/expand_loading.gif);
}