﻿.TreeviewParentNode
{
    width: 170px;
    color: White;
}

.TreeviewRoot
{
    width: 170px;
    text-align: left;
    margin-left: 0px;
    padding: 2px 2px 2px 2px;
    font-size: 14px;
    font-family: Sans-Serif;
    height: 20px !important;
}

.TreeviewNode
{
    color: White;
}


.TreeviewHover
{
    background-color: #FF9900;
    width: auto;
    margin-left: 0px;
    padding: 2px 2px 2px 2px;
    font-size: 12px;
    font-family: Sans-Serif;
}

.Red
{
	/*GreiView part of the body of the page, as well as the style and color DataList*/
	color:#AA0000; text-align:left;
}
.Green
{
	/*GreiView part of the body of the page, as well as the style and color DataList*/
	color:#00AA00;
}
