﻿
.TreeViewStyle td div 
	{   
		height: 16px !important
	}

	
.TreeViewStyle
{
	font-size: 10px;
	color: #0099cc;
	font-family: 'Microsoft Sans Serif' , Sans-Serif, Arial, Verdana;
	text-decoration: none;
	font-weight: bold;
}

A.TreeViewNodeStyle
{
	font-size: 10px;
	color: #0099cc;
	font-family: 'Microsoft Sans Serif' , Sans-Serif, Arial, Verdana;
	font-weight: bold;
	text-decoration: none;
}
A.TreeViewNodeStyle:active
{
	text-decoration: none;
	outline-style: none; 
	-moz-outline-style:none;
}
A.TreeViewNodeStyle:visited
{
	text-decoration: none;
}
A.TreeViewNodeStyle:hover
{
	color: #99ccff;
}
A.TreeViewNodeStyle:focus 
{ 
	outline-style: none; 
	-moz-outline-style:none; 
}


