.HighlightPanel
{
	border-right: #9da9c0 5px solid;
	border-top: #9da9c0 5px solid;
	border-left: #9da9c0 5px solid;
	border-bottom: #9da9c0 5px solid;
	background-color: #9da9c0;
}

.HighlightGroupHeader
{
	background-color:#9da9c0;
	color:#3300cc;
	font-family:Arial;
	font-size:8pt;
	font-weight:Bold;
	cursor:pointer;
	cursor:hand;
    border-style:solid;
	border-width:1px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-color:#E5EAF7;
	padding-bottom:2px;	
	border-collapse:separate;
}

.HighlightGroupHeaderOpen
{
	background-color:#E5EAF7;
	color:#fea500;
	font-family:Arial;
	font-size:8pt;
	font-weight:Bold;
	cursor:pointer;
	cursor:hand;
	border-style:solid;
	border-width:1px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-color:#b3c2e7;
}

.HighlightGroupHeaderSelect
{
	background-color:#E5EAF7;
	color:#fea500; 
	font-family:Arial;
	font-size:8pt;
	font-weight:Bold;
	cursor:pointer;
	cursor:hand;
	border-style:solid;
	border-width:1px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-color:#b3c2e7;
}

.HighlightDisabledGroupHeader
{
	background-color:#E5EAF7;
	color:#a9a9a9;
	font-family:Arial;
	font-size:10pt;
	font-weight:Bold;
	cursor:default;
}

.HighlightGroup
{
	border-style:solid;
	border-width:2px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-color:#b3c2e7;
	background-color:#E5EAF7;
	cursor:default;
}

.HighlightDisabledItem
{
	color:#a9a9a9;
	font-family:Arial;
	font-size:8pt;
	margin-top:5px;
	padding-left:10px;
	cursor:default;
}

.HighlightItem
{
	color:#3300cc; 
	font-family:Arial;
	font-size:8pt;
    	font-weight:Bold;
	padding-left:10px;
	cursor:pointer;
	cursor:hand;
}

.HighlightItemOver
{
	background-color:#E5EAF7;
	color:#FEA500; 
	font-family:Arial;
	font-size:8pt;
	
	padding-left:10px;
	cursor:pointer;
	cursor:hand;
}

.HighlightItemSelect
{
	color:#FEA500; 
	font-family:Arial;
	font-size:8pt;
	
	padding-left:10px;
	cursor:default;
}


.HighlightChild
{
    color:#3300cc; 
	font-family:Arial;
	padding-left: 10px;
	font-size:8pt;
	padding-left:10px;
	cursor:pointer;
	cursor:hand;
	
}

.HighlightChildTopSeperator
{
	padding-left: 5px;
	font-size: 8pt;
	font-weight: bold;
	color: #3300cc;
	font-family: Arial;
	border-top: solid 2px #9da9c0;
}

.HighlightChildTopSeperatorNoText
{
	padding-left: 5px;
	font-size: 1pt;
	font-weight: bold;
	color: #3300cc;
	font-family: Arial;
	border-top: solid 2px #9da9c0;
}


.HighlightChildSeperator
{
	padding-left: 5px;
	font-size: 8pt;
	font-weight: bold;
	color: #3300cc;
	font-family: Arial;
	
}
.HighlightNothing
{
	background-color:#EFEFFF;
	color:#2558C8; 
	font-family:Arial;
	font-size:10Pt;
	font-weight:Bold;
	

}

.HighlightBar
{
	background-color:#EFEFFF;
	color:#EFEFFF; 
	padding-left:0px;

}