﻿/* System TreeMenu */
.TreeView { background-color: #f4f4f4; padding-top: 5px; cursor: default; }
.TreeNode { font-family: tahoma; font-size: 12px; border: solid 1px white; padding: 3px; }
.HoverTreeNode-Portal { background-image: url(../images/biz/tree/node_bg.gif); font-family: tahoma; font-size: 12px; border: solid 1px #D5DFEA; padding: 3px; cursor: default; }
.RowTreeNode { font-family: tahoma; font-size: 12px; padding: 3px; }
/*初始显示的背景图片*/
.TreeNodeRow { font-family: tahoma; font-size: 12px; margin: 0 7px 2px 8px; width: 132px; height: 27px; cursor: default; }
/*鼠标经过时显示的背景图片*/
.HoverTreeNodeRow-Portal { width: 132px; height: 27px; margin: 0 7px 2px 8px; font-family: tahoma; font-size: 12px; cursor: default; font-weight: bold; }
/*鼠标点击后显示的背景图片*/
.SelectedTreeNodeRow-Portal { width: 132px; height: 27px; margin: 0 7px 2px 8px; font-family: tahoma; font-size: 12px; cursor: default; font-weight: bold; }
.Empty { font-family: tahoma; font-size: 12px; padding: 3px; }
.NodeEdit { border: 1px gray solid; font-family: tahoma; font-size: 12px; }
