.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  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: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}
/* tabstrip*/
.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:#256565; 
  background-image: url(../images_tab/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:7.5pt; 
  font-weight:bold;
  cursor:default;
}

.DefaultTabHover 
{
	
  color:#256565; 
  background-image: url(../images_tab/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:7.5pt; 
  font-weight:bold;
  cursor:default;
}

.SelectedTab 
{
  color:#256565; 
  background-image: url(../images_tab/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:7.5pt; 
  font-weight:bold;
  cursor:default;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:100%;
  /*height:450px;*/
  position:relative;
  padding: 10px;
  padding-top:20px;
  margin-top:-10px;
  top:-2pt;
  left:1px;
  z-index:98;
  
}

.PageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  width:100%;
}


