div.treetable     {padding: 5px; border:0px solid;}
div.table a       {text-decoration:none;}    		/* removes link properties in trees*/
div.table a:hover {text-decoration:none;}			/* removes link properties in trees*/
div.table td.td_tree     {white-space:nowrap;}
div.table td.td_tree img {border: 0px solid;}
div.table td.td_actions  {white-space:nowrap;}  	/*table cell container for icons in cluster trees*/

/* Block related */
.block div.table td span.leaf_normal     {border: 0px solid;color: #d57403; cursor:pointer; cursor:hand; height: 1em; line-height:1em;}
.block div.table td span.leaf_selected   {border: 0px solid;color: #000; cursor:pointer; cursor:hand; height: 1em; line-height:1em;} /*selected branch*/

.block div.table td span.leaf_normal span   {height: 1em; line-height:1em; }
.block div.table td span.leaf_selected span {height: 1em; line-height:1em; }

.frame div.table td span.leaf_normal     {border: 0px solid;color: #d57403; cursor:pointer; cursor:hand; height: 1em; line-height:1em;}
.frame div.table td span.leaf_selected   {border: 0px solid;color: #000; cursor:pointer; cursor:hand; height: 1em; line-height:1em;} /*selected branch*/

.frame div.table td span.leaf_normal span   {height: 1em; line-height:1em; }
.frame div.table td span.leaf_selected span {height: 1em; line-height:1em; }


/* MainPage related */
/* color change kp */
div.table td span.leaf_normal         {border: 0px solid;color: #d57403; cursor:pointer; cursor:hand; height: 1.6em; line-height:1.6em; }
div.table td span.leaf_selected       {border: 0px solid;color: #000; cursor:pointer; cursor:hand; height: 1.6em; line-height:1.6em;} /*selected branch*/

div.table td span.leaf_normal   span {height: 1.6em; line-height:1.6em; }
div.table td span.leaf_selected span {height: 1.6em; line-height:1.6em; }



div.table td span.bold {font-weight:normal;}





/* ensures line height and moves content to the left in hierarchy tables*/
div.table td div.fill{height: 1.6em;line-height: 1.6em;background: url(../images/filler.gif) repeat-x 0% 50%; margin-right:5px;}
.fill{height: 1.6em;line-height: 1.6em;background: url(../images/filler.gif) repeat-x 0% 50%; margin-right:5px;}




div.table table.dark {background-color: #FBFBF2; color: #737373;}
