.ParentNode
{
	font-family:Courier New;
	font-size:18px;
	text-decoration:none;
	color:#495f7d;
	text-transform:uppercase;
	
}

.ParentNodeOver
{
	font-family:Courier New;
	font-size:18px;
	text-decoration:none;
	color:#495f7d;
	text-transform:uppercase;
}

.ParentNodeClicked
{
	font-family:Courier New;
	font-size:18px;
	text-decoration:none;
	color:#495f7d;
	text-transform:uppercase;
}

div#_ctl1_LeftNavTree1_RadTree1_wrapper
{
	border-bottom-color:Blue;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.TreeNode 
{ 
	font-family: Verdana;
	font-size: 9px; 
	color: black;	
	padding-left: 1px;
	text-decoration: none;	
}

.TreeNodeOver 
{
	font-family: Verdana;
	font-size: 9px;
	color: black;
	text-decoration: none; 
	cursor: pointer;
	cursor: hand;
	padding-left: 1px;	
}

.TreeNodeSelect 
{     
	font-family: Verdana;
	font-size: 9px;
	color: black;
	text-decoration: none; 
	cursor: pointer;
	cursor: hand;
	padding-left: 1px;	
}

.TreeNodeDisabled
{ 
	font-family: Tahoma;
	font-size: 8pt; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 8pt;
  margin-left: 4px;  
}

.LoadingMessage
{
	font-family: Tahoma; 
	font-size: 8pt; 
	background:LemonChiffon; 
	border: solid 1px;
	padding: 2px;
}

.LoadingMessageBlue
{
	font-family: Tahoma; 
	font-size: 8pt; 
	color: Blue;
	padding: 2px;
}


.TreeContextItem
{ 
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#fdfdfd;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}
 
.TreeContextItemOver
{
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#f3f3f3;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #d4d4d4;
}
 
.TreeNodeEdit 
{
	border:1px gray solid;
	font-family: tahoma; 
	font-size: 8pt;
	margin-left: 3px;  
	text-align: left;
}

a.HomeMenu 
{ 
	font-family: Verdana;
	font-size: 9px; 
	color: black;	
	padding-left: 8px;
	text-decoration: none;	
	background-repeat:no-repeat;
	margin-bottom:10px;
}

a.HomeMenu:hover 
{ 
	font-family: Verdana;
	font-size: 9px; 
	color: black;	
	padding-left: 8px;
	text-decoration: none;	
	background-repeat:no-repeat;
	margin-bottom:10px;
}

a.HomeMenu:visited 
{ 
	font-family: Verdana;
	font-size: 9px; 
	color: black;	
	padding-left: 8px;
	text-decoration: none;	
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.hoverBK
{
	border-bottom-color:#a4bed3;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:200px;
}

table.hover td a:hover 
{
	background-image: url(../../../../images/images/left_nav_bk.jpg);
	background-repeat:repeat-y;
	width:100%;
	height:100%;
	
}
.topLine
{
	border-top-color:#a4bed3;
	border-top-style:solid;
	border-top-width:1px;
}