﻿/* TREE NODE STYLE */
.treeVwNode
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	color: #666666;
	margin-bottom:15px;
	vertical-align:top;
}

.treeVwNode a:link
{
	color: #007dcf;
	text-decoration: none;
}

.treeVwNode a:visited
{
	text-decoration: none;	
	color: #007dcf;
}	

.treeVwNode a:active
{
	text-decoration: none;	
	color: #007dcf;
}

.treeVwNode a:hover
{	
	text-decoration: underline;
	color: #999999;
}

/* Tree View Menu Styles */
.tvRootMenuItem 
{
	width:185px;
	height:30px;
	font-family: arial, verdana, helvetica, sans-serif;
    font-size: 11px; 
	font-weight: normal; 
	text-align:left;
	color: #666666;
	background-color: transparent;
	vertical-align:middle;
	vertical-align:middle;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:dashed 1px #666666;
}

.tvParentMenuItem 
{
	width:170px;
	font-family: arial, verdana, helvetica, sans-serif;
    font-size: 11px; 
	font-weight: normal; 
	text-align:left;
	color: #003399;
	background-color: transparent;
	vertical-align:middle;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:dashed 1px #666666;
}

.tvLeafMenuItem 
{
	width:170px;
	font-family: arial, verdana, helvetica, sans-serif;
    font-size: 11px; 
	font-weight: normal; 
	text-align:left;
	color: #003399;
	background-color: transparent;
	vertical-align:middle;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:dashed 1px #666666;
}

.tvHoverMenuItem 
{
	font-family: arial, verdana, helvetica, sans-serif;
    font-size: 11px; 
	font-weight: normal; 
	text-align:left;
	color: #003399;
	background-color: transparent;
	vertical-align:middle;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:dashed 1px #666666;
}