﻿div.t
{
	font-family: Segoe UI, Verdana;
	font-size: 9pt;
	float: right;
	margin-right: 10px;
}

div.t ul
{
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
}
div.t ul li
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: url('Images/TreeView/Arrow.png');
}
div.t ul li:hover
{
	list-style-image: url('Images/TreeView/ArrowH.png');
}
td.thl
{
/*	background-image: url('Images/TreeView/HeadBL.png'); */
	background-repeat: no-repeat;
	width: 6px;
}
td.thr
{
/*	background-image: url('Images/TreeView/HeadBR.png'); */
	background-repeat: no-repeat;
	width: 6px;
}
td.th
{
/*	background-image: url('Images/TreeView/HeadB.png'); */
	background-repeat: repeat-x;
	height: 25px;
	font-weight: bold;
	font-family: Segoe UI, Verdana;
	font-size: 9pt;
}
td.th a
{
	color: Black;
	text-decoration: none;
}
div.t span.c
{
	white-space: nowrap;
	color: Silver;
	font-weight: normal;
}

