.treeTab {
   font-family:  Verdana, Arial, Helvetica, sans-serif;
   font-size:    10px;
   color:        #333333;
   font-weight:  normal;
   background:   #CCDFDF;
   height:       18px;
}

.treeTabSelected {
   font-family:  Verdana, Arial, Helvetica, sans-serif;
   font-size:    10px;
   color:        #DDDDDD;
   font-weight:  bold;
   background:   #003E4B;
   height:       18px;
}


.treeTab:hover {
   font-family:  Verdana, Arial, Helvetica, sans-serif;
   font-size:    10px;
   color:        white;
   background:   #893B2F;
   cursor:       hand;
   cursor:       pointer;
   height:       18px;
}

.treeArea img {
   vertical-align:middle;
   height:        12px;
   padding:0px;
}

.treeArea img:hover {
   vertical-align:middle;
   height:        12px;
   border:        1px solid #78ACFF;
   margin:-1px;
}
.treeAreaSelected {
   font-weight:bolder;
	color: #3333FF;
	text-decoration: underline;
   cursor:hand;
   cursor:pointer;
   line-height:1.8em;
   overflow:     auto;
   background:   transparent;
}
.treeAreaDeselected {
   line-height:1.8em;
   text-decoration: none;
   background:   transparent;
}
