.TreeNode {
	color: #000000;
	font-size: 13px;
	font-family: "Arial";
	padding-left: 3px;
	text-decoration: none;
	}
#ctl00_ctl00_cph_leftbar_RadTree1_t0 span.TreeNode{
    color: #EEA733 !important;
    font-weight: bold;
}
.TreeNodeOver {
	color: #000000;
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
	text-decoration: underline;
	}

.TreeNodeSelect {
	/*background: #316AC5;*/
	color: #000;
	font-size: 13px;
	font-family: "Arial";
	text-decoration: none;
    cursor: pointer;
	cursor: hand;
	margin-left: 10px;
	font-weight: bold;
	}
a.TreeNodeSelect{
    background: url(arrow.png) no-repeat left center;
}

.TreeNodeDisabled {
	color: #666666;
	cursor: default;
	padding-left: 3px;
	text-decoration: none;
	}

.TreeNodeEdit {
  border: 1px solid #666666;
  margin-left: 4px;
  }

.LoadingMessage {
	background: #ffffee;
	border: 1px solid #000000;
	padding: 2px;
	}

.LoadingMessageBlue {
	color: #0000ff;
	padding: 2px;
	}

.TreeContextItem img,
.TreeContextItemOver img {
	margin-bottom: 0;
	vertical-align: middle;
	}

.TreeContextItem {
	background-color: #fdfdfd;
	background-image: url(contextMenu.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	cursor: hand;
	height: 24px;
	padding-left: 4px;
	text-align: left;
	width: 100%;
	}
 
.TreeContextItemOver {
	background-color: #f3f3f3;
	background-image: url(contextMenu.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	cursor: hand;
	height: 24px;
	padding-left: 4px;
	text-align: left;
	width: 100%;
	}
 
.TreeNodeEdit {
	border: 1px solid #666666;
	margin-left: 3px;
	text-align: left;
	}