.DataSearchTitle
{
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: white; FONT-FAMILY: arial; height: 18px; 
}
.SearchLabel 
{ 
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: arial; height: 18px; 
}

.SearchLabelTab 
{ 
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: arial; height: 18px; cursor: hand;
}

.SearchTxtBox 
{ 
	FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: arial; HEIGHT: 18px;
}

.SearchButton
{
	BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid; FONT-SIZE: 11px; FONT-FAMILY: arial; HEIGHT: 18px; cursor: hand;
}
.TreeLabel
{
	border-right: transparent 0px;
	border-top: transparent 0px;
	font-weight: bold;
	font-size: 11px;
	border-left: transparent 0px;
	color: black;
	border-bottom: transparent 0px;
	font-family: arial;
	height: 18px;
	background-color: transparent;
	text-align: left;
	width: 170px;
}
.TreeLabelAlt
{
	border-right: transparent 0px;
	border-top: transparent 0px;
	font-weight: bold;
	font-size: 11px;
	border-left: transparent 0px;
	color: black;
	border-bottom: transparent 0px;
	font-family: arial;
	height: 18px;
	background-color: #dddddd;
	text-align: left;
	width: 170px;
}

.DataViewTemplateItem
{
	border-right: transparent 0px;
	border-top: transparent 0px;
	font-weight: bold;
	font-size: 11px;
	border-left: transparent 0px;
	color: white;
	border-bottom: transparent 0px;
	font-family: arial;
	height: 18px;
	background-color: #555555;
	text-align: left;
	width: 170px;
}

.TreeExpandButton
{
	border-right: navy 1px;
	border-top: navy 1px;
	font-weight: bold;
	font-size: 14px;
	border-left: navy 1px;
	width: 15px;
	cursor: hand;
	border-bottom: navy 1px;
	font-family: arial;
	height: 18px;
	background-color: transparent;
}

