﻿
/* ------------ First Level style -------------- */

.tree1st
{
	width: 100%;
	border-left: solid 1px #ffffff;
}

.tree1stSelected
{
	width: 100%;
	border-left: solid 1px #ffffff;
}

.tree1stTd
{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 12px;
}

.tree1stTd a
{
	color: #8e856e !important;
	text-decoration: none !important;
}

.tree1stTd a:hover
{
	text-decoration: underline !important;
}


.tree1stSelectedTd
{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold !important;
	padding: 5px 5px 5px 12px;
}

.tree1stSelectedTd a
{
	color: #000000 !important;
	text-decoration: none !important;
}
.tree1stSelectedTd a:hover
{
	text-decoration: none !important;
}

/*--------Second Level-----*/
.tree2nd
{
	width: 100%;
	background-color: #d4d1b7;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
.tree2ndSelected
{
	width: 100%;
	background-color: #d4d1b7;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

.tree2ndTd
{
	padding: 5px 5px 5px 20px;
}
.tree2ndTd a
{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #37362e !important;
	text-decoration: none !important;
}

.tree2ndTd a:hover
{
	text-decoration: underline !important;
}

.tree2ndSelectedTd
{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 20px;
}

.tree2ndSelectedTd a
{
	color: #37362e !important;
	text-decoration: none !important;
}

/*--------Third Level-----*/
.tree3rd
{
	width: 100%;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #d4d1b7;
}
.tree3rdSelected
{
	width: 100%;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #d4d1b7;
}

.tree3rdTd
{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 30px;
}
.tree3rdTd a
{
	color: #000000 !important;
	text-decoration: none !important;
}

.tree3rdTd a:hover
{
	text-decoration: underline !important;
}


.tree3rdSelectedTd
{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 30px;
}
.tree3rdSelectedTd a
{
	color: #000000 !important;
	text-decoration: underline !important;
}

/*--------Fourth Level-----*/
.tree4th
{
	width: 100%;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #d4d1b7;
}
.tree4thSelected
{
	width: 100%;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #d4d1b7;
	background-color: #00ff00;
}

.tree4thTd
{
	font-family: Verdana;
	font-size: 11px;
	padding: 5px 5px 5px 35px;
}
.tree4thTd a
{
	color: #465055 !important;
	text-decoration: none !important;
}

.tree4thTd a:hover
{
	text-decoration: underline !important;
}


.tree4thSelectedTd
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 5px 5px 35px;
}
.tree4thSelectedTd a
{
	color: #465055 !important;
	text-decoration: none !important;
}

/*--------Fivth Level-----*/
.tree5th
{
	width: 100%;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #d4d1b7;
}
.tree5thSelected
{
	width: 100%;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #d4d1b7;
	background-color: #00ffff;
}

.tree5thTd
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	padding: 5px 5px 5px 45px;
}
.tree5thTd a
{
	color: #465055;
	text-decoration: none !important;
}

.tree5thTd a:hover
{
	text-decoration: underline !important;
}


.tree5thSelectedTd
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 5px 5px 45px;
}
.tree5thSelectedTd a
{
	color: #465055;
	text-decoration: none !important;
}

