.icon{ 
	width:18px; line-height:18px; display:inline-block;text-align: center;
	font-size: 110% !important;
}
.treeicon{ 
	width:20px; line-height:20px; display:inline-block;text-align: center;
	font-size: 120% !important;
}

/*.icon-menu{*/
/*	background:url(../images/icons/talent/mytable.png) no-repeat center center;*/
/*}*/
.icon-menu:before {
  content: "\f03a";
}

.icon-user{
	background:url(../images/common/node_user.gif) no-repeat center center;
}
.icon-select{
	width:18px; line-height:18px; display:inline-block;
	background: url(../images/common/accordion_arrows.png) no-repeat -16px 0;
/*	content: "\f103";*/
/*	text-align: center;*/
/*	font-size: 150% !important;*/
/*	color: #303030 !important;*/
}
.icon-eclipse{
	background:url(../images/menu/eclipse.png) no-repeat center center;
}
.icon-desktop{
	background:url(../javascript/mvctree/img/base.gif) no-repeat center center;
}

/*
.icon-tree_line{
	background:url(../images/menu/tree_line.gif) no-repeat center center;
}
.icon-tree_blankl{
	background:url(../images/menu/tree_blankl.gif) no-repeat center center;
}
.icon-tree_blank{
	background:url(../images/menu/tree_blank.gif) no-repeat center center;
}

.icon-tree_transp{
	background:url(../images/menu/tree_transp.gif) no-repeat center center;
}

.icon-tree_plusl{
	background:url(../images/menu/tree_plusl.gif) no-repeat center center;
}
.icon-tree_plus{
	background:url(../images/menu/tree_plus.gif) no-repeat center center;
}

.icon-tree_minusl{
	background:url(../images/menu/tree_minusl.gif) no-repeat center center;
}
.icon-tree_minus{
	background:url(../images/menu/tree_minus.gif) no-repeat center center;
}
*/
.icon-tree_plusl,.icon-tree_plus{
	background:url(../images/menu/allbgs.png) no-repeat -16px 0px;
}
.icon-tree_plusl:hover,.icon-tree_plus:hover{
	background:url(../images/menu/allbgs.png) no-repeat -48px 0px;
}

.icon-tree_minusl,.icon-tree_minus{
	background:url(../images/menu/allbgs.png) no-repeat 0px 0px;	
}
.icon-tree_minusl:hover,.icon-tree_minus:hover{
   background:url(../images/menu/allbgs.png) no-repeat -32px 0px;
}
