<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clmTree
{ 
  border: 1px solid #b3e0f2; 
  border-right: 0px; 
  border-bottom: 2px solid #b3e0f2; 
  background-color: #FFFFFF;
}

.clmDetails
{ 
  border: 1px solid #b3e0f2; 
  border-bottom: 2px solid #b3e0f2; 
  background-color: #FFFFFF;
}

.clmHeader
{
  background-image: url(../../images/grid/header_bg.gif); /* background-image: url(../../images/tree/tree_headerBg.gif); */
  background-color: #8988A5; 
  /*    border-bottom: 1px solid #57566F; */
  height: 24px;
}

.clmHeaderText
{
  color: black;     /* #FFFFFF;  */
  font-family: Arial; 
  font-size: 12px;
  font-weight: bold;  
}

.clmTreeView
{
    /* border:1px solid #bbb; */
    padding: 10px 0px 0px 10px;
	background: #fff; 
	line-height: 20px;
	color: #333; 
	font-family: Arial;
	font-size: 12px;
	cursor: default;
	height: 480px;
	width: 368px;
}

.clmDetailsTable
{
    /* border:1px solid #bbb; */
    padding: 5px 0px 0px 0px;
}

.clmDetailsView
{
    /* border:1px solid #bbb; */
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
}

.clmGrayTreeNode
{
    color:#AAA;
}

.clmGrayHoverTreeNode
{
    color:#AAA;
    text-decoration: underline;
}

.clmGraySelectedTreeNode
{
    color:#AAA;
    background-color: #FDEEF4;
}

.clmHoverTreeNode
{
    text-decoration: underline;
}

.clmSelectedTreeNode
{
    font-weight: bold;
    color: #054950;
    background-color: #E3EAEB;
}

.viewCLMLink
{
    background: #57566F;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

a.viewCLMLink:link
{
    background: #57566F;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
}

a.viewCLMLink:hover
{
    background: #57566F;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
}

a.viewCLMLink:visited
{
    background: #57566F;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
}

a.viewCLMLink:active
{
    background: #57566F;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
}</pre></body></html>