
.topDiv_big
{
	background:#fff;
	border:none;
	height:25px;
	margin-right:0px;
	border:1px solid #C4C4C4;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	box-shadow:  0px 1px 2px #888888;
	-webkit-box-shadow: 0px 1px 2px #888888;
	-moz-box-shadow: 0px 1px 2px #888888;
}
.topDiv_big,.middleDiv_big,.bottomDiv_big
{
	behavior: url(/css/ieBorderRadius.htc);
	margin-right:0px;
}
.middleDiv_big
{
	/*background:url(/css/images/tree/org_tree_drop_down_middle_repeat_Y_400.png) repeat-y;*/
	background:#fff;
	border:none;
	margin-right: 0px;
	border: 0;
	padding:0 0 5px 0  ;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	-moz-border-radius: 0 0 4px 4px ;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px ;
	box-shadow:  0px 1px 2px #888888;
	-webkit-box-shadow: 0px 1px 2px #888888;
	-moz-box-shadow: 0px 1px 2px #888888;
}

.bottomDiv_big
{
	/*background:url(/css/images/tree/org_tree_drop_down_bottom_400.png) no-repeat;*/
	
	border:none;
	height:0px;
	cursor:pointer;
	margin-right: -10px;
	border:1px solid #C4C4C4;
	border-top:0px solid #C4C4C4;
	-moz-border-radius: 0 0 4px 4px ;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px ;
}

.child
{
	margin-top:-4px;
}

.treeText
{
	margin-top:-10px;
}
.lastTreeText
{
	margin-top:-10px;
}
.lastTreeImg
{
	margin-top:-4px;
}


.showAllOrgTextStyle
{
	color:#3072CE;
	font-weight:bold;
	width: 150px;
}
.height5
{
	height:5px;
}

.height2
{
	height:2px;
}

.treeDivStyle
{
	style="z-index:1;
	float:right;
	margin-right:-10px;"
}
.popupContainerStyle #subTreeBlock{
	left:20px;
}