﻿/* ----------------- THEME: BLUE ----------------- */
.static_window 		{}
.static_heading_row 	{}
.static_heading_left 	{background-image:url(skinimages/blue_tree_topleft.gif); width:2px;}
.static_heading_center 	{background-color:#FFFFFF; height:20px;}
.static_heading_right 	{background-image:url(skinimages/blue_tree_topright.gif); width:2px;}
.static_body_left 	{background-color:#FFFFFF;}
.static_body_center	{background-color:#CFDDEE;}
.static_body_right	{background-color:#FFFFFF;}
.static_footer_left	{background-color:#FFFFFF;}
.static_footer_center	{background-color:#FFFFFF; height:2px;}
.static_footer_right	{background-color:#FFFFFF;}


/* ----------------- THEME: BROWN ----------------- */
.brown_window 		{}
.brown_heading_row 	{}
.brown_heading_left 	{background-image:url(skinimages/brown_tree_topleft.gif); width:2px;}
.brown_heading_center 	{background-color:#FFFFFF; height:20px;}
.brown_heading_right 	{background-image:url(skinimages/brown_tree_topright.gif); width:2px;}
.brown_body_left 	{background-color:#FFFFFF;}
.brown_body_center	{background-color:#E5DFD0;}
.brown_body_right	{background-color:#FFFFFF;}
.brown_footer_left	{background-color:#FFFFFF;}
.brown_footer_center	{background-color:#FFFFFF; height:2px;}
.brown_footer_right	{background-color:#FFFFFF;}

/* ----------------- THEME: UNCTUOUS ----------------- */
.unctuous_window 	{}
.unctuous_heading_row 	{}
.unctuous_heading_left 	{background-image:url(skinimages/unctuous_contents_topleft.gif); width:10px;}
.unctuous_heading_center	{background-image:url(skinimages/unctuous_page_topmiddle.gif); height:17px;}
.unctuous_heading_right {background-image:url(skinimages/unctuous_contents_topright.gif); width:10px;}
.unctuous_body_left 	{background-color:#BFB290;}
.unctuous_body_center	{background-color:#BFB290;}
.unctuous_body_right	{background-color:#BFB290;}
.unctuous_footer_left	{background-image:url(skinimages/unctuous_contents_bottomleft.gif);}
.unctuous_footer_center	{background-color:#9F9782; height:10px;}
.unctuous_footer_right	{background-image:url(skinimages/unctuous_contents_bottomright.gif);}

/* ----------------- THEME: CLOUDS ----------------- */
.clouds_window 		{}
.clouds_heading_row 	{display:none;}
.clouds_heading_left 	{}
.clouds_heading_center 	{}
.clouds_heading_right 	{}
.clouds_body_left 	{}
.clouds_body_center	{}
.clouds_body_right	{}
.clouds_footer_left	{}
.clouds_footer_center	{}
.clouds_footer_right	{}


.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;
}

.keywordlist A:link {text-decoration: none; color: black}
.keywordlist A:active {text-decoration: none; color: black}
.keywordlist A:visited {text-decoration: none; color: black}
.keywordlist A:hover {background-color: yellow; color: black}

.keywordlist
{
  font-family: tahoma; 
  font-size: 11px; 
}

