﻿.plmTree
{ 
  border: 1px solid #57566F; 
  border-bottom: 2px solid #57566F; 
  background-color: #FFFFFF;
}

.plmDetails
{ 
  border: 1px solid #57566F; 
  border-bottom: 2px solid #57566F; 
  background-color: #FFFFFF;
}

.plmHeader
{
  background-image: url(../../images/tree/tree_headerBg.gif); 
  background-color: #8988A5; 
  border-bottom: 1px solid #57566F; 
  height: 28px;
}

.plmHeaderText
{
  color: #FFFFFF;  
  font-family: Arial; 
  font-size: 12px;
}

.plmTreeView
{
    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;
}

.plmDetailsTable
{
    border:1px solid #bbb;
    padding: 5px 0px 0px 0px;
}

.plmDetailsView
{
    border:1px solid #bbb;
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
}

.plmGrayTreeNode
{
    color:#AAA;
}

.plmGrayHoverTreeNode
{
    color:#AAA;
    text-decoration: underline;
}

.plmGraySelectedTreeNode
{
    color:#AAA;
    background-color: #FDEEF4;
}

.plmHoverTreeNode
{
    text-decoration: underline;
}

.plmSelectedTreeNode
{
    font-weight: bold;
    color: #054950;
    background-color: #E3EAEB;
}

.viewPLMLink
{
    background: #57566F;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

a.viewPLMLink:link
{
    background: #57566F;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
}

a.viewPLMLink:hover
{
    background: #57566F;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
}

a.viewPLMLink:visited
{
    background: #57566F;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
}

a.viewPLMLink:active
{
    background: #57566F;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: bold;
}