﻿.RAH-Security .NotRegisteredPageNode
{
	color: Red;
	font-family: tahoma; 
	font-size: 11px; 
	text-decoration:none; 
	padding-top:2px;
	padding-bottom:1px;
	padding-left: 3px; 
	padding-right: 3px; 
	cursor: default; 
}

.RAH-Security .NotRegisteredPageNodeHover
{
	color: Red;
	font-family: tahoma; 
	font-size: 11px; 
	text-decoration:underline; 
	padding-top:2px;
	padding-bottom:1px;
	padding-left: 3px; 
	padding-right: 3px; 
	cursor: default; 
}

.RAH-Security .NotRegisteredPageNodeSelected 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: red; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}


.RAH-Security .TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; 
}

.RAH-Security .TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.RAH-Security .GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.RAH-Security .HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.RAH-Security .SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.RAH-Security .NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}