﻿.TreeView
{
	background-color: #FFFFFF;
	cursor: default;
}

.TreeNodeRow
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
	color: #000000;
}

.HoverTreeNodeRow
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
	font-weight: bold;
	color: #add932;
}

.SelectedTreeNodeRow
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
	font-weight: bold;
	color: #add932;
}
/* triview livraison */
.TreeView_Delivery
{
	background-color: #FFFFFF;
	cursor: default;
}

.TreeView_Delivery a:
{
	color: #000;
}

.TreeView_Delivery a:hover
{
	color: #add932;
}

.SelectedTreeNodeRow_Delivery
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
	font-weight: bold;
	color: #add932;
}

a.current
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
	font-weight: bold;
	color: #add932;
}

