﻿BODY 
{
  FONT-SIZE: 8pt;
  FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
  background-color:transparent; 
  margin-bottom:0px; 
  margin-left:0px; 
  margin-top:0px; 
  margin-right:0px;

}

H4 {
	FONT-SIZE: 11pt; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; COLOR: #000000;
}


table,p,div,span,input {
	FONT-SIZE: 8pt; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
}

li {
	margin-bottom:4px;
}


.heading {
	FONT-WEIGHT: normal; FONT-SIZE: 25px; COLOR: #336666; FONT-FAMILY: Tahoma, verdana, Arial
}

.subheading {
	FONT-WEIGHT: normal; FONT-SIZE: 16px; FONT-WEIGHT: bold; COLOR: #336666; FONT-FAMILY: Tahoma, verdana, Arial
}

.pagelist A:link {text-decoration: none; color: #3399cc;}
.pagelist A:active {text-decoration: none; color: #3399cc;}
.pagelist A:visited {text-decoration: none; color: #3399cc;}
.pagelist A:hover {text-decoration: underline;}

.keywordindex {padding:10px}
.keywordindex A:link {text-decoration: none; color: #434242;}
.keywordindex A:active {text-decoration: none; color: #434242;}
.keywordindex A:visited {text-decoration: none; color: #434242;}
.keywordindex A:hover {background-color: yellow; color: black}


.breadcrumbs {FONT-SIZE: 8pt; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; COLOR:#CBC9BA;}
.breadcrumbs A:link {text-decoration: none; color: #CBC9BA}
.breadcrumbs A:active {text-decoration: none; color: #CBC9BA}
.breadcrumbs A:visited {text-decoration: none; color: #CBC9BA}
.breadcrumbs A:hover {text-decoration: underline; color: black}



/* ----------------- TREE STYLES ------------------ */
.HiddenRow 
{ 
  display:none;
}

.TreeNode_status_Pending
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
  background-color: #A0DC2C;
}

.TreeNode_status_Incomplete
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
  background-color: #A0B6FF;
}

.TreeNode_status_Needs_Review
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
  background-color: #FFD016;
}


.TreeView 
{ 
  padding-top:4px; 
  padding-left:1px; 
  cursor:default;


}

.TreeViewMargin
{ 
  padding-top:4px; 
  padding-left:1px; 
  cursor:default; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
}


.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:#AAA9A9; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:3px;
  padding-bottom:2px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 2px; 
  padding-right: 2px; 
  cursor: default; 
  border: 1px solid #3F3F3F;
}

.MultipleSelectedTreeNode
{
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.CutTreeNode
{
  font-family: tahoma; 
  font-size: 11px; 
  background-color: silver; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}

.Margin
{
  background-color: #E6E6F0;
}

.divtree TD {font-size: 11px; font-family: tahoma,verdana,helvetica; text-decoration: none; white-space:nowrap;}
.divtree A  {text-decoration: none; color: black;}

