﻿/* TREE NODE STYLE */
.treeVwNode
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	color: #008be3;
	margin-bottom:15px;
	vertical-align:top;
}

.treeVwNode a:link
{
	color: #008be3;
	text-decoration: none;
}

.treeVwNode a:visited
{
	text-decoration: none;	
	color: #008be3;
}	

.treeVwNode a:active
{
	text-decoration: none;	
	color: #008be3;
}

.treeVwNode a:hover
{	
	text-decoration: underline;
	color: #999999;
}

/* Tree View Menu Styles */
.tvRootMenuItem 
{
	width:165px;
	height:40px;
	font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 14px; 
	font-weight: normal; 
	text-align:left;
	color: #008be3;
	background-color: transparent;
	vertical-align:middle;
		padding-bottom:7px;
}

.tvParentMenuItem 
{
	width:165px;
	font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 14px; 
	font-weight: normal; 
	text-align:left;
	color: #63676f;
	background-color: transparent;
	vertical-align:middle;
	padding-bottom:7px;
}

.tvLeafMenuItem 
{
	width:165px;
	font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 14px; 
	font-weight: normal; 
	text-align:left;
	color: #63676f;
	background-color: transparent;
	vertical-align:middle;
	padding-bottom:7px;
}

.tvHoverMenuItem 
{
	width:165px;
	font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 14px; 
	font-weight: normal; 
	text-align:left;
	color: #008be3;
	background-color: transparent;
	vertical-align:middle;
	padding-bottom:7px;
}